configure.in
2009-10-06 Compiling fix for OpenSSL 0.9.7 and older.
2009-10-05 Released v1.2.6.
2009-09-13 Released v1.2.5.
2009-08-17 Released v1.2.4.
2009-08-07 Released v1.2.3.
2009-08-07 configure: Removed --with-linux-quota parameter.
2009-08-07 configure: Allow --with-linux-quota=n to be only 1 or 2.
2009-07-27 configure: clock_gettime()'s -lrt adding dropped everything else from $LIBS.
2009-07-27 Released v1.2.2.
2009-07-26 dovecot.conf: Added support for !include globs.
2009-07-26 configure: Check sasl.h existence only when using --with-ldap.
2009-07-26 configure: Use -lrt for clock_gettime() if necessary.
2009-07-26 configure: Support finding PostgreSQL without pg_config after all.
2009-07-17 configure: Use pg_config for figuring out PostgreSQL include/libs paths.
2009-07-09 Released v1.2.1.
2009-07-01 Released v1.2.0.
2009-06-30 Released v1.2.rc8.
2009-06-29 Fixed building LDAP support as plugin.
2009-06-27 Released 1.2.rc7.
2009-06-27 configure --with-storages: Drop duplicate storages.
2009-06-28 Added --without-libcap configure option.
2009-06-27 configure: Show also list of disabled passdbs/userdbs/sql drivers.
2009-06-27 configure: Removed --disable-ipv6 parameter. There's really no point having it.
2009-06-27 Removed configure --with-deliver and --with-pop3d parameters.
2009-06-22 Released 1.2.rc6.
2009-06-04 Released v1.2.rc5.
2009-05-20 configure: Removed accidentally committed debug line.
2009-05-20 dovecot --build-options: If SQL or LDAP was built as plugins, say it.
2009-05-17 Released v1.2.rc4.
2009-05-03 If /dev/arandom exists (OpenBSD), use it instead of /dev/urandom.
2009-04-16 Released v1.2.rc3.
2009-04-03 Released v1.2.rc2.
2009-04-03 Released v1.2.rc1.
2009-04-02 Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft).
2009-03-25 Released v1.2.beta4.
2009-03-25 configure no longer prints "UNSTABLE development branch" warning.
2009-03-18 Released v1.2.beta3.
2009-03-13 Released v1.2.beta2.
2009-03-13 --with-vpopmail: Minor fix for previous change.
2009-03-13 --with-vpopmail=path now also checks path/lib_deps instead of only path/etc/lib_deps.
2009-03-02 Improved logging for core dumping. With Linux use PR_SET_DUMPABLE for imap/pop3.
2009-02-10 Released v1.2.beta1.
2009-02-04 Added CONTEXT=SEARCH back. We do implement all of it actually, just not CONTEXT=SORT.
2009-02-04 Removed CONTEXT=SEARCH capability for now, since with ESORT it requires more code.
2009-02-04 Implemented support for ESORT capability.
2009-01-08 configure: Test strtoumax() and strtoimax() by linking instead of just compiling (Tru64 fix).
2009-01-08 env_remove(): Implement a fallback method if unsetenv() doesn't exist.
2008-12-19 Some versions of Mac OS X have buggy CMSG_* macros, avoid using them.
2008-12-19 Try to use (Apple) gcc's __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros if possible.
2008-12-15 Released v1.2.alpha5.
2008-12-06 Use "foreign" automake option so it doesn't complain about missing ChangeLog.
2008-12-06 configure: Handle --with-*=* consistently and give better error messages.
2008-11-24 Released v1.2.alpha4.
2008-11-16 Added IMAP ACL commands with ability to modify ACLs.
2008-11-15 configure: Previous change broke shared storage completely.
2008-11-12 configure: Shared storage should always be enabled, don't allow removing it
2008-11-01 $STORAGE_LIBS now contains all the libraries that libstorage needs.
2008-10-29 dovecot -n/-a: Print some information about the system.
2008-10-22 Added support for userdb checkpassword. Patch by Sascha Wilde.
2008-10-18 Added listescape plugin.