]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* cmdline/apt-key:
[apt.git] / debian / changelog
index b94835a35987d5d95094bea1b4efd80b9d7b1748..c71695fd187811e8d36281974a46750d269de08d 100644 (file)
@@ -1,6 +1,40 @@
+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)
+
+ --
+
+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
 
-  [ Michael Vogt ]
   * 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
@@ -10,9 +44,14 @@ apt (0.7.9ubuntu6) hardy; urgency=low
       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