8
0
OBS User unknown
2008-06-30 13:29:48 +00:00
committed by Git OBS Bridge
parent 7f493bf576
commit 9c3537198d
4 changed files with 86 additions and 52 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jun 27 17:10:25 CEST 2008 - anicka@suse.cz
- update to 2.0.4
* Refactor tests to use keepalives instead of same_interp
* Apache2::Reload has been moved to an externally maintained
CPAN distribution
* Expose apr_thread_rwlock_t with the APR::ThreadRWLock module
* Catch up with some httpd API changes
* SECURITY: CVE-2007-1349 (cve.mitre.org)
fix unescaped variable interprolation in regular expression
fix ModPerl::RegistryCooker::read_script to handle all
possible errors, previously there was a case where
Apache2::Const::OK was returned on an error.
* bugfixes
- enable test suite
-------------------------------------------------------------------
Tue Jan 15 01:17:20 CET 2008 - ro@suse.de