diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-02-27 17:27:28 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-02-27 17:27:28 +0000 |
commit | d986412ca462b106108ea30e4e98fb1ac6eadc67 (patch) | |
tree | 072a438bb45a86a890588be9dc4dc62377114274 /net-www/apache/ChangeLog | |
parent | Package masking broken bbapm. Bug #20201 (diff) | |
download | historical-d986412ca462b106108ea30e4e98fb1ac6eadc67.tar.gz historical-d986412ca462b106108ea30e4e98fb1ac6eadc67.tar.bz2 historical-d986412ca462b106108ea30e4e98fb1ac6eadc67.zip |
Fix parse_modules_config so that it correctly detects an upgrade. Thanks to bemis for helping debug this. Fixes bug 124245
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-www/apache/ChangeLog')
-rw-r--r-- | net-www/apache/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 9f0ef55e10f7..752206a90627 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/apache # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.465 2006/02/15 06:18:26 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.466 2006/02/27 17:27:27 vericgar Exp $ + +*apache-2.2.0-r1 (27 Feb 2006) + + 27 Feb 2006; Michael Stewart <vericgar@gentoo.org> + +apache-2.2.0-r1.ebuild: + Fix parse_modules_config so that it correctly detects an upgrade. Thanks to + bemis for helping debug this. Fixes bug 124245 *apache-2.2.0 (15 Feb 2006) |