summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorScott James Remnant <scott@netsplit.com>2005-06-10 07:39:44 +0100
committerScott James Remnant <scott@netsplit.com>2005-06-10 07:39:44 +0100
commit5d931a4571570a705ed3ac40a456795f85339601 (patch)
tree064fb6670e11f94f9f62ae18429a9f05751d531f /configure.ac
parentb9d60c6ae08500e8b1a6794ce7b7e7981ad319ed (diff)
downloaddpkg-5d931a4571570a705ed3ac40a456795f85339601.tar.gz
dpkg (1.13.8) experimental; urgency=low
The "In like Flynn" Release. * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when given a zero length, rather than returning NULL. This is POSIXly correct, so handle zero-length package control files (like available). -- Scott James Remnant <scott@netsplit.com> Fri, 10 Jun 2005 07:39:44 +0100
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 822b9473a..f1145f494 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.13.7], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.13.8], [debian-dpkg@lists.debian.org])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])