------
v1.2.6
------

[cjh] SECURITY: Make sure that $_PHPLIB['libdir'] is set in prepend.php3 and
      not by form input.
[bjn] Lithuanian (lt) translation.  (Darius Matuliauskas <darius@lnk.lt>)


------
v1.2.5
------

[max] Move all JavaScript URLs to the onclick event handler to prevent
      breaking IE SSL in certain circumstances.
[cjh] Browser detection recognizes ie6.
[cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>).
[bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't
      supported by Windows 95/98/ME).
[cjh] Run $language through basename() before returning it in select_lang()
      to avoid possible exploits, though a seperate bug in php needs to be
      present to really exploit this.
[cjh] Reject From: addresses containing spaces, ';', or '&', and don't put
      quotes around addresses (since sendmail doesn't strip them). If this
      is too strict, we'll reconsider later.


------
v1.2.4
------

[jon] Don't use persistant connections when talking to PostgreSQL.
[bjn] Bug 507: Set Sybase error severity above informational <oberon@home.com>.
[bjn] New oracle_create.sql script for Oracle 8i; thanks to Kevin Hanser
      <kevin@ShopsForMe.com>.


------
v1.2.3
------

[bjn] Add Verdana and sans-serif to default font face (as in 1.3) to fix
      Mac IE5 "big fonts" problem.
[cjh] Fix a phplib bug in db_sybase.inc.
[bjn] Fixed session ID validation for PHPLIB with shared memory.
[bjn] Added mysql_alter.sql for converting from 1.2.0 to 1.2.2 format.
[bjn] Comment out print in HordeDB halt() to prevent race condition trouble.
[bjn] IfModule logic to support both PHP3 and PHP4 in httpd.conf files.


------
v1.2.2
------

[cjh] SECURITY: Reject outright envelope From addresses with spaces in them.
[cjh] SECURITY: Quote the from address passed to sendmail to prevent exploits.
[cjh] Send charsets from the help script as well.
[cjh] Add a little more session id checking, and some more randomness to id
      generation.
[jon] More consistency in the MySQL database schema.
[cjh] Check the return value of pclose() correctly in mailfrom().
[cjh] Have phplib reject session ids that are not 32 characters.


------
v1.2.1
------

[jon] SECURITY: Fix for $from value in mailfrom(). <cw@coc-ag.net>
[jon] Improved the PostgreSQL and MySQL schemas for performance. <tdale@ou.edu>
[bjn] Improvements to pgsql_cuser.sh (Daniele Arduini <darduini@deis.unibo.it>)
[jon] Better resulting checking when executing sendmail.
[jon] Added note discouraging users from using the "optimized" php[3].ini.


------
v1.2.0
------

[cjh] pass $return_url through $sess->url() in problem.php3.
[cjh] fix a bunch of call-time pass-by-reference uses in phplib's session.inc.
[cjh] fix the wrap_message function to use wordwrap() correctly if it's there.
[cjh] fix localization and functionality of the back button in steps 10 and
      11 of setup.php3.
[cjh] use the php4 function wordwrap() if it is available.
[cjh] fixed parse error in test.php3.


------------
v1.2.0-pre14
------------

[bjn] support for PostgreSQL in scripts/database/dbpasswd.sh.
[bjn] new scripts/database/mysql_drop.sql for removing Horde database;
      mysql_create.sql uses REPLACE in case hordemgr user already exists.
[cjh] use $default->hide_deleted as the default value for $imp->delhide,
      instead of always using false.
[cjh] fixed some warnings in signup.php3.
[bjn] test.php3 now prints Horde/IMP version numbers.
[cjh] added dutch translation.
[cjh] account for extra newlines sent from empty textareas by netscape in
      problem.php3 (bug 398).
[cjh] leave bcc: header out of headers passed along to sendmail.
[cjh] trim extraneous '<' and '>' characters in headers that may have been
      causing problems in sent mail.
[bjn] make wv-0.5.44 ("wvHtml") the default viewer; include config. file
      comments showing how to use older versions ("mswordview -o -").
[cjh] fix help.php3 and problem.php3 to use the correct locale settings.
[bjn] substantial documentation corrections.


------------
v1.2.0-pre13
------------

[bjn] new database password changing script (scripts/database/dbpasswd.sh);
      MySQL only in this version.
[bjn] option to warn the user about security if they're using the default
      database password.
[cjh] valid_lang() now requires that a language is defined in
      config/lang.php3 for it to be valid.
[cjh] yet more cache control headers in session.inc.
[cjh] mailfrom() now doesn't die when addresses have single quotes in them.
[cjh] clean up secure.sh to not make things executable, and to disable
      test.php3 as well.
[cjh] signup.php3 will now simply exit if it is disabled in horde.php3.
[cjh] fix a language problem in setup.php3 (again!).


------------
v1.2.0-pre12
------------

[cjh] use -f in install.sh to work with the test builtin on Solaris.
[cjh] fix some issues with whitespace in decode_mime_string()
[cjh] make sure that messages get sent with a charset in the headers.
      defaults to iso-8859-1 if we can't get anything better.
[cjh] add a good deal more entropy to the session id that is generated
[cjh] updated test.php3 to recognize php4 stable releases.
[cjh] add horde_cleanup() function go guarantee files will be removed at the
      end of a request.
[cjh] modified setup.php3 not to generate the code that is now in
      imp/lib/postconf.php3.
[cjh] we now include our own phplib distribution known to work with horde/imp.
[cjh] all library files are now pre-built to simplify installation.
[cjh] setup.php3 now allows selection of any of the installed Horde languages
[cjh] locale/es translated to Spanish by German Poo Caaman~o <gpoo@ubiobio.cl>
[cjh] Don't fold lines with \r\n in encode_mime_string(), since that results
      in double newlines when saving to sent-mail.
[cjh] Fixed mailfrom() so it doesn't send extra headers when using mail().
[cjh] Only display the problem reporting link if problem reporting is enabled.
[cjh] Add base locale files for es/, which were missing for some reason.
      They still need to be translated.


------------
v1.2.0-pre11
------------

[cjh] added Korean translation of Horde.
[cjh] setup.php3 should now work with php4 (and with error_reporting(E_ALL))
[cjh] Fixed a PHP4 incompatibility in templates/setup/session.lib
[cjh] Slovak locale updates from Juraj Bednar <bednar@isternet.sk>
[cjh] French locale updates from Jean Charles Delepine <delepine@u-picardie.fr>


------------
v1.2.0-pre10
------------



-----------
v1.2.0-pre9
-----------


-----------
v1.2.0-pre8
-----------

[cjh] select_lang() now checks for en when the browser requests en_GB, etc.
[cjh] Adding patches from Stuart Henderson <sh@eclipse.net.uk> to browser
      detect Fresco, and to set WebClient->rather_not_popup for browsers
      that don't handle popup windows well/at all.
[cjh] Fixed up the select_lang() code to retain choices correctly. Choices
      are now set in a cookie and retained for a year, and are reset on
      login. You shouldn't lose your language selection anymore.


-----------
v1.2.0-pre7
-----------


-----------
v1.2.0-pre6
-----------

[cjh] Replaced all calls to ereg* functions with preg* functions, for speed.
      Because of this we now require php 3.0.12 or later.
[jon] Cleaned up the contents of config/ a bit, moved the database scripts
      from config/scripts/ to scripts/database/, and revised the phplib
      documentation in phplib/README.
[cjh] Fixed the mailfrom() function to set the envelope From address correctly
[iem] Added some Oracle specific documentation thanks to Miguel Ward 
      (mward@aluar.com.ar)
[iem] Added new Slovak locales thanks to: Peter Dordik <dordik@viapvt.sk>


-----------
v1.2.0-pre5
-----------

[IEM] Fixing phplib include files to work with phplib 7.2


-----------
v1.2.0-pre4
-----------

* Cleaned up defaults.php3.dist file
* German language update
* fixed the broken 'back' link in setup.php3 for non-English users
* manager.php3, db.lib, and cohorts are now gone. They were all unmaintained, out of date, and not very useful.
* various build scripts are updated to reflect this.
* removed config/defaults.php3 in preference of horde.php3 (jon)
BUG: Fixed a setup.php3 bug where " was used instead of ' for $default values (mike)
* Itallian language added
* Added more Installation notes
* New Finish Translations (Thanks to: leo.jaaskelainen@kolumbus.fi)
* Added phplib database creation scripts to archive
* Updated documentation to include supplied database creation scripts
* fixed signup.php3 as well as small bug in problem.php3
* fixed signup.php3 for lynx support
* fixed problem.php3 for lynx support


-------
v1.1.1
-------

Enhancements:
  * Horde understands French (thanks to Mathieu Clabaut
    <clabault@multimania.com>)
  * Major frameset redesign
  * Auto registration/congiruation of modules  

 
-------------------------
New and notable in 1.0.3:
-------------------------

Horde is now web surfable.  
Horde handles lynx (pseudoly)

Extendable menus. (menu.txt in horde/config)
Signup, problem reporting, help functions are now part of horde
