]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* improve apt progress reporting, display trigger actions
[apt.git] / debian / changelog
index 30b45d5945a15ad495b8adf5a36af2f132723ae4..beca698d41b0ab47d87bca4ccf5735c2cd8d66ba 100644 (file)
@@ -5,6 +5,18 @@ apt (0.7.14) UNRELEASED; urgency=low
     Thanks to Frédéric Bothamy for the patch
     Closes: #322470
 
+  [ Osamu Aoki ]
+  * Updated cron script to support backups by hardlinks and 
+    verbose levels.  All features turned off by default. 
+  * Added more error handlings.  Closes: #438803, #462734, #454989, 
+  * Refactored condition structure to make download and upgrade performed 
+    if only previous steps succeeded. Closes: #341970
+  * Documented all cron script related configuration items in 
+    configure-index.
+
+  [ Michael Vogt ]
+  * improve apt progress reporting, display trigger actions
+  
   [ Program translations ]
   * Simplified Chinese updated. Closes: #473360
   * Catalan fixes. Closes: #387141
@@ -14,6 +26,9 @@ apt (0.7.14) UNRELEASED; urgency=low
   * Italian updated. Closes: #479326
   * Polish updated. Closes: #479342
   * Bulgarian updated. Closes: #479379
+  * Finnish updated. Closes: #479403
+  * Korean updated. Closes: #479426
+  * Basque updated. Closes: #479452
 
  -- Christian Perrier <bubulle@debian.org>  Sun, 04 May 2008 08:31:06 +0200
 
@@ -64,6 +79,7 @@ apt (0.7.12) unstable; urgency=low
       starting the upate to hit the mirrors less hard
   * doc/apt_preferences.5.xml:
     - fix typo
+  * added debian/README.source
 
   [ Christian Perrier ]
   * Fix typos in manpages. Thanks to Daniel Leidert for the fixes