]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/contrib/fileutl.{cc,h}:
[apt.git] / debian / changelog
index 244bb83e01d3466d0b2b99b1f93ad42d90fdf1c4..3e1a619ac41d9edb07c52dbc6245748f60180a92 100644 (file)
@@ -2,6 +2,21 @@ apt (0.8.15.2) unstable; urgency=high
 
   * fix from David Kalnischkies for the InRelease gpg verification 
     code (LP: #784473)
+  * cmdline/apt-get.cc:
+    - fix missing download progress in apt-get download
+  * apt-pkg/contrib/cdromutl.cc:
+    - fix escape problem when looking for the mounted devices
+  * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
+    - add new DeEscapeString() similar to DeQuoteString but
+      unescape character escapes like \0XX and \xXX (plus added
+      test)
+  * apt-pkg/contrib/fileutl.{cc,h}:
+    - add GetModificationTime() helper
+  * apt-pkg/pkgcachegen.cc:
+    - regenerate the cache if the sources.list changes to ensure
+      that changes in the ordering there will be honored by apt
+  * apt-pkg/sourcelist.{cc,h}:
+    - add pkgSourceList::GetLastModifiedTime() helper
 
  -- Michael Vogt <mvo@debian.org>  Tue, 12 Jul 2011 11:54:47 +0200