~ubuntu-branches/ubuntu/saucy/apt-cacher-ng/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Eduard Bloch
  • Date: 2011-09-30 16:37:18 UTC
  • mfrom: (24.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20110930163718-r0agyg6jptvobt5w
* New upstream versions
  + implements extra keeping of obsolete package versions (closes: #634145)
  + configurable outgoing connection protocol (closes: #641257)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apt-cacher-ng (0.6.7) BETA; urgency=low
 
2
 
 
3
  * NEW: Debdelta support, precaching can rebuild packages using small diffs
 
4
  * NEW: config option for allowed/prefered protocols for outgoing connections
 
5
  * NEW: more verbosity in expiration and import operations, with details
 
6
    about disk space allocation and expiration period
 
7
  * NEW: allow to keep a number of latest additional versions of .deb packages
 
8
    which are no longer covered by index references
 
9
  * FIX: Close lzma descriptor properly after reading files in expiration runs
 
10
  * Improvement/refactoring of partial mirroring code
 
11
  * Stricter "as needed" mode in partial mirroring, filters also on base names
 
12
    of Debian packages. "Skip index update" also skips download of Release
 
13
    files.
 
14
  * Overhaul of background download/update/patching code, allows HTTP
 
15
    redirection in more cases
 
16
  * Added cleanup controls for index parsing errors
 
17
  * Minor fixes for operation on symlink trees
 
18
  * Portability improvements
 
19
  * Documentation improvements
 
20
 
 
21
 -- Eduard Bloch <blade@debian.org>  Fri, 30 Sep 2011 16:05:54 +0200
 
22
 
 
23
apt-cacher-ng (0.6.6) BETA; urgency=low
 
24
 
 
25
  * NEW: smart detection of architectures which were deliberately removed from
 
26
    a Debian release and implicite expiration of its data
 
27
  * NEW: precaching of Debian/Ubuntu archives can be restricted to packages
 
28
    related to the ones already existing in cache (same storage folder)
 
29
  * FIX: resolve a Circular Wait situation when spare thread setting is low
 
30
    and a single apt client uses a lot of connections and doesn't close them
 
31
    while still waiting for response from the last ones
 
32
  * FIX: on index file update for expiration, if a faulty patch or patch base
 
33
    was present and a replacement file (compressed) was downloaded instead,
 
34
    make sure that the (probably) faulty patch base file is replaced
 
35
  * FIX: correct base path handling with changed order in recent Sources files
 
36
  * [acngfs] Improved connection checking/closing sequence
 
37
  * Changed source compression to XZ
 
38
  * Changed interpretation of the Debug option 
 
39
  * Using plain exit() in termination handler, no need for kludges anymore
 
40
  * Refactoring, minor optimizations on config/index file parsing
 
41
 
 
42
 -- Eduard Bloch <blade@debian.org>  Sun, 21 Aug 2011 14:27:10 +0200
 
43
 
1
44
apt-cacher-ng (0.6.5) BETA; urgency=low
2
45
 
3
46
  * FIX: outgoing connection caching (regression, 0.6.4)