diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-08 20:45:22 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-08 20:45:22 +0100 |
commit | 077cb5273b2d6f8d2193e80242cc80419d769a12 (patch) | |
tree | a9d8b160093f28ffbf2579a0028b6bf3504d052d | |
parent | ef3c549e00b2a0487ddee0aeb70e3a29f76c2fbb (diff) |
NEWS: Document recompression of indices
-rw-r--r-- | debian/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index eeacc3685..003258e2d 100644 --- a/debian/NEWS +++ b/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), the corresponding .deb package files will be 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 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 apt (1.1~exp9) experimental; urgency=medium |