summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:07 +0000
commitd78a8d43a58a4480d33285940a034ee4fd2a91fa (patch)
tree08c8fa10d9d1c262b2fd81d73e38711531942928
parent200f8c52f6fb977265e0e9b3cdeb5c3214f80dd3 (diff)
Version 0.3.11
Author: che Date: 1999-06-29 04:07:37 GMT Version 0.3.11
-rw-r--r--configure.in2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ece805ca3..92ecf058c 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.3.9")
+AC_DEFINE_UNQUOTED(VERSION,"0.3.11")
AC_DEFINE_UNQUOTED(PACKAGE,"apt")
dnl Tom's host stuff
diff --git a/debian/changelog b/debian/changelog
index 3c4601b40..f0a2a0f67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt (0.3.11) unstable; urgency=low
+
+ * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
+ * Fix for properly upgrading the system from perl 5.004 to 5.005
+
+ -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
+
apt (0.3.9) unstable; urgency=low
* Spelling error in cachefile.cc. Closes: #39885