]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
s/st_mtime/mtime/ on our local stat structure in apt-ft...
[apt.git] / debian / changelog
index 7a9fb1e5f12cb2d5b918c1becd48c08c6a9482e7..7700878b607c5c74de6ae7620add030f0efdffda 100644 (file)
@@ -1,5 +1,7 @@
 apt (0.5.5) unstable; urgency=low
 
+  * New deb version compare function, that has no integer limits, and
+    supports pre-versions using ~.  Code ported from dpkg.
   * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
   * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
   * "apt-get --arch-only build-dep" to install only architecture-
@@ -68,6 +70,10 @@ apt (0.5.5) unstable; urgency=low
   * Change verbose logging output of apt-ftparchive to go to stderr,
     instead of stdout.  Also, errors that occur no longer go to stdout,
     but stderr.  Closes: #161592
+  * Test for timegm in configure.  Closes: #165516.
+  * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
+    support compliation on platforms where st_mtime is a macro.  Closes:
+    #165518
 
  -- Jason Gunthorpe <jgg@debian.org>  Sun, 15 Sep 2002 17:16:59 -0600