summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-03-11 21:49:41 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-03-11 21:49:41 +0100
commitbf8324550d44031fdad32de172634c971bd26596 (patch)
tree5f032dd7ef2de5a4e28ef287dc5adaaa3eab4a36
parent95717122196eb888bc81f5c3e8daa74cad8db649 (diff)
upload as 0.7.9ubuntu14
-rw-r--r--configure.in2
-rw-r--r--debian/changelog5
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7b0bafb24..7a0f131db 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.9ubuntu12")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu14")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index df23ed1b2..01ad9511f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ apt (0.7.9ubuntu14) hardy; urgency=low
so that it can correct any missing dependencies
* typo fixes (LP: #107960)
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
apt (0.7.9ubuntu13) hardy; urgency=low
@@ -19,6 +19,9 @@ apt (0.7.9ubuntu13) hardy; urgency=low
- fix typo (LP: #150900)
* doc/example/sources.list:
- updated for hardy (LP: #195879)
+ * debian/apt.cron.daily:
+ - sleep random amount of time (default within 0-30min) before
+ starting the upate to hit the mirrors less hard
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100