[Mod-auth-commit] mod_authn_dbi ChangeLog,1.5,1.6
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-08 05:58:04
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31438 Modified Files: ChangeLog Log Message: fixed small things. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 8 Feb 2004 03:31:31 -0000 1.5 --- ChangeLog 8 Feb 2004 05:55:05 -0000 1.6 *************** *** 1,3 **** --- 1,9 ---- -------------------------------------------------------------------------------------------------------- + 07.02.2004 22:57 (MST), firechipmunk + - Removed create_authn_dbi_config(...) since it is not used. + - Few cleanups from Brice Tebbs + + + -------------------------------------------------------------------------------------------------------- 07.02.2004 20:33 (MST), firechipmunk - Fixed strcmp on MySQL. Spotted by Brice Tebbs. |