joes 2002/11/05 08:35:03
Modified: . BUILD.sh Changes Removed: . ltconfig Log: Dumped ltconfig, synced Changes. Revision Changes Path 1.2 +1 -1 httpd-apreq/BUILD.sh Index: BUILD.sh =================================================================== RCS file: /home/cvs/httpd-apreq/BUILD.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BUILD.sh 5 Nov 2002 16:23:06 -0000 1.1 +++ BUILD.sh 5 Nov 2002 16:35:02 -0000 1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# BUILD.sh - preconfigure libapreq +# BUILD.sh - preconfigure libapreq (for distribution) libtoolize --automake -c -f aclocal 1.41 +11 -0 httpd-apreq/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-apreq/Changes,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- Changes 30 Apr 2002 07:17:26 -0000 1.40 +++ Changes 5 Nov 2002 16:35:02 -0000 1.41 @@ -2,6 +2,17 @@ =over 4 +=item 1.04 - November 5, 2002 + +Replace autogenerated files with BUILD.sh script. +This is necessary for OS X support via libtool & friends. +[Joe Schaefer] + +=item 1.02 - November 3, 2002 + +Added documentation for issues with '\0' bytes (encoded) in +cookie strings. [Issac Goldstand] + =item 1.01 add a basic test suite [Stas Bekman]
