-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  6 Jul 2004 17:18:49 -0300
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.13
Distribution: unstable
Urgency: low
Maintainer: Chris Halls <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 apt-proxy  - Debian archive proxy and partial mirror builder development
Closes: 126220 157780 161448 171889 175649 180954 183222 183709 187919 190926 199430 
199831 203868 206676 207067 219049 221754 234900 240296 241303 245675 245895 250434 
257507
Changes: 
 apt-proxy (1.9.13) unstable; urgency=low
 .
   * Add support for http dynamic backends. If a file is requested for a
     backend not listed in the configuration file, it will be used as the
     hostname. It can be disabled by setting dynamic_backends=off (Otavio).
   * Add me in uploaders (Otavio).
   * Fix spelling error in apt_proxy.py comment (Otavio).
   * Improved debug information when somebody try to use a not implemented
     method (Otavio).
   * Add some missing filetypes (.txt, .html and .gz) (Otavio).
   * Fix problem with numeric ports when used in backends, thanks to
     Philipp Weis <[EMAIL PROTECTED]> (Otavio). (closes: #257507)
   * Upload to unstable (Otavio).
 .
 apt-proxy (1.9.12) experimental; urgency=low
 .
   * Manuel, the author of the version 2 rewrite, has been killed
     in a car accident.  http://www.debian.org/News/2004/20040515
 .
   * Add a paragraph to the README dedicating this passage to him
   * Change maintainer back to myself
   * Fix method to redirect stdout when loading packages cache
     with apt_pkg (closes: #250434)
   * Fix max_versions to work in the same way as version 1
     did, taking distributions into account (part of #242197)
 .
 apt-proxy (1.9.11) experimental; urgency=low
 .
   * Support Release.gpg for new apt, thanks Chris Lawrence (closes: #245895)
   * Fix FTBFS when apt-proxy is not already installed,
     thanks Paul Brook (closes: #245675)
 .
 apt-proxy (1.9.10) experimental; urgency=low
 .
   * Rework rsync backend support to stream from rsync's temporary
     file as apt-proxy version 1 used to.  Support for rsync backends
     is now available without compiling and installing the rsync hack
     shared library.
   * Update documentation
 .
 apt-proxy (1.9.9) experimental; urgency=low
 .
   * Add support for multiple backends.  If the connection is refused
     or times out, attempt to contact the next server in the list.
   * Documentation updates
 .
 apt-proxy (1.9.8) experimental; urgency=low
 .
   * Log deletion of cache files by max_version algorithm
   * Change 'RECYCLING' message to 'Adopting new file'
     (closes: #240296)
   * Use passive FTP by default, and add configuration option passive_ftp
     (closes: #190926)
   * apt-proxy-import:
     + Fix to work with latest apt_proxy version
     + Send output to standard out
     + Add a --recursive flag to import .debs from a directory tree
     + Make log messages more informative
     + Confirm that it works with relative paths (closes: #183709)
   * Updated apt-proxy-import man page
   * README: Remove outdated section about the twisted version in sarge
   * apt-proxy.conf:
     + Update openoffice example repositories
     + Add passive_ftp example
     + Document default cache directory in manpage (closes: #206676)
   * Tested with twisted 1.2.0, warning removed
 .
   * Bugs in version 1 that have been fixed for version 2:
     Closes: #221754: apt: doesn't url escape '~'
     Closes: #234900: apt-proxy default config is non-functional
     Closes: #241303: apt-proxy-import seems to fail when importing dir
     with a lot of files
 .
   * Bugs that do not apply to version 2:
     Closes: #187919: apt-proxy fails to report file not found to client,
     client times out instead
     Closes: #203868: apt-proxy fails to determine file size and remains
     suck - Connection timed out for clients
     Closes: #171889: files sometimes not streamed properly to clients
     Closes: #175649: Error when update
     Closes: #180954: apt-proxy sometimes seems to consume vast amounts
     of CPU for hours
     Closes: #183222: update fails with openwall kernel patch
     Closes: #199430: Depends on wget | rsync, but by default doesn't
     appear to work without rsync
     Closes: #199831: apt-proxy is *way* slower than apt-rsync
     Closes: #207067: apt-proxy doesn't work with inetutils-inetd
     Closes: #219049: stat warning: '-l' is deprecated in logfiles
     Closes: #126220: log to stderr
     Closes: #157780: shouldn't depend on ash
     Closes: #161448: ash is depreciated
 .
 apt-proxy (1.9.7) experimental; urgency=low
 .
   * Plug the recent file descriptor leak.
   * Automatically recreate .db files if they get corrupted.
   * Added an optional remote python console for debugging.
   * Call the garbage collector explicitly.
 .
 apt-proxy (1.9.6) experimental; urgency=low
 .
   * Migrate from python 2.2 to 2.3.
   * Build-depend on python2.3-twisted - needed for invocation of
     apt-proxy-import during documentation build (Chris).
   * Better logs and a small fix (Chris).
   * Make lintian happy:
        + Build-Depend on python2.3
        + Standards-Version: 3.6.0
        + debhelper (>= 4.0.0)
 .
 apt-proxy (1.9.5.6pre2) experimental; urgency=low
 .
   * Fix FTP code and clean up.
   * Remove usage of depreciated clientTCP.
   * The new code requires a minimum of twisted 1.0.0 - Depends updated. (Chris)
   * We don't actually need to build-depend on python or twisted. (Chris)
   * Updated / added documentation for v2.
   * Removed the '-v2' suffix.
   * Changed default port to 9999 to match apt-proxy v1.
   * Conflicts/Replaces: apt-proxy-v2 (<= 1.9.5)
   * Added UPGRADING notes.
   * Customize apt-proxy-v2.conf based on ap1's apt-proxy.conf when upgrading.
   * Disable apt-proxy v1's inetd line on upgrade, and reenable it on downgrade.
   * Remove .pyc and .pyo files on remove.
 .
 apt-proxy-v2 (1.9.5) experimental; urgency=low
 .
   * Cleanup some internal code (Manuel)
   * Recognise twisted 1.0 (Manuel)
   * Fix slowdown and memory usage for large files by streaming to a temporary
     file (Manuel)
   * Fix apt-proxy-import and add experimental fuzzy import of unknown versions
     (Manuel)
   * Add apt-proxy-v1tov2 conversion script (Manuel)
   * Add support for 'off' in max_versions, max_age, cleanup_freq config
     parameters (Manuel)
   * Support .bz2 control files download (Chris)
   * Update TODO with list of items left to be done before release
 .
 apt-proxy-v2 (1.9.4) experimental; urgency=low
 .
   * Support for twisted 0.99.2. (Manuel)
   * Migrate from python 2.1 to 2.2 (Manuel)
   * Fix cache directory names in maintainer scripts to use
     /var/cache/apt-proxy.
   * Some general bugfixing (Manuel)
   * Fix problem with 2 char directories (Simon Hyde)
   * Dump memory usage on connection close to check for leaks
   * Rename lots of class names so that the word 'client' only means apt, not
     apt-proxy when connecting to backends (those are now 'fetchers') (Manuel)
   * Tighten dependency on python-apt to (>= 2.1.3-4)
   * Add Build-Depends-Indep python2.2-twisted (>= 0.99.2)
   * Add support for Packages/Sources/Contents/Release.bz2 file extensions and
     verification.  Add Depends: bzip2.
 .
 apt-proxy-v2 (1.9.3) experimental; urgency=low
 .
   * Improve debugging messages (Manuel+Chris)
   * Change default cache directory to /var/cache/apt-proxy - using
     apt-proxy v1 and v2 is OK, as long as you don't use both at once.
     The directory /var/cache/apt-proxy will not be deleted if this package is
     purged.
   * Disable logfile rotation by twisted, because it does not work in a
     directory without write permission
   * There are still memory leak issues; these will be fixed by twisted 0.99.1
 .
 apt-proxy-v2 (1.9.2) experimental; urgency=low
 .
   * Fix hanging when 2 clients are connected simultaneously (Manuel)
   * Improve some debugging messages (Manuel)
 .
 apt-proxy-v2 (1.9.1) experimental; urgency=low
 .
   * Remove support for twisted versions < 0.19 (Manuel)
   * Create logfile in init script if it does not already exist
   * Depend on python-apt (Thanks Mark Titorenko)
 .
 apt-proxy-v2 (1.9.0) experimental; urgency=low
 .
   * New development version
Files: 
 cdc57d85d5ff988c7d20498487c28759 599 admin extra apt-proxy_1.9.13.dsc
 0fdaf92a8d6df8c985209fe53429db3b 48494 admin extra apt-proxy_1.9.13.tar.gz
 dc9ef45e96bc2e7275f3ed5f58e1342f 50518 admin extra apt-proxy_1.9.13_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA6wqILqiZQEml+FURAivVAJ9NjV5MfSf9cQYMMAZQ9T7T2vsHSQCggM3P
nW9/XqmUItc+smUgyopu1y4=
=HBao
-----END PGP SIGNATURE-----


Accepted:
apt-proxy_1.9.13.dsc
  to pool/main/a/apt-proxy/apt-proxy_1.9.13.dsc
apt-proxy_1.9.13.tar.gz
  to pool/main/a/apt-proxy/apt-proxy_1.9.13.tar.gz
apt-proxy_1.9.13_all.deb
  to pool/main/a/apt-proxy/apt-proxy_1.9.13_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to