~ubuntu-branches/ubuntu/trusty/apache2/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch, Stefan Fritsch, Peter Samuelson
  • Date: 2009-05-19 22:55:27 UTC
  • mto: (14.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090519225527-dsv9bsurxgw41e2q
Tags: 2.2.11-4
[ Stefan Fritsch ]
* Disable TRACE method by default (closes: #492130).
* Compress some more mime types with mod_deflate by default. This may cause
  problems with MSIE 6, but that browser should now be considered obsolete.
  Closes: #397526, #521209
* Various backports from upstream svn branches/2.2.x:
  - CVE-2009-1191: mod_proxy_ajp: Avoid delivering content from a previous
    request which failed to send a request body
  - Fix FollowSymlinks / SymlinksIfOwnerMatch ignored with
    server-side-includes PR 45959 (closes: #524474)
  - Fix mod_rewrite "B" flag breakage PR 45529 (closes: #524268)
  - Fix mod_deflate etag handling PR 45023 (LP: #358314)
  - Fix mod_ldap segfault if LDAP initialization failed PR 45994
* Allow apache2-mpm-itk as alternate dependency in apache2 meta package
  (closes: #527225).
* Fix some misuse of command substitution in the init script. Thanks to
  Jari Aalto for the patch. (Closes: #523398)
* Extend the gnome-vfs DAV workaround to gvfs (closes: #522845).
* Add more info to check_forensic man page (closes: #528424).
* Make "apache2ctl help" point to help on apache2 args (closes: #528425).
* Lintian warnings:
  - fix spelling error in apache2-utils description
  - tweak debian/copyright to make lintian not complain about pointers to GPL
  - bump standards-version (no changes)

[ Peter Samuelson ]
* Adjust sections to match recent ftpmaster overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apache2 (2.2.11-4) unstable; urgency=low
 
2
 
 
3
  [ Stefan Fritsch ]
 
4
  * Disable TRACE method by default (closes: #492130).
 
5
  * Compress some more mime types with mod_deflate by default. This may cause
 
6
    problems with MSIE 6, but that browser should now be considered obsolete.
 
7
    Closes: #397526, #521209
 
8
  * Various backports from upstream svn branches/2.2.x:
 
9
    - CVE-2009-1191: mod_proxy_ajp: Avoid delivering content from a previous
 
10
      request which failed to send a request body
 
11
    - Fix FollowSymlinks / SymlinksIfOwnerMatch ignored with
 
12
      server-side-includes PR 45959 (closes: #524474)
 
13
    - Fix mod_rewrite "B" flag breakage PR 45529 (closes: #524268)
 
14
    - Fix mod_deflate etag handling PR 45023 (LP: #358314)
 
15
    - Fix mod_ldap segfault if LDAP initialization failed PR 45994
 
16
  * Allow apache2-mpm-itk as alternate dependency in apache2 meta package
 
17
    (closes: #527225).
 
18
  * Fix some misuse of command substitution in the init script. Thanks to
 
19
    Jari Aalto for the patch. (Closes: #523398)
 
20
  * Extend the gnome-vfs DAV workaround to gvfs (closes: #522845).
 
21
  * Add more info to check_forensic man page (closes: #528424).
 
22
  * Make "apache2ctl help" point to help on apache2 args (closes: #528425).
 
23
  * Lintian warnings:
 
24
    - fix spelling error in apache2-utils description
 
25
    - tweak debian/copyright to make lintian not complain about pointers to GPL
 
26
    - bump standards-version (no changes)
 
27
 
 
28
  [ Peter Samuelson ]
 
29
  * Adjust sections to match recent ftpmaster overrides.
 
30
 
 
31
 -- Stefan Fritsch <sf@debian.org>  Tue, 19 May 2009 22:55:27 +0200
 
32
 
1
33
apache2 (2.2.11-3) unstable; urgency=low
2
34
 
3
35
  * Rebuild against apr-util 1.3, to fix undefined symbol errors in mod_ldap