]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* cmdline/apt-get.cc:
[apt.git] / debian / changelog
index 842187833f750b261ce767ae6b61ac065d481296..dfde4686dbba4b7e1e008b026c3ade8fa7d3b7f2 100644 (file)
@@ -1,4 +1,91 @@
-apt (0.7.9ubuntu4) UNRELEASED; urgency=low
+apt (0.7.9ubuntu12) hardy; urgency=low
+
+  * debian/apt.cron.daily:
+    - use admin user proxy settings
+  * cmdline/apt-get.cc:
+    - fix task installation (thanks to Colin Watson)
+
+ --
+
+apt (0.7.9ubuntu11) hardy; urgency=low
+
+  * apt-pkg/algorithms.cc: 
+    - add APT::Update::Post-Invoke-Success script slot
+      (LP: #188127)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jan 2008 12:06:12 +0100
+
+apt (0.7.9ubuntu10) hardy; urgency=low
+
+  * cmdline/apt-key:
+    - add "net-update" command that fetches the 
+      ubuntu-archive-keyring.gpg and add keys from it that are 
+      signed by the ubuntu-master-keyring.gpg 
+      (apt-archive-key-signatures spec)
+  * debian/apt.cron.daily:
+    - add apt-key net-update to the nightly cron job
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 13 Feb 2008 15:50:28 +0100
+
+apt (0.7.9ubuntu9) hardy; urgency=low
+
+  * fix FTBFS due to incorrect intltool build-depends
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 11 Feb 2008 16:04:37 +0100
+
+apt (0.7.9ubuntu8) hardy; urgency=low
+
+  * share/apt-auth-failure.note:
+    - show update-notifier note if the nightly update fails with a
+      authentication failure (apt-authentication-reliability spec)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 11 Feb 2008 14:04:56 +0100
+
+apt (0.7.9ubuntu7) hardy; urgency=low
+
+  * methods/connect.cc:
+    - remember hosts with Resolve failures or connect Timeouts
+      see https://wiki.ubuntu.com/NetworklessInstallationFixes
+  * cmdlines/apt-key:
+    - fix bug in the new apt-key update code that imports only
+      keys signed with the master key (thanks to cjwatson)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 08 Feb 2008 11:38:35 +0100
+
+apt (0.7.9ubuntu6) hardy; urgency=low
+
+  * cmdline/apt-key:
+    - add support for a master-keyring that contains signing keys
+      that can be used to sign the archive signing keys. This should
+      make key-rollover easier.
+  * apt-pkg/deb/dpkgpm.cc:
+    - merged patch from Kees Cook to fix anoying upper-case display
+      on amd64 in sbuild
+  * apt-pkg/algorithms.cc: 
+    - add APT::Update::Post-Invoke-Success script slot
+    - Make the breaks handling use the kill list. This means, that a
+      Breaks: Pkg (<< version) may put Pkg onto the remove list.
+  * apt-pkg/deb/dpkgpm.cc:
+    - add APT::Apport::MaxReports to limit the maximum number
+      of reports generated in a single run (default to 3)
+  * apt-pkg/deb/debmetaindex.cc:
+    - add missing "Release" file uri when apt-get update --print-uris
+      is run
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 04 Feb 2008 14:28:02 +0100
+
+apt (0.7.9ubuntu5) hardy; urgency=low
+
+  * Merged apt-authentication-reliabilty branch. This means
+    that apt will refuse to update and use the old lists if
+    the authentication of a repository that used to be 
+    authenticated fails. See
+    https://wiki.ubuntu.com/AptAuthenticationReliability
+    for more details.
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 16 Jan 2008 10:36:10 +0100
+
+apt (0.7.9ubuntu4) hardy; urgency=low
 
   * apt-pkg/algorithms.cc:
     - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
@@ -7,7 +94,7 @@ apt (0.7.9ubuntu4) UNRELEASED; urgency=low
       installer. Instead, disable list cleanup if either of them is set to
       false.
 
- -- Colin Watson <cjwatson@ubuntu.com>  Wed, 09 Jan 2008 22:22:39 +0000
+ -- Colin Watson <cjwatson@ubuntu.com>  Wed, 09 Jan 2008 22:34:37 +0000
 
 apt (0.7.9ubuntu3) hardy; urgency=low