diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 21:35:04 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 21:35:04 +0200 |
commit | 9a3a3d1324c83206033ad275fb068867b5c58e05 (patch) | |
tree | 47d4c583d5d9a470922ba132b2684d9cda23324a | |
parent | c771f6d9c30f94e37050af49e887f20767822dbb (diff) |
* update changelog to reflect reality
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 11 |
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 |