]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
releasing version 0.9.7.2
[apt.git] / debian / changelog
index fef8db0cc24061af952dec9b3d302ee997896d1c..259599c47d65f2d48144d79ea58042ca30060dca 100644 (file)
@@ -1,9 +1,46 @@
-apt (0.9.7.2) UNRELEASED; urgency=low
+apt (0.9.7.2) unstable; urgency=low
+
 
   [ Manpages translation updates ]
   * French (Christian Perrier)
 
- -- Christian Perrier <bubulle@debian.org>  Tue, 03 Jul 2012 13:56:41 -0600
+  [ Program translation updates ]
+  * Greek (Θανάσης Νάτσης)
+
+  * Japanese (Kenshi Muto) (Closes: #679662)
+  * Russian (Yuri Kozlov) (Closes: #679599)
+  * Danish (Joe Dalton) (Closes: #680119)
+  * Portuguese (Miguel Figueiredo) (Closes: #680616)
+
+  [ Manpage translation updates ]
+  * German (Chris Leick)
+
+  [ David Kalnischkies ]
+  * debian/apt.cron.daily:
+    - do not try to backup extended_states file if it doesn't
+      exist (Closes: #680287)
+  * ftparchive/writer.cc:
+    - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
+      of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
+  * cmdline/apt-mark.cc:
+    - arch:all packages are treated as arch:native packages, but dpkg
+      expects pkg:all for selections, so use the arch of the installed
+      version instead of the package structure if possible.
+      Thanks to Stepan Golosunov for the report! (Closes: #680041)
+  * apt-pkg/clean.cc:
+    - run autoclean against pkg:arch and not always against pkg:native as
+      this removes valid cache entries (Closes: #679371)
+  * apt-pkg/deb/deblistparser.cc:
+    - negative dependencies need to apply to all architectures,
+      but those with a specific architecture only apply to this one
+  * apt-pkg/cachefilter.cc:
+    - remove architecture-specific arch to tuple expansion-rules as they lead
+      to the same tuples for different architectures (e.g. linux-arm for arm,
+      armel and armhf) while the dpkg-architecture code uses triples which
+      are different (in the first part, which we omit in our tuples), so e.g.
+      build-dep restrictions for armel ended up effecting armhf as well
+
+ -- Michael Vogt <mvo@debian.org>  Fri, 13 Jul 2012 21:33:56 +0200
 
 apt (0.9.7.1) unstable; urgency=low