From: Tom C. <tom...@us...> - 2005-01-23 21:11:36
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4124 Modified Files: Tag: stable-1_2 ChangeLog configure configure.in Log Message: start of 1.2.8 Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.14.2.11 retrieving revision 1.14.2.12 diff -u -d -r1.14.2.11 -r1.14.2.12 --- configure 31 Dec 2004 00:58:02 -0000 1.14.2.11 +++ configure 23 Jan 2005 21:11:23 -0000 1.14.2.12 @@ -1647,7 +1647,7 @@ QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.7" +QA_VERSION="1.2.8" cat >>confdefs.h <<_ACEOF Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.57 retrieving revision 1.15.2.58 diff -u -d -r1.15.2.57 -r1.15.2.58 --- ChangeLog 23 Jan 2005 17:35:11 -0000 1.15.2.57 +++ ChangeLog 23 Jan 2005 21:11:23 -0000 1.15.2.58 @@ -1,7 +1,14 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.2.7 - unreleased +1.2.8 - unreleased + + Tom Collins + - Added single page for changing password. [775208] + - Switch to improved method of handling strings in language files, + resulting in reduced disk access and faster rendering of pages. + +1.2.7 - released 23-Jan-05 Tomas Kuliavas - Added Lithuanian translation. @@ -23,9 +30,6 @@ - INSTALL: Add note about running `libtoolize --force` on x86_64. - Update config.guess and config.sub scripts. - Include charset in HTTP Content-Type header. [1098891] - - Added single page for changing password. [775208] - - Switch to improved method of handling strings in language files, - resulting in reduced disk access and faster rendering of pages. 1.2.6 - released 24-Dec-04 Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.15.2.11 retrieving revision 1.15.2.12 diff -u -d -r1.15.2.11 -r1.15.2.12 --- configure.in 31 Dec 2004 00:58:03 -0000 1.15.2.11 +++ configure.in 23 Jan 2005 21:11:23 -0000 1.15.2.12 @@ -6,7 +6,7 @@ AC_CANONICAL_HOST QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.7" +QA_VERSION="1.2.8" AC_DEFINE_UNQUOTED(QA_PACKAGE,"$QA_PACKAGE","") AC_DEFINE_UNQUOTED(QA_VERSION,"$QA_VERSION","") |