Changeset 693 for trunk/ChangeLog

Show
Ignore:
Timestamp:
28/08/08 10:28:43 (4 months ago)
Author:
smoku
Message:

Updated ChangeLog? and UPGRADE files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r691 r693  
     12008-08-22 Adam Strzelecki <ono@java.pl> 
     2        * [WIN32] libidn & gsasl downloads are now at GNU servers. 
     3 
    142008-08-21 Mark Doliner <mark@meebo.com> 
    25        * Fix a memory leak when using stanza rate limiting 
     6 
     72008-08-20 Tomasz Sterna <tomek@xiaoka.com> 
     8 
     9        * Detecting unrecoverable stream errors on establishing an outgoing s2s 
     10          connection. Refs #244 
     11 
     122008-08-19 Tomasz Sterna <tomek@xiaoka.com> 
     13 
     14        * Do not offer compression if STARTTLS is required and not enabled 
     15        * Return better error on STARTTLS required failure. 
     16 
     172008-08-18 Adam Strzelecki <ono@java.pl> 
     18 
     19        * [WIN32] server.pem has to be permanent in order to not disappear on upgrade. 
     20        * [WIN32] Put stats on the main folder of win32 distro too. 
     21        * [WIN32] Cleanup win32 README a bit. 
     22        * [WIN32] Don't override server.pem on upgrade. 
     23 
     242008-08-17 Adam Strzelecki <ono@java.pl> 
     25        * [WIN32] Bump minor revision to 2.2. 
     26        * [WIN32] Unfortunately we need to wait on services during setup or 
     27          uninstallation and upgrades will fail. 
     28        * [WIN32] Fix latest WiX 3 Beta compatibility. 
     29        * [WIN32] Add TLS server certificate for default win32 c2s config. 
     30        * [WIN32] Create initial SQLite database on build. 
     31        * [WIN32] Add stream compression support and zlib1 dependencies. 
     32        * [WIN32] Remove ENABLE_SUPERSEDED from projects, this is now part of config.h for win32. 
     33 
     342008-08-17 Adam Strzelecki <ono@java.pl> 
     35        * [WIN32] Update win32 config.h to latest configure.ac with selected features: 
     36          * ENABLE_SUPERSEDED 
     37          * HAVE_ZLIB 
     38          * HAVE_SQLITE 
     39          ..etc. 
     40        * [WIN32] Don't fail when service fails to start (Should popup ignore box) 
     41        * [WIN32] Add udns library to setup. 
     42        * [WIN32] Adding udns dependency in the README.win32 
     43 
     442008-08-15 Tomasz Sterna <tomek@xiaoka.com> 
     45        * Implemented logging of compressed conection established. Closes #243 
     46 
     472008-08-15 Adam Strzelecki <ono@java.pl> 
     48        * [WIN32] Change default SM storage driver to SQLite on Windows. 
     49        * [WIN32] Use DES_crypt as a replacement for Posix crypt on Windows. 
     50        * [WIN32] Add UDNS dependencies for linkage. 
     51 
     522008-08-14 Adam Strzelecki <ono@java.pl> 
     53        * [WIN32] File must be opened as binary (only Windows affected), so fseek & ftell tells 
     54          proper size for the buffer. With single "r" buffer will be too small. 
     55        * [WIN32] generate configuration XML files out of dist files on build (using Perl) 
     56        * [WIN32] copy default server.pem (localhost) 
     57        * [WIN32] add Perl dependency to README.win32 
     58 
     592008-08-13 Adam Strzelecki <ono@java.pl> 
     60        * [WIN32] Using SubWCRev from TortoiseSVN for version files generation, updating notes. 
     61        * [WIN32] Enable USE_LIBSUBST for Windows builds. 
     62 
     632008-08-10 Tomasz Sterna <tomek@xiaoka.com> 
     64        * Implemented My IP Address extension 
     65          http://delta.affinix.com/specs/xmppstream.html#myip 
    366 
    4672008-08-09 Tomasz Sterna <tomek@xiaoka.com>