2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-05-07 11:56:27 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Explicitly depend on db4
|
2009-04-28 15:17:46 by Eric Schnoebelen | Files touched by this commit (3) |
Log message:
|
2009-03-25 17:36:00 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fixed path in MESSAGE
|
2009-02-25 04:29:40 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
This maintenance release brings workaround for the latest problems with
S2S connections to GTalk (and OpenFire).
|
2009-02-17 17:06:45 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
|
2009-02-16 19:01:35 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
|
2009-02-14 06:37:27 by Eric Schnoebelen | Files touched by this commit (1) |
Log message:
correct to support user-destdir.
|
2009-01-23 04:21:20 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
|
2008-08-28 17:10:56 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
Update to 2.2.4
ChangeLog:
* [WIN32] libidn & gsasl downloads are now at GNU servers.
* Fix a memory leak when using stanza rate limiting
* Detecting unrecoverable stream errors on establishing an
outgoing s2s connection. Refs #244
* Do not offer compression if STARTTLS is required and not enabled
* Return better error on STARTTLS required failure.
* [WIN32] server.pem has to be permanent in order to not disappear
on upgrade.
* [WIN32] Put stats on the main folder of win32 distro too.
* [WIN32] Cleanup win32 README a bit.
* [WIN32] Don't override server.pem on upgrade.
* [WIN32] Bump minor revision to 2.2.
* [WIN32] Unfortunately we need to wait on services during setup
or uninstallation and upgrades will fail.
* [WIN32] Fix latest WiX 3 Beta compatibility.
* [WIN32] Add TLS server certificate for default win32 c2s config.
* [WIN32] Create initial SQLite database on build.
* [WIN32] Add stream compression support and zlib1 dependencies.
* [WIN32] Remove ENABLE_SUPERSEDED from projects, this is now part
of config.h for win32.
* [WIN32] Don't fail when service fails to start (Should popup
ignore box)
* [WIN32] Add udns library to setup.
* [WIN32] Adding udns dependency in the README.win32
* Implemented logging of compressed conection established. Closes
#243
* [WIN32] Change default SM storage driver to SQLite on Windows.
* [WIN32] Use DES_crypt as a replacement for Posix crypt on
Windows.
* [WIN32] Add UDNS dependencies for linkage.
* [WIN32] File must be opened as binary (only Windows affected),
so fseek & ftell tells proper size for the buffer. With single
"r" buffer will be too small.
* [WIN32] generate configuration XML files out of dist files on
build (using Perl)
* [WIN32] copy default server.pem (localhost)
* [WIN32] add Perl dependency to README.win32
* [WIN32] Using SubWCRev from TortoiseSVN for version files
generation, updating notes.
* [WIN32] Enable USE_LIBSUBST for Windows builds.
* Implemented My IP Address extension
http://delta.affinix.com/specs/xmppstream.html#myip
|