joes 2004/08/30 09:25:56
Modified: . STATUS CHANGES configure.ac Log: 2.05 underway! Revision Changes Path 1.82 +2 -12 httpd-apreq-2/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-apreq-2/STATUS,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- STATUS 29 Aug 2004 23:59:04 -0000 1.81 +++ STATUS 30 Aug 2004 16:25:56 -0000 1.82 @@ -1,7 +1,7 @@ Last modified at [$Date$] -*-text-*- /** @page apreq_status STATUS - 2.04-dev released on August 30, 2004. + 2.05 in development. Contributors looking for a mission: @@ -10,16 +10,6 @@ CURRENT RELEASE NOTES: - - This is a developer release, indicated by the "-dev" suffix - on the version string. We believe the core interfaces to be stable, - but some portions of the API may still need significant modification. - Thus, binary/source compatibility may be broken from one developer - release to the next. In particular the version numbering rules specified - at - - http://apr.apache.org/versioning.html - - do not apply to developer releases. RELEASE SHOWSTOPPERS: 1.64 +4 -0 httpd-apreq-2/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-apreq-2/CHANGES,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- CHANGES 29 Aug 2004 23:59:04 -0000 1.63 +++ CHANGES 30 Aug 2004 16:25:56 -0000 1.64 @@ -2,6 +2,10 @@ @brief List of major changes. [EMAIL PROTECTED] v2_05 Changes with libapreq2-2.05 + + + @section v2_04_dev Changes with libapreq2-2.04-dev (released August 30, 2004) 1.21 +2 -2 httpd-apreq-2/configure.ac Index: configure.ac =================================================================== RCS file: /home/cvs/httpd-apreq-2/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- configure.ac 23 Jun 2004 02:22:28 -0000 1.20 +++ configure.ac 30 Aug 2004 16:25:56 -0000 1.21 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(Apache HTTP Server Request Library, 2.04-dev, [EMAIL PROTECTED], libapreq2) +AC_INIT(Apache HTTP Server Request Library, 2.05, [EMAIL PROTECTED], libapreq2) dnl Generate config.nice script- macro must be here at the top dnl to avoid corruption of $0 and [EMAIL PROTECTED] APR_CONFIG_NICE(config.nice) @@ -13,7 +13,7 @@ dnl debian woody's archaic auto* tools don't set PACKAGE/VERSION correctly via dnl AC_INIT above, so we do it again here. -AM_INIT_AUTOMAKE(libapreq2, 2.04-dev) +AM_INIT_AUTOMAKE(libapreq2, 2.05) AC_PROG_MAKE_SET
