]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Fix tag file parser underrun #139328
[apt.git] / debian / changelog
index 9ba02097843899a6b92ad9cc40d0f563682726dd..fd8f13bccc1f479a0f2b7c91283732f9a704ef1e 100644 (file)
@@ -1,3 +1,28 @@
+apt (0.5.5) unstable; urgency=low
+
+  * Fix handling of [!arch] for build-dependencies. Closes: #88798
+  * Fix handling of build-deps on unknown packages. Closes: #88664
+  * "apt-get --arch-only build-dep" to install only architecture-
+    dependent build dependencies. Bump minor shared lib number to reflect
+    small change in BuildDepend API.
+  * APT::Build-Essential configuration option (defaults to "build-essential")
+    so that "apt-get build-dep" will ensure build essential packages are
+    installed prior to installing other build-dependencies
+  * LD_LIBRARY_PATH thing. Closes: #109430
+  * /usr/doc reference in postinst. Closes: #126189
+  * Doc updates. Closes: #120689
+  * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
+          #131062
+  * Print special message for EAI_AGAIN. Closes: #131397
+  * libapt-pkg-dev needs to bring in the apt-inst library if linking
+    is to work. Closes: #133943
+  * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
+         #109591, #105920, #103678
+  * Fix possibility for tag file parsing to fail in some unlikely situations.
+    Closes: #139328    
+  
+ -- Randolph Chung <tausq@debian.org>  Tue,  4 Dec 2001 23:26:42 -0800
+
 apt (0.5.4) unstable; urgency=low
 
   * M68k config.guess patch. Closes: #88913