~ubuntu-branches/debian/wheezy/apache2/wheezy

« back to all changes in this revision

Viewing changes to srclib/apr-util/include/apu_version.h

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch, Stefan Fritsch, Arno Töll
  • Date: 2012-02-01 21:49:04 UTC
  • mfrom: (0.13.15)
  • Revision ID: package-import@ubuntu.com-20120201214904-nlchebp6wu7z55jw
Tags: 2.2.22-1
[ Stefan Fritsch ]
* New upstream release, urgency medium due to security fixes:
  - Fix CVE-2012-0021: mod_log_config: DoS with '%{cookiename}C' log format
  - Fix CVE-2012-0031: Unprivileged child process could cause the parent to
    crash at shutdown
  - Fix CVE-2012-0053: Exposure of "httpOnly" cookies in code 400 error
    message.
* Move httxt2dbm to apache2-utils
* Adjust debian/control to point to new git repository.

[ Arno Töll ]
* Fix "typo in /etc/apache2/apache2.conf" (Closes: #653801)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * Minor API changes that do not cause binary compatibility problems.
54
54
 * Reset to 0 when upgrading APU_MAJOR_VERSION
55
55
 */
56
 
#define APU_MINOR_VERSION       3
 
56
#define APU_MINOR_VERSION       4
57
57
 
58
58
/** patch level 
59
59
 * The Patch Level never includes API changes, simply bug fixes.
60
60
 * Reset to 0 when upgrading APR_MINOR_VERSION
61
61
 */
62
 
#define APU_PATCH_VERSION       12
 
62
#define APU_PATCH_VERSION       1
63
63
 
64
64
/** 
65
65
 * The symbol APU_IS_DEV_VERSION is only defined for internal,