]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/pkgcachegen.{cc,h}:
[apt.git] / debian / changelog
index f620bd87141118a8a3d22b8e117f8b6af4674f44..a8c7572339ceacffd5cc06e5c744af6f51c8ef5a 100644 (file)
@@ -7,8 +7,20 @@ apt (0.8.15.2) unstable; urgency=high
   * 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 DeQuoteQuotedWord but
-      unescape charackter escapes like \0XXX and \xXX (plus add test)
+    - 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
+  * apt-pkg/pkgcachegen.{cc,h}:
+    - use ref-to-ptr semantic in NewDepends() to ensure that the   
+      libapt does not segfault if the cache is remapped in between
+      (LP: #812862)
 
  -- Michael Vogt <mvo@debian.org>  Tue, 12 Jul 2011 11:54:47 +0200