]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show (Closes...
[apt.git] / debian / changelog
index ca731d11bbac1b2ce401cede357796cd47fdfc7c..fc5d0f90c9ec6087c5fa83de054608a4acdcd6ba 100644 (file)
@@ -1,3 +1,31 @@
+apt (0.7.26~exp3) UNRELEASED; urgency=low
+
+  [ Christian Perrier ]
+  * German translation update. Closes: #571037
+  * Spanish manpages translation update. Closes: #573293
+  * Dutch translation update. Closes: #573946
+  * Polish manpages translation update. Closes: #574558
+  * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
+    that package that was providing some manpages for APT utilities.
+
+  [ Julian Andres Klode ]
+  * cmdline/apt-cache.cc:
+    - Change behavior of showsrc to match the one of show (Closes: #512046).
+  * cmdline/apt-key:
+    - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
+  * cmdline/apt-mark:
+    - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
+  * apt-inst/contrib/arfile.h:
+    - Add public ARArchive::Members() which returns the list of members.
+  * apt-pkg/policy.cc:
+    - Always return a candidate if there is at least one version pinned > 0
+      (Closes: #512318)
+  * debian/rules:
+    - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
+      libapt-pkg-4.9.
+
+ -- Christian Perrier <bubulle@debian.org>  Wed, 24 Feb 2010 22:13:50 +0100
+
 apt (0.7.26~exp2) experimental; urgency=low
 
   * fix crash when LANGUAGE is not set