summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:16 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:16 +0000
commit676478c32d00e14a9cc5b32053cbb358a8680be0 (patch)
tree442bacdbbf021948ec8e352dce083fdc790047fc
parentffe9323a38b1b0150149cd38cd6ced9d34eee939 (diff)
update for 0.3.15
Author: che Date: 1999-12-05 05:15:37 GMT update for 0.3.15
-rw-r--r--configure.in2
-rw-r--r--debian/changelog8
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 5865e4ced..f599b44aa 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.14.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.3.15")
AC_DEFINE_UNQUOTED(PACKAGE,"apt")
dnl Tom's host stuff
diff --git a/debian/changelog b/debian/changelog
index 6733108d0..05a25a56e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-apt (0.3.14.1) unstable; urgency=low
+apt (0.3.15) unstable; urgency=low
* Added DSelect::WaitAfterDownload Closes: #49549
* Fixed cast error in byteswap macro and supporting code. Closes: #50093
@@ -8,9 +8,9 @@ apt (0.3.14.1) unstable; urgency=low
* /usr/share/doc stuff. Closes: #51017, #50228, #51141
* Remove doesn't require a package to be installable. Closes: #51175
* FTP proxy touch ups in the mabn page. Closes: #51315, #51314
-
- -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
-
+
+ -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:13:40 -0800
+
apt (0.3.14) unstable; urgency=low
* Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901