diff options
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog new file mode 100644 index 0000000..25c1566 --- /dev/null +++ b/doc/ChangeLog @@ -0,0 +1,23 @@ +ChangeLog: +========= + +2.0.14 Removed gethostbyname and replaced by environment variable 'TCPLOCALHOST'. + Changed default logtype to 'multilog'. +2.0.13 Logging is working now for each session at logout/disconnect/timeout. +2.0.12 CRAM-MD5 Auth should work now (given the backend allows this). + Modularized auth operator for potential new methods. + Improved man pages to reflect current capabilities. +2.0.11 BincInfo renamed to BincLog, added s/qmail like tags for logging. + Added a LICENSE file (under ./doc). + StartTLS working now after reordering reply command sequence. +2.0.10 Added CRAM-MD5 authentication. 'logged in' log includes now remote IP. +2.0.9 Added doc + man pages and finished slashpackage installation. +2.0.8 Final cleaning and integration tests. +2.0.7 Moved StartTLS support into operator-starttls.cc. +2.0.6 Added StartTLS into sesssion-initialisation-bincimap-up.cc. +2.0.5 Added operator-id.cc (RFC 2971) since Evolution requires this. +2.0.4 Removed JAIL option -> sslserver can do that as well. Trimmed log output. +2.0.3 Trimming of *.cc and *.h files. Removed StartTLS driver. +2.0.2 Integration tests successful for TLS and with new qmail-authuser. +2.0.1 Makefile working. First minor fixes. Initial working version. +2.0.0 Initial restart of Bincimap 1.3.4 without Autoconf tools. |