瀏覽代碼

upload as 0.7.9ubuntu14

Michael Vogt 18 年之前
父節點
當前提交
bf8324550d
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 1 1
      configure.in
  2. 4 1
      debian/changelog

+ 1 - 1
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)

+ 4 - 1
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