8
0
OBS User unknown
2007-01-23 17:00:17 +00:00
committed by Git OBS Bridge
parent 5d1d9c72cf
commit 316c8b5af0
10 changed files with 70 additions and 259 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 23 15:40:02 CET 2007 - anicka@suse.cz
- update to 2.0.3
* Prevent things in %INC that are not stat() able
from breaking Apache2::Status 'Loaded Modules'
under fatal warnings.
* Multi-line $PerlConfig is now working
* Fixed problems with add_config() and thread-safety
* Added support for httpd-2.2's new override_opts in
Apache2::Access. Calls to add_config() now accept
an override_opts value as the 4th argument.
* more minor fixes and improvements
- remove last two patches (fixed in upstream)
- temporarily disable t/api/server_const.t because
it does not work with current get_server_version()
-------------------------------------------------------------------
Wed Aug 9 14:37:59 CEST 2006 - poeml@suse.de