Change logs for apt-cacher source package in Hardy

  • apt-cacher (1.5.5-0ubuntu0.1) hardy-proposed; urgency=low
    
      * remove errors when running apt-cacher-cleanup.pl. Patch taken
        from Debian BTS (see bug #478122) (LP: #223024)
    
     -- Lionel Porcheron <email address hidden>   Thu, 29 Jan 2009 09:44:17 +0100
  • apt-cacher (1.5.5) unstable; urgency=low
    
      * Make apt-cacher-report.pl more tolerant of logfile corruption. Thanks
        to Olaf Scholz for patch (closes: #366348, #444677)
      * Don't change /etc/apache/httpd.conf if no apt-cacher config found.
      * Move shared install/remove code to apt-cacher-lib.
      * Add link to /usr/lib/cgi-bin for non-apache httpd servers.
      * README.Debian: suggest workaround to cache for both Ubuntu and Debian
        distributions (closes: #354925, #366624, #415398)
      * Check for Host header in HTTP/1.1 request.
      * Respect no-cache directives in request and pass through to upstream.
      * apt-cacher-format-transition: Remove accept \r\n in headers on import
        (closes: #355157). Add informational messages.
      * Keep command-line options on config reload (SIGHUP).
      * Differentiate between absolute URIs. Can be HTTP 1.1 proxy or HTTP 1.3. See
        rfc2616. (closes: 387449, #413391)
      * Handle SIGUSR1 to toggle debug ouput.
      * Fix man page CGI mode prefix.
      * Control checksumming with config option checksum
      * Lists in config file are delimited by ',' or ';'
      * Check installation directories and logfiles on startup. Recreate if
        necessary (closes: #370453)
      * No default http_proxy and http_proxy_auth.
      * Support vmlinuz and initrd.gz files for Debian-live.
      * Significant rewrite of manpage. (closes: #442800, #364361)
      * Restart after rotating logfiles (closes: #414156, #390585)
      * apt-cache-report: run as user:group from config file (closes: #383480)
      * Actually support rate limit suffixes as specified in man page (closes: #410920)  
      * Return Connection: close even if keep-alive requested for 404 error
        (closes: #322299, #384210)
      * Rationalise example usage in usage_error. Use Sys::Hostname to build
        the example. Configfile example_sources_line is no longer
        used. (closes: #365507)
      * Dynamically generate configuration info in usage_error.
      * Check size of cached files. Warn and refresh is mismatch 
        (closes: #373280, #412743, #366648)
      * Add support for index.db-*.gz files as used by apt-listbugs. (closes: #364904)
      * Decode ascii hex codes in URL. (closes: #394541)
      * Add support for Translation-*.bz2 files.
      * Rationalise locking in apt-cacher-cleanup. Based on patch from Adrian
        Bridgett (closes: 428131)
      * apt-cacher-import: check return of rename and die with helpful error
        message if it fails. (closes: #355160)
      
    apt-cacher (1.5.4) unstable; urgency=low
    
      * New maintainer (Closes: #403584)
      * apt-cacher: Correctly set version number when building package
      * apt-cacher-cleanup: add simulate option to show what would be done and
        offline mode to control refresh of index files
      * Add offline_mode to config file.
      * apt-cacher-cleanup: fix option handling
      * move setup_ownership() to apt-cacher-lib
      * apt-cacher-cleanup: run as user:group from config file
      * Bump standards version
      * Fix manpage warning: 52: a special character is not allowed in a name
        and missing line when rendered (closes: 374422)
      * Add LSB header to init. (closes: #384721)
      * apt-cacher-cleanup: provide warning if linking of file fails.
      * apt-cacher-cleanup: don't continue if there are empty index files in order to
        prevent unexpected deletion of cache contents (closes: #356292).  
      * Daemonize correctly (closes: #370446).
      * Fix typos and spelling (closes: #358988, #362730, #399157, #396677)
      * Build and lintian warning fixes:
    	 Move debhelper compatibility to debian/compat.
    	 Remove make distclean from debian/rules.
    	 Put debhelper in Build-Depends not Build-Depends-Indep
    	 Delete *-stamp on clean.
      * Don't cache index files that generate 404 error. Thanks to Dietrich
        Clauss <email address hidden> (closes: #385961)
      * apt-cacher-cleanup: just delete empty .gz files (closes: #403453).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 15:21:18 +0100
  • apt-cacher (1.5.3) unstable; urgency=medium
    
      * special case for pdiff file name generation (closes: #335202). Pdiff
        caching should now (finally) work correctly. Also checks and expiration of
        pdiff files (using Index lists) done in apt-cacher-cleanup.pl
      * apt-cacher-cleanup hardened, locking files to eliminate any possible
        situation with not having the index files ready
      * added instructions to the cleanup error message to remove
        broken/undownloadable files if files from a repository are to be purged
        (closes: #327817)
      * ignoring empty .bz2 files since they are optional and (naturally) coming
        from unsuccessfull downloads (closes: #354533, #354548, #354428)
    
    apt-cacher (1.5.2) unstable; urgency=low
    
      * Minor bugfix release
      * Improvements of the package description, mentioning approx/apt-proxy
        (closes: #352020)
      * always logging the disk-full messages, if possible, not only in debug mode
      * checking for exit status when reading index files in cleanup, catching
        file corruption cases (closes: #353152)
      * spelling error fixes in the manpage, thanks to A. Costa (closes: 353970)
    
    apt-cacher (1.5.1) unstable; urgency=low
    
      * make flock depend on open success in cleanup (closes: #351938)
      * made download code handle write errors better (or even just correct), also
        added cleanup code for potential leftovers to apt-cacher-cleanup.pl
      * documented the offline_mode switch in the manpage
      * documented the proxy mode installation in the manpage
    
    apt-cacher (1.5) unstable; urgency=low
    
      * made request reader more robust
      * added more regexps to handle Fedora's APT clone's index files correctly
      * added a simple spec file from Srimal Jayawardena to contrib directory
    
    apt-cacher (1.4.3) unstable; urgency=low
    
      * checksums are not checked on index files any longer, they can change
      * tolerates full paths now (proxy kind), allows usage of apt-cacher as pure
        HTTP proxy without changing sources.list on all clients (closes: #349588)
      * experimental option offline_mode to simply avoid outgoing connections and
        deliver cached data only
      * added a HUP handler to reload the config
      * fixed a minor bug in the header parser, found with clients using LWP agent
        (closing connection too early). Now cascading of apt-cacher servers
        in daemon mode is possible.
    
    apt-cacher (1.4.2) unstable; urgency=low
    
      * reopening log files when a write fails
      * getgrnam/getpwnam considers undefined values now, thanks to Richard Antony
        Burton (closes: #348178)
      * additional data size checks when returning cached versions to detect
        possible file system corruption.
      * with checksum checking enabled, the checksum of downloaded content is
        stored additionaly to be available even if is not extracted from Packages
        files first. Does not cover initial download errors but local corruption.
      * code refactoring, ensured ownership change when running cleanup
      * it's called libdbd-sqlite3-perl! (fixed name of the package in Suggests)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 13:18:18 +0100