Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27115
Modified Files:
mod_xhtml_neg.c
Log Message:
Update file documentation, version number to 1.0a.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** mod_xhtml_neg.c 2 Jan 2008 11:15:38 -0000 1.34
--- mod_xhtml_neg.c 2 Jan 2008 11:19:12 -0000 1.35
***************
*** 77,82 ****
*
* @author Nicholas Cull <ru...@us...>
! * @date 1 March 2004
! * @version 1.0
*
* @history
--- 77,82 ----
*
* @author Nicholas Cull <ru...@us...>
! * @date 2 January 2008
! * @version 1.0a
*
* @history
***************
*** 91,94 ****
--- 91,95 ----
* 1.0 pre 1 Prepare for stable release \n
* 1.0 First stable release \n
+ * 1.0a Small fix to avoid processing subrequests (Apache 2.x only) \n
*
* @directive
***************
*** 106,110 ****
* @file
* The main source file for the mod_xhtml_neg module. This file implements
! * the module for Apache 2.0.x servers.
*/
--- 107,111 ----
* @file
* The main source file for the mod_xhtml_neg module. This file implements
! * the module for Apache 2.x servers.
*/
|