Просмотр исходного кода

More updates
Author: jgg
Date: 2002-07-08 04:23:58 GMT
More updates

Arch Librarian лет назад: 22
Родитель
Сommit
d32305c4de
1 измененных файлов с 17 добавлено и 5 удалено
  1. 17 5
      debian/changelog

+ 17 - 5
debian/changelog

@@ -1,14 +1,14 @@
 apt (0.5.5) unstable; urgency=low
 
-  * Fix handling of [!arch] for build-dependencies. Closes: #88798
+  * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
   * 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
+    installed prior to installing other build-dependencies. Closes: #148879
+  * LD_LIBRARY_PATH thing. Closes: #109430, #147529
   * /usr/doc reference in postinst. Closes: #126189
   * Doc updates. Closes: #120689
   * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
@@ -18,7 +18,7 @@ apt (0.5.5) unstable; urgency=low
     is to work. Closes: #133943
   * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
          #109591, #105920, #103678, #139752, #138186, #138054, #138050,
-	 #139994, #142955
+	 #139994, #142955, #151654, #151834, #147611
   * Fix possibility for tag file parsing to fail in some unlikely situations.
     Closes: #139328
   * Use std C++ names for some header files. Closes: #128741
@@ -31,7 +31,19 @@ apt (0.5.5) unstable; urgency=low
   * Use usr/share/doc for dhelp. Closes: #115701
   * --print-uris works with 'update'. Closes: #57070
   * Options MaxArgs,MaxBytes to allow a much longer dpkg command line.
-
+  * Fixed 2 little OR groupd bugs, thanks to Yann Dirson. Closes: #143995,
+    #142298
+  * Allow an uninstalled package to be marked for removal on an install
+    line (meaning not to automatically install it), also fix some dodgy
+    handling of protected packages. Closes: #92287, #116011
+  * Fix errant prefix matching in version selection. Closes: #105968
+  * Ensure that all files needed to run APT as a user are readable and
+    ignore roots umask for these files. Closes: #108801
+  * Support larger config spaces. Closes: #111914
+  * 'apt-get update' no longer does 'Building Dependency Tree'.
+  * When matching regexs allways print a message. Change regex activation
+    charset. Closes: #147817
+  
  --
 
 apt (0.5.4) unstable; urgency=low