Browse Source

NEWS: Document recompression of indices

Julian Andres Klode 10 years ago
parent
commit
077cb5273b
1 changed files with 7 additions and 1 deletions
  1. 7 1
      debian/NEWS

+ 7 - 1
debian/NEWS

@@ -1,5 +1,6 @@
-apt (1.1.11) unstable; urgency=medium
+apt (1.2) unstable; urgency=medium
 
 
+  [ Automatic removal of debs after install ]
   After packages are successfully installed by apt(1),
   After packages are successfully installed by apt(1),
   the corresponding .deb package files will be
   the corresponding .deb package files will be
   removed from the /var/cache/apt/archives cache directory.
   removed from the /var/cache/apt/archives cache directory.
@@ -14,6 +15,11 @@ apt (1.1.11) unstable; urgency=medium
   downloaded debs will be kept in the cache directory after they
   downloaded debs will be kept in the cache directory after they
   are installed.
   are installed.
 
 
+  [ Compressed indices ]
+  If you use Acquire::gzipIndexes, or any other compressed index targets,
+  those will now be compressed with the fastest supported algorithm,
+  currently lz4.
+
  -- Michael Vogt <mvo@debian.org>  Tue, 05 Jan 2016 19:22:16 +0100
  -- Michael Vogt <mvo@debian.org>  Tue, 05 Jan 2016 19:22:16 +0100
 
 
 apt (1.1~exp9) experimental; urgency=medium
 apt (1.1~exp9) experimental; urgency=medium