apt-zip (0.13.2) unstable; urgency=low

  * build dependence: replaced obsolete doocbook2man with the newer
  	docbook-utils, and use the docbook2man command (closes: #117078)

 -- Giacomo Catenazzi <cate@debian.org>  Fri,  2 Nov 2001 10:16:12 +0100

apt-zip (0.13.1) unstable; urgency=low

  * Removed generated man page from sources.
  * Inverted -m and -M in the command help (closes: #106042)
  * Fix typo in documentation (closes: #105692)
  
 -- Giacomo Catenazzi <cate@debian.org>  Thu, 30 Aug 2001 21:20:05 +0200

apt-zip (0.13) unstable; urgency=low

  * New maintainer: (Closes: #101092).
  
 -- Giacomo Catenazzi <cate@debian.org>  Tue, 28 Aug 2001 21:55:40 +0200

apt-zip (0.12.1) unstable; urgency=low

  * Sponsorized upload.
  * Change apt-zip.deb for apt-zip.options for clarity.
  * Fix some typos.
  * Fix the broken apt-zip-inst.

 -- Santi Bejar <tiarda@yahoo.es>  Fri,  3 Nov 2000 00:48:10 +0100

apt-zip (0.12) unstable; urgency=low

  * New not-yet-official-maintainer upload sponsorized by previous
      maintainer.
  * Added a filter to accept/reject protocols to download (Closes:
    #63150).
  * Some internal cleanups.
  * Added an option to choose the apt-get action (Closes: #65396).
  * Added an option to just install a list of packages.
  * wget: RESTART options without TAR (Closes: #56362).
  * Added a generated file to save the options used by apt-zip-inst.
  * New version (Closes: #72829)

 -- Santi Bejar <tiarda@yahoo.es>  Tue, 31 Oct 2000 01:04:03 +0100

apt-zip (0.11.1) unstable; urgency=low

  * Added GNUTAR and SOLARISTAR options.  TAR now specifies POSIX tar, and
    is automatically set if one of GNUTAR or SOLARISTAR is set.
  * Write errors to stderr.
  * Some internal cleanups.
  * wget: do not "set -e" the fetch script.
  * wget: make use of SOLARISTAR "-n" option as a speedup.  Require a
    GNUTAR for RESTART (needs "-A").
  * wget: fixed return value from check() - dollar sign was not
    backslashed.
  * wget: produce a more readable script, by not stripping leading tabs.
  * wget: do not print misleading "md5sum failed" message during a
    restarted fetch when requested deb is not present.
  * wget: print progression of "already got" packages during a restarted
    fetch.

 -- Yann Dirson <dirson@debian.org>  Sun, 27 Feb 2000 22:55:12 +0100

apt-zip (0.11) unstable; urgency=low

  * Recognize "name=value" options as known when "name" is known.
  * Fixed finding of method scripts to work when calling tools in the
    source tree, but from outside the source tree - forgotten from 0.8.
  * Changed the location of method files to /usr/share/apt-zip/methods/.
  * Added FILES section in the manpage.
  * Fixed the Makefile not to refer to ./sgmlspl.
  * wget: do not use &> kshism.
  * wget: fix tar option to really use tar - how did I miss that ?
  * debian/rules: fixed version check to be more robust.
  * Mention restart option, and argument to tar option, in default
    conffile.

 -- Yann Dirson <dirson@debian.org>  Thu, 24 Feb 2000 01:05:41 +0100

apt-zip (0.10) unstable; urgency=low

  * Export APTZIPVERSION and OPTIONS to method scripts.
  * Ensure OPTION_<optname> vars are set either to 0 or 1 when option is
    known.
  * New known feature RESTART, causing an already existing set of .deb
    files to be used when possible, instead of re-downloading everything.
  * Fix handling of --options to concatenate them to those specified in
    conffile.
  * Added support for "no" prefix to options, to allow overriding conffile
    from command-line.
  * Added support for valued options.  As a side-effect of implementation,
    OPT=0 is equivalent to NOOPT.  Checking values are valid is left to
    the methods using them.
  * TAR option is now valued, with a default of "tar" when option is
    required without a value.  No check is done by wget method.
  * Documented the methods API in the manpage.
  * Added "make clean" to remove docbook2man auxiliary files.
  * wget: print version number in fetch scripts and options list used.
  * wget: moved .deb checking code into its own func.
  * wget: implemented RESTART option when TAR is in use (ie. RESTART is
    not supported yet without TAR).
  * wget: fixed quoting for $? which got expanded at list time instead of
    fetch time.
  * wget: go on getting files even if one fails.

 -- Yann Dirson <dirson@debian.org>  Sat, 19 Feb 2000 23:27:08 +0100

apt-zip (0.9) unstable; urgency=low

  * Made apt-zip-inst using tar unmount its removable medium after
    untarring, since it don't need it within apt-get.
  * Changed versionned dep on apt to 0.3.10 as suggested by apt team.
  * Fixed description for typos (Closes: #54525), and reformulated parts
    of it.

 -- Yann Dirson <dirson@debian.org>  Tue, 11 Jan 2000 15:44:03 +0100

apt-zip (0.8) unstable; urgency=low

  * Depends on apt (>= 0.3) because we need --print-uris (Closes: #54161).
  * Check there is no mismatch between version in source and in this file
    (0.7 told it was 0.6 :).
  * Made check for mounted media more reliable.
  * Check that there is a mountpoint for medium to be used.
  * Corrected erroneous occurences of "media" (Closes: #51006).
  * Minor manpages update.
  * Better support for running from the source tree (more robust; need not
    to cd to the source tree).
  * Added support for updating several machines at the same time using the
    same removable medium, by using machine name in filenames (I have
    slink and potato machines to upgrade).
  * Added Build-Depends.
  * Bumped Standards-Version to 3.1.1.

 -- Yann Dirson <dirson@debian.org>  Fri,  7 Jan 2000 13:14:14 +0100

apt-zip (0.7) unstable; urgency=low

  * Updated conffile to use OPTIONS, not STORAGE.

 -- Yann Dirson <dirson@debian.org>  Sun, 21 Nov 1999 23:48:12 +0100

apt-zip (0.6) unstable; urgency=low

  * Renamed library file apt-zip.sh to common.sh.
  * Added OPTIONS parameter.
  * Removed STORAGE parameter.  The old STORAGE=tar now corresponds to the
    TAR option.
  * Extended parsing of long options to accept "--name=value" in addition to
    "--name value".
  * Allow proper execution from the source tree.
  * Better error message on unknown option.
  * Savagely strip single quotes around the URI, which confused sh, but
    removing all single quotes from "apt-get --print-uris" output (maybe
    not wise).
  * wget method: 
  ** Rewritten to produce smaller and more readable scripts,
    using shell functions.
  ** Made less verbose, so that output is useful.
  ** Let wget retry 3 times.
  ** If possible, do not trust wget exit code, test ourselves the
    integrity of the .deb file (using md5sum, or gzip -t on included
    data.tar.gz).
  ** Use "set -e" instead of "sh -e" because the script may not be made
    executable.

 -- Yann Dirson <dirson@debian.org>  Sat, 30 Oct 1999 19:28:20 +0200

apt-zip (0.5) unstable; urgency=low

  * Added --fix-broken (-f) option to be passed to apt-get (Closes: #46997).
  * Added --skip-mount option to allow using a non-removable media
    (requested by Peter Vreman <pfv@cooldown.demon.nl>).
  * Some manpage updates.
  * Do not ship full docbook2x source package inside apt-zip source
    package !

 -- Yann Dirson <dirson@debian.org>  Thu, 14 Oct 1999 21:56:50 +0200

apt-zip (0.4) unstable; urgency=low

  * Moved manpage to docbook SGML, converting with docbook2man.
  * Removed install-stamp breakage from debian/rules.
  * Added --storage option; use APTZIPSTORAGE parameter to control script
    generation.
  * Method "wget" with storage "plain" now moves complete files in "disk"
    directory.
  * Added storage "tar", using APTZIPTARFILE parameter.
  * Switched to FHS - bumped Standards-Version to 3.0.1.

 -- Yann Dirson <dirson@debian.org>  Wed, 22 Sep 1999 20:34:28 +0200

apt-zip (0.3) unstable; urgency=low

  * wget method: use partial/ directory as temporary download dir.
  * Fixed a bug in exit handler causing syntax errors.
  * Implemented already documented --help and --version options, whose
    absence triggered above bug.
  * Improved options handling.
  * Added in TODO file all current enhancement ideas.

 -- Yann Dirson <dirson@debian.org>  Fri,  3 Sep 1999 21:57:59 +0200

apt-zip (0.2) unstable; urgency=low

  * Fixed apt-zip-inst missing exithook().
  * Made sure in apt-zip-list exithook() is always found.
  * Made apt-zip-inst use bash, not sh.
  * Now robust with write-protected removable media.

 -- Yann Dirson <dirson@debian.org>  Fri, 27 Aug 1999 02:57:22 +0200

apt-zip (0.1) unstable; urgency=low

  * Initial Release.

 -- Yann Dirson <dirson@debian.org>  Wed, 25 Aug 1999 01:45:12 +0200

