]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/cdrom.cc:
[apt.git] / debian / changelog
index efd98de73584235a07b63d40e8141c97610e0bfd..ee48ec1d21dee387d4be60fabd3927694b76e8a2 100644 (file)
@@ -2,6 +2,15 @@ apt (0.7.26~exp11) experimental; urgency=low
 
   * apt-pkg/deb/dpkgpm.cc:
     - Write architecture information to history file.
+    - Add to history whether a change was automatic or not.
+  * apt-pkg/contrib/fileutl.cc:
+    - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
+  * cmdline/apt-get.cc:
+    - Support large filesystems by using statvfs64() instead of statvfs()
+      and statfs64() instead of statfs() (Closes: #590513).
+  * apt-pkg/cdrom.cc:
+    - Use link() instead of rename() for creating the CD database backup;
+      otherwise there would be a short time without any database.
 
  -- Julian Andres Klode <jak@debian.org>  Wed, 21 Jul 2010 17:09:11 +0200