X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/84870c69e4141e199b73cc5915e13edebc9bc706..ac40fd9eb9d1980c90dc009d526a23ead1ec0f76:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 90f0a8b..065fc3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +0.61.0 + +2008-07-13 Mr. Sam + + * courier-authlib.spec: Dummy provides: for symlinks, to allow upgrade + with older packages that require .so.0. + +2008-07-09 Mr. Sam + + * Makefile.am: Switch to versionless shared libraries. + Install all shared libraries just as .so. make install manually + removes *.so.0.0 files that were left over from previous versions, + and installs a temporary *.so.0 symlink to *.so, for temporary + binary ABI compatibility with 0.60. The symlinks will be removed in + 0.62. + +2008-07-08 Mr. Sam + + * Cleanup: always compile md5, sha* and hmac stuff, and remove all + conditionally-compiled cruft. Move SASL list to an internal header. + Add client-side support for AUTH EXTERNAL. + +2008-06-29 Mr. Sam + + * authsasl.c (auth_sasl_ex): auth_sasl_ex() supercedes auth_sasl(), + invokes auth_sasl() for non-EXTERNAL SASL methods, implements EXTERNAL + by going through the motions, then setting up a dummy authentication + request. + + * authdaemon.c (auth_generic): Check for the dummy EXTERNAL + authentication request, and handle it by invoking auth_getuserinfo(), + rather than sending it down the pipe. This avoid having to implement + a stub in every authentication module. + +0.60.6 + +2008-06-08 Alessandro Vesely + + * authmysqllib.c: Use mysql_set_character_set() instead of SET NAMES + +0.60.5 + +2008-05-16 Mr. Sam + + * authmysqllib.c: Fix domain-less queries. + +0.60.4 + +2008-05-08 Mr. Sam + + * Makefile: Drop the unmaintained authvchkpw module. + +2008-05-04 Mr. Sam + + * authmysqllib.c: Cleanup. Use mysql_real_escape_string instead of + crude filtering. + +0.60.3 + +2007-11-11 Mr. Sam + + * Makefile.am: Use _LIBADD properly. + +2007-10-15 "Johnny C. Lam" + + * configure.in: More portability fixes. + 0.60.2 2007-10-10 "Johnny C. Lam"