summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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