[Modcplusplus-devel] (gr84b8) mod_cplusplus ChangeLog
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-04-21 19:13:59
|
Mod Cplusplus CVS committal Author : gr84b8 Module : mod_cplusplus Dir : mod_cplusplus Modified Files: ChangeLog Log Message: fix a big in the examples: not initializing mHits (Submitted by: Nathan Stitt <na...@al...>) =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ChangeLog 17 Apr 2002 01:21:07 -0000 1.5 +++ ChangeLog 21 Apr 2002 19:13:27 -0000 1.6 @@ -1,3 +1,11 @@ +2002-04-21 John K. Sterling <jo...@st...> + * fix a bug in the example... we were not initializing the + mHits counter. + (Submitted by: Nathan Stitt <na...@al...>) +2002-04-21 John K. Sterling <jo...@st...> + * add cvs ignores for cleanliness +2002-04-21 John K. Sterling <jo...@st...> + * Now we bundle everything with autotools for reproducable tarballs 2002-04-16 John K. Sterling <jo...@st...> * Add proper support for post and put to the examples. also added in the discard_request_body method |