]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Double default value of APT::Cache-Limit, until such ti...
[apt.git] / debian / changelog
index 6e209615c73b8fad412af82c854b49fe5bd8dcd6..72659f27b84d7769b6ead63e2ef65f10095af563 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-
@@ -21,7 +23,7 @@ apt (0.5.5) unstable; urgency=low
         #139994, #142955, #151654, #151834, #147611, #154268
   * Fix possibility for tag file parsing to fail in some unlikely situations.
     Closes: #139328
-  * Use std C++ names for some header files. Closes: #128741
+  * Use std C++ names for some header files. Closes: #128741
   * Do not check for free space if --no-download. Closes: #117856
   * Actually implement or group handling for 'upgrade'. Closes: #133950
   * "Internal Error, Couldn't configure pre-depend" is not actually an
@@ -48,7 +50,7 @@ apt (0.5.5) unstable; urgency=low
   * Show file name on apt-extracttemplate error messges. Closes: #151835
   * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
   * Some highly unlikely memory faults. Closes: #155842
-  * C++ stuff for G++3.2. Closes: #162617
+  * C++ stuff for G++3.2. Closes: #162617, #165515, 
   * apt-config dumps sends to stdout not stderr now.  Closes: #146294
   * Fix segfault in FindAny when /i is used, and there is no default.
     Closes: #165891
@@ -60,6 +62,25 @@ apt (0.5.5) unstable; urgency=low
     #135021.
   * apt-extracttemplates now prepends the package name when extracting
     files.  Closes: #132776
+  * Add -n synonym for --names-only for apt-cache.  Closes: #130689
+  * Display both current version and new version in apt-get -s.  Closes:
+    #92358
+  * Add an options and timeout config item to ssh/rsh.  Closes: #90654
+  * libapt-pkg-dev now depends on apt-utils.  Closes: #133942.
+  * 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
+  * Check the currently mounted cdrom, to see if it's the one we are
+    interested in.  Closes: #154602
+  * Rebuild with gcc-3.2. Closes: #177752, #178008.
+  * Fix build-dep handling of | dependencies. 
+    Closes: #98640, #145997, #158896, #172901
+  * Double default value of APT::Cache-Limit, until such time as it
+    can be made more dynamic.  Closes: #178623.
 
  -- Jason Gunthorpe <jgg@debian.org>  Sun, 15 Sep 2002 17:16:59 -0600