summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2011-12-29 10:56:28 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:37:16 +0100
commitb55fa39268b93f666f43c2d0bb5054e6072cac89 (patch)
treed2de3f83d165d5c9097766d5b55b6c5aad8941c2
parent69028e1ff3feb3fbfedc4564289c90bda907bb19 (diff)
downloadapache2-b55fa39268b93f666f43c2d0bb5054e6072cac89.tar.gz
Reorder changelog so that the entries most relevant for end users are at
the top git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1389 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/changelog32
1 files changed, 16 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index c0038426..9bd3268f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,23 @@
apache2 (2.2.21-4) unstable; urgency=low
+ [Stefan Fritsch]
+
+ * Security: Fix broken patch for CVE-2011-3607 (Integer overflow in ap_pregsub).
+ * Optimize debian/rules again to improve build time by doing most work in a
+ single parallelized "build-%" target.
+
[Arno Töll]
+ * Fix "Suggest removing DefaultType from apache2.conf" change the DefaultType
+ from text/plain to None. This lets the browser guess a proper MIME type
+ instead of being forced to treat a given file according to our default type
+ (Closes: #440058)
+ * Fix "add pre-rotate hook to logrotate script" execute scripts in
+ /etc/logrotate.d/httpd-prerotate if available (Closes: #590096).
+ * Fix "Hide /icons index" Disables indexes on the icon directory. By upgrading
+ to Debian's 3.0/quilt source format also images don't need to be generated
+ at build time anymore. Hence, the icon date can no longer lead to
+ information disclosure (Closes: #649888).
* Upgrade package to 3.0/quilt.
+ Remove uuencoded images, keep them in their binary format in debian/icons
+ Upgrade to quilt from dpatch and refresh all patches by keeping all hunks
@@ -21,24 +37,8 @@ apache2 (2.2.21-4) unstable; urgency=low
* Push debhelper compatibility to 8
* Remove unused Lintian overrides for the Debian source package remove and
redundant priorities in debian/control.
- * Fix "add pre-rotate hook to logrotate script" execute scripts in
- /etc/logrotate.d/httpd-prerotate if available (Closes: #590096).
- * Fix "Hide /icons index" Disables indexes on the icon directory. By upgrading
- to Debian's 3.0/quilt source format also images don't need to be generated
- at build time anymore. Hence, the icon date can no longer lead to
- information disclosure (Closes: #649888).
- * Fix "Suggest removing DefaultType from apache2.conf" change the DefaultType
- from text/plain to None. This lets the browser guess a proper MIME type
- instead of being forced to treat a given file according to our default type
- (Closes: #440058)
* Add myself to Uploaders
- [Stefan Fritsch]
-
- * Security: Fix broken patch for CVE-2011-3607 (Integer overflow in ap_pregsub).
- * Optimize debian/rules again to improve build time by doing most work in a
- parallelized "build-and-install-%" target.
-
-- Arno Töll <debian@toell.net> Tue, 13 Dec 2011 22:03:09 +0100
apache2 (2.2.21-3) unstable; urgency=medium