]> git.saurik.com Git - apt.git/commitdiff
Version 0.3.11
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:07 +0000 (16:54 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:07 +0000 (16:54 +0000)
Author: che
Date: 1999-06-29 04:07:37 GMT
Version 0.3.11

configure.in
debian/changelog

index ece805ca33c29eb6363c8b94bfb3f380d4056926..92ecf058cae89bab78a35d4b63e070cd5a17ef57 100644 (file)
@@ -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
index 3c4601b405ffddb3c82b94addfcc55a9212cdd78..f0a2a0f6744e2e377be07f2761a89b4326350fc5 100644 (file)
@@ -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