summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--debian/changelog11
2 files changed, 9 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index e4f0fc4a2..8683773c8 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu13")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu14")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index ddcc6895d..1bf5b95af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
+apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
+
+ * debian/apt.cron.daily:
+ - only run the cron job if apt-get check succeeds (LP: #131719)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mo, 15 Oct 2007 22:56:22 +0200
+
apt (0.7.6ubuntu14) gutsy; urgency=low
* apt-pkg/deb/dpkgpm.cc:
- fix resource leak (LP: #148806)
- * debian/apt.cron.daily:
- - only run the cron job if apt-get check succeeds (LP: #131719)
- -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Oct 2007 17:56:22 +0200
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
apt (0.7.6ubuntu13) gutsy; urgency=low