tardy (1.25.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.
  * 1.9.D005: Closes: #162216
  * 1.11.D010: Closes: #255310
  * 1.11.D011: Closes: #255305
  * 1.11.D012: Closes: #254879
  * This is a summary, see earlier changelog entries for details of individual
    bug fixes.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 07 Nov 2011 08:41:56 +1100

tardy (1.24.D004-1) unstable; urgency=low

  * Dagobert Michelsen <dam@opencsw.org> discovered that several string
    functions were undeclared on Solaris, causing build problems; and that there
    was no replacement memmem() function for systems that didn't have one.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 07 Nov 2011 08:33:34 +1100

tardy (1.24.D003-1) unstable; urgency=low

  * This change set fixes a simple typo in a comment, nothing earth shattering.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 04 Oct 2011 18:10:51 +1100

tardy (1.24.D002-1) unstable; urgency=low

  * This change fixes the SF tarball download link, it didn't include the
    version.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 04 Oct 2011 10:42:24 +1100

tardy (1.24.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 03 Oct 2011 23:14:02 +1100

tardy (1.23.D006-1) unstable; urgency=low

  * This change set makes tar(1) input more tolerant of LD_DIRECTORY entries
    that are not actually directories. I don't know what is making such
    tarballs, but I've just started seeing them.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 03 Oct 2011 22:40:38 +1100

tardy (1.23.D005-1) unstable; urgency=low

  * This change set adds some more links to the Downlaod page of the web site.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 22:06:52 +1000

tardy (1.23.D004-1) unstable; urgency=low

  * This change set fixes a build problem with the freshmeat-submit input.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 21:48:08 +1000

tardy (1.23.D003-1) unstable; urgency=low

  * This change set fixes a false negative reported by test 28, in some cases.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 21:30:28 +1000

tardy (1.23.D002-1) unstable; urgency=low

  * This change set fixes a false negative reported by test 7, in some cases.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 21:25:01 +1000

tardy (1.23.D001-1) unstable; urgency=low

  * This change set preparse Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 20:34:24 +1000

tardy (1.22.D010-1) unstable; urgency=low

  * This change set fixes a bug with the casecaded dependencies.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 20:02:09 +1000

tardy (1.22.D009-1) unstable; urgency=low

  * This change set adds etc/freshmeat.txt to the build system.	 This file can
    be used as input to freshmeat-submit for each release, to announce the
    release.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 19:55:22 +1000

tardy (1.22.D008-1) unstable; urgency=low

  * This change set removes libtardy/mem.cc completely, and either uses
    libexplain_malloc_or_die, or reworked to use new/delete.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 18:47:20 +1000

tardy (1.22.D007-1) unstable; urgency=low

  * This change set gets rid of the last of the uses of libexplain/error.{h,cc}
    completing the switch over to libexplain.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 17:36:54 +1000

tardy (1.22.D006-1) unstable; urgency=low

  * This change set replaces most of tardy's error mesage progessing with
    libexplain, which results in less code to maintain.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 17:23:21 +1000

tardy (1.22.D005-1) unstable; urgency=low

  * This change set uses libexplain's program name features, rather then
    redundantly implement the same concept.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 16:31:12 +1000

tardy (1.22.D004-1) unstable; urgency=low

  * Thomas <metaf4@users.askja.de> discovered that the tar V7 output was using
    an incorrect link flag when writing file headers for directories, causing
    pax and star to complain.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 16:21:37 +1000

tardy (1.22.D003-1) unstable; urgency=low

  * Thomas <metaf4@users.askja.de> found a bug in the way file headers for
    directories were being constructed for BSD tar archives, causing mc and
    Xarchiver to complain.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 09 Sep 2011 16:00:22 +1000

tardy (1.22.D002-1) unstable; urgency=low

  * This change set fixes a build problem on systems without the strverscmp
    function.
  * My thanks to Dagobert Michelsen <dam@opencsw.org> for reporting this
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 13 Aug 2011 18:08:39 +1000

tardy (1.22.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 14 May 2011 14:09:26 +1000

tardy (1.21.D016-1) unstable; urgency=low

  * This change set makes all of the arlex class' instance variables private.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 14 May 2011 13:33:09 +1000

tardy (1.21.D015-1) unstable; urgency=low

  * Thomas <metaf4@users.askja.de> contributed a patch to detect reading from a
    terminal, or writing to a terminal. These are usually indications that the
    user has failed to supply a command line argument.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 14 May 2011 13:25:33 +1000

tardy (1.21.D014-1) unstable; urgency=low

  * This change set refactors the way command line lexical analysis is
    performed, in a more OO fashion.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 14 May 2011 13:19:51 +1000

tardy (1.21.D013-1) unstable; urgency=low

  * Tardy is now able to cope with the second form of long file names in ar(1)
    archives.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 03 Apr 2011 13:22:41 +1000

tardy (1.21.D012-1) unstable; urgency=low

  * Tardy is now able to create ar(1) archives using the second of two different
    long file name mechanisms.	This one puts the name length into the filename
    field, and prepends the actual file name to the file data.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 21:32:10 +1100

tardy (1.21.D011-1) unstable; urgency=low

  * This change set fixes the problem with reading long file names in ar(1)
    archives.  It was incorrectly calculating the index for files names.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 18:42:46 +1100

tardy (1.21.D010-1) unstable; urgency=low

  * Tardy is now able to write ar(1) archives, using the index-file method.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 18:26:11 +1100

tardy (1.21.D009-1) unstable; urgency=low

  * This change set refactors the way the ar(1) output classes filter the names,
    moving the filtering into a separate class.	 This paves the way for the
    ar(1) long name extensions.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 11:22:37 +1100

tardy (1.21.D008-1) unstable; urgency=low

  * This change set adds a new tar_outout::get_maximum_name_length method, which
    will be used (later) to produce better error messages.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 11:03:55 +1100

tardy (1.21.D007-1) unstable; urgency=low

  * Tardy is now able to cope with the first form of long file names in ar(1)
    archives.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 10:20:33 +1100

tardy (1.21.D006-1) unstable; urgency=low

  * A bug has been fixed in the BSD ar(1) format archives, the file padding has
    been corrected to 2-byte boundaries.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 10:09:10 +1100

tardy (1.21.D005-1) unstable; urgency=low

  * This change set changes the ar(1) padding to use newlines, to be compatible
    with GNU binutils.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 09:54:49 +1100

tardy (1.21.D004-1) unstable; urgency=low

  * This change set adds a new tar_input::get_maximum_name_length method, that
    may be used (later) to add warnings about file names and paths that may be
    too long.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 02 Apr 2011 08:49:01 +1100

tardy (1.21.D003-1) unstable; urgency=low

  * The configure script will now fail if libexplain has not been installed,
    rather than failing later in the build.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 01 Apr 2011 20:31:06 +1100

tardy (1.21.D002-1) unstable; urgency=low

  * This change set fixes a build problem on i386 Linux machines.  My thanks to
    the LaunchPad PPA build farm for finding this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 21 Mar 2011 17:28:37 +1100

tardy (1.21.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 21 Mar 2011 16:44:05 +1100

tardy (1.20.D063-1) unstable; urgency=low

  * This change set fixes a problem left-over from moving the man/ directory.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 21 Mar 2011 16:20:18 +1100

tardy (1.20.D062-1) unstable; urgency=low

  * This change set catches some old un-renamed reference to Howto.conf

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 21 Mar 2011 16:15:43 +1100

tardy (1.20.D061-1) unstable; urgency=low

  * This change set adss the ability to compress output files, if the file name
    implies that compression should be used.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Mar 2011 22:33:29 +1100

tardy (1.20.D060-1) unstable; urgency=low

  * This change set fixes a bug in the calculation of data paddign required when
    writing the ar-port5 format.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Mar 2011 22:22:27 +1100

tardy (1.20.D059-1) unstable; urgency=low

  * This change set changes the type of the argument given to the format_family_
    from_filename function.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Mar 2011 21:52:45 +1100

tardy (1.20.D058-1) unstable; urgency=low

  * Tardy is now able to automatically recognise gzip(1) input, and
    transparently gunzip(1) it.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Mar 2011 16:51:42 +1100

tardy (1.20.D057-1) unstable; urgency=low

  * This change set refactors the code so that input files track their own
    position.  This simplifies several places in the code.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Mar 2011 16:12:10 +1100

tardy (1.20.D056-1) unstable; urgency=low

  * This change set refactors the data-skipping code in padding into a single
    method.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 19 Mar 2011 22:08:21 +1100

tardy (1.20.D055-1) unstable; urgency=low

  * Tardy is now able to write ar(1) archives in the "port5" format.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 19 Mar 2011 19:08:24 +1100

tardy (1.20.D054-1) unstable; urgency=low

  * This change set refactors the filename() getters to return an rcstring,
    rather than a C string.  This makes some operations easier.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 19 Mar 2011 18:55:17 +1100

tardy (1.20.D053-1) unstable; urgency=low

  * Tardy is now able to read ar-pdp11 archives (the ancient pre-V7 format).

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 18 Mar 2011 21:46:14 +1100

tardy (1.20.D052-1) unstable; urgency=low

  * Tardy is now able to write ar91) archives, in the truly ancient pre-V7
    format.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 18 Mar 2011 19:51:18 +1100

tardy (1.20.D051-1) unstable; urgency=low

  * This change et renames ar-posix (there is no such thing) to ar-bsd, as it
    should have been.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 18 Mar 2011 18:18:51 +1100

tardy (1.20.D050-1) unstable; urgency=low

  * Tardy is now able to read the ancient v7 ar(1) format.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 18 Mar 2011 15:16:36 +1100

tardy (1.20.D049-1) unstable; urgency=low

  * Tardy is now able to write ar(1) archives using the ancient Unix Version 7
    format.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 17 Mar 2011 22:30:40 +1100

tardy (1.20.D048-1) unstable; urgency=low

  * This change set factors out some of the ascii encoding into the base class.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 17 Mar 2011 22:13:41 +1100

tardy (1.20.D047-1) unstable; urgency=low

  * In addition to the existing functionality of accepting a list of files names
    to archive, Tardy is now able to recursively descend any directories in the
    list.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 17 Mar 2011 17:42:05 +1100

tardy (1.20.D046-1) unstable; urgency=low

  * Tardy is now able to read ar(1) archives in posix format.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 17 Mar 2011 11:44:20 +1100

tardy (1.20.D045-1) unstable; urgency=low

  * Tardy is now able to read ar(1) archives, in the posix format.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 17 Mar 2011 10:35:15 +1100

tardy (1.20.D044-1) unstable; urgency=low

  * The code that reads cpio(5) archives can now cope with HP/UX device
    numbering peculiarities.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 23:43:15 +1100

tardy (1.20.D043-1) unstable; urgency=low

  * The cpio(5) archive "crc" format now inserts the correct checksum into the
    file meta-data.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 23:20:51 +1100

tardy (1.20.D042-1) unstable; urgency=low

  * The cpio-crc code now verifies that the checksum is correct when extracting
    file data.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 22:33:16 +1100

tardy (1.20.D041-1) unstable; urgency=low

  * The tardy command is now able to read cpio(5) archives in the "old ascii"
    format.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 21:37:22 +1100

tardy (1.20.D040-1) unstable; urgency=low

  * There is a new tardy -relative-paths filter, it may be used to ensure that
    all fiel name in the archive are relative (do not start with a '/' slash
    character).

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 19:25:27 +1100

tardy (1.20.D039-1) unstable; urgency=low

  * Tardy is now able to read "old binary" cpio(5) archives.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 17:33:26 +1100

tardy (1.20.D038-1) unstable; urgency=low

  * Tardy is now able to write "old binary" cpio(5) format archives.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 16:49:19 +1100

tardy (1.20.D037-1) unstable; urgency=low

  * This change set converts tardy to use libexplain for improved error
    messages.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 14:16:20 +1100

tardy (1.20.D036-1) unstable; urgency=low

  * This change set renames on of the source files, I'm getting tired of upper
    case latters in file names.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Mar 2011 13:49:26 +1100

tardy (1.20.D035-1) unstable; urgency=low

  * There is a new tardy -extract option, that may be used to extract the
    contents of a tar(5) archive, and any other archive format that it
    understands.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 21:54:26 +1100

tardy (1.20.D034-1) unstable; urgency=low

  * This change set fixes a bug where reading from pipes did not work, because
    the input format could not be recognised.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 20:16:38 +1100

tardy (1.20.D033-1) unstable; urgency=low

  * This change set adds the ability to read the "new ascii" and "crc" cpio(5)
    formats.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 14:39:20 +1100

tardy (1.20.D032-1) unstable; urgency=low

  * This change set declares the tar_input::tar_output_factory method to be
    const.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 14:30:38 +1100

tardy (1.20.D031-1) unstable; urgency=low

  * This change set adds the concept of a format family, to ask very generalized
    questions about the input, to be used later for defaulting the output
    format.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 14:16:43 +1100

tardy (1.20.D030-1) unstable; urgency=low

  * This change set makes some minor enhancements to the rcstring class.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 14:06:11 +1100

tardy (1.20.D029-1) unstable; urgency=low

  * This change set updates the file_input::peek method to return the number of
    bytes read (rather than give an error when that number was not available) so
    that the 'candicate' methods can bail if not enough data s available.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Mar 2011 13:54:25 +1100

tardy (1.20.D028-1) unstable; urgency=low

  * This change set renames the -mtime-debug option to be -automated-testing, to
    better reflect what it does, and add more filtering.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 23:15:42 +1100

tardy (1.20.D027-1) unstable; urgency=low

  * This change set adds the rcstring_accumulator class.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 20:34:44 +1100

tardy (1.20.D026-1) unstable; urgency=low

  * This change set adds a tar_output::get_format_name method, to obtain the
    name of the output format, mostly for debugging what is happening with
    format conversions.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 19:43:21 +1100

tardy (1.20.D025-1) unstable; urgency=low

  * This change set adds a tar_input::get_format_name method, for use when
    trying to debug file format conversion mysteries.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 19:31:30 +1100

tardy (1.20.D024-1) unstable; urgency=low

  * This change set updates the file header of some file, to accurately reflect
    the project branding

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 09:24:39 +1100

tardy (1.20.D023-1) unstable; urgency=low

  * This change set modofies the input code to detect BSD input files, allowing
    corresponding BSD output files to be written.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Mar 2011 09:13:55 +1100

tardy (1.20.D022-1) unstable; urgency=low

  * This change set refactors several tests that use hexdump to be considerably
    shorter.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 23:04:08 +1100

tardy (1.20.D021-1) unstable; urgency=low

  * This change set adds a specific class for ustar input, so that it can
    manufacture ustar output instances.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 23:01:43 +1100

tardy (1.20.D020-1) unstable; urgency=low

  * This change set fixes a buig recently introduced into the build system.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 22:55:49 +1100

tardy (1.20.D019-1) unstable; urgency=low

  * This change set refactors the test procedures to factorise more into a
    single test_prelude file.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 22:29:03 +1100

tardy (1.20.D018-1) unstable; urgency=low

  * A patch from Thomas <metaf4@users.askja.de> adds better output support for
    the USTAR archive format on output.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 20:59:18 +1100

tardy (1.20.D017-1) unstable; urgency=low

  * This change set fixes a bug in the file_output_hexdump class, it was dumping
    octal, when it should have been dumping hexadecimal.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 20:36:47 +1100

tardy (1.20.D016-1) unstable; urgency=low

  * This change set adds a hexadecimal dump to the output options, for use when
    debugging and testing.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 20:27:05 +1100

tardy (1.20.D015-1) unstable; urgency=low

  * This change set adds a Reference Manual to the web site, so that prospective
    users can have access to the manual in PDF form immediately.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 17:06:34 +1100

tardy (1.20.D014-1) unstable; urgency=low

  * This change set updates the ppa-upload script to push to the natty release
    as well.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 16:03:29 +1100

tardy (1.20.D013-1) unstable; urgency=low

  * This change set refactors some uses of the rcstring class, to bring it more
    in line with contenporary std::string implementations.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 16:03:01 +1100

tardy (1.20.D012-1) unstable; urgency=low

  * This change set adds a tar_input::tar_output_factory method, to allow the
    generation of the same output format as the inpout filat, where sensable,
    and where no output format was specified on the command line. The default is
    to create a normal tar archive, so as to be backwards compatible.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 15:28:45 +1100

tardy (1.20.D011-1) unstable; urgency=low

  * This change set refactors the file_output class hierarchy to use the private
    constructor public create idiom.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 15:04:26 +1100

tardy (1.20.D010-1) unstable; urgency=low

  * This change set refactors the code to use the private constructor public
    create idiom, for all of the file_output class hierarchy.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 14:43:32 +1100

tardy (1.20.D009-1) unstable; urgency=low

  * This change et has the indempotent naming defines re-synch to the file
    naming.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 13:58:20 +1100

tardy (1.20.D008-1) unstable; urgency=low

  * This change set updates the file templates aegis uses for new file, to use
    the private constructor public create idiom.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 13:47:57 +1100

tardy (1.20.D007-1) unstable; urgency=low

  * This change set refactors the tar_input class hierarchy to use the private
    constructor public create idiom.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 13:34:59 +1100

tardy (1.20.D006-1) unstable; urgency=low

  * This change set alters the build system to insist that Doxygen produces no
    errors. Doxygen has a bad habit of using exit status zero, even when it
    found errors.
  * The errors found by doing this have also been fixed.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 10:40:09 +1100

tardy (1.20.D005-1) unstable; urgency=low

  * This change set refactors the code to use the private constructor public
    create idion, for the tar_output class hierarchy.  It also regularises some
    class names.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Mar 2011 10:31:41 +1100

tardy (1.20.D004-1) unstable; urgency=low

  * This change set adds a missing dependency to the Build-Depends line: cpio is
    needed for testing.
  * My thanks to the LaunchPad PPA build farm for finding this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 15 Sep 2010 08:48:27 +1000

tardy (1.20.D003-1) unstable; urgency=low

  * The download page on the web site now includes a link to the LP PPA for pre-
    compiled packages.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 15 Sep 2010 00:30:11 +1000

tardy (1.20.D002-1) unstable; urgency=low

  * Several spelling errors im the man page have been corrected.
  * My thanks to Jari Aalto <jari.aalto@cante.net> for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 22 May 2010 21:43:42 +1000

tardy (1.20.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 22 May 2010 10:38:13 +1000

tardy (1.19.D004-1) unstable; urgency=low

  * A build problem has been fixed on FreeBSD.
  * My thanks to Emanuel Haupt <ehaupt@FreeBSD.org> for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 22 May 2010 10:25:49 +1000

tardy (1.19.D003-1) unstable; urgency=low

  * A build problem on FreeBSD has been fixed.
  * My thanks to Emanuel Haupt <ehaupt@FreeBSD.org> for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 22 May 2010 10:21:00 +1000

tardy (1.19.D002-1) unstable; urgency=low

  * This change set adds a missing Build-Depends to the Debian packaging.
  * My thanks to bd@bc-bd.org for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 10 Mar 2010 23:22:08 +1100

tardy (1.19.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 10 Mar 2010 13:51:18 +1100

tardy (1.18.D004-1) unstable; urgency=low

  * A small glitch relating to some generated files has been fixed.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 10 Mar 2010 13:35:09 +1100

tardy (1.18.D003-1) unstable; urgency=low

  * The Makefile.in file has been fixed so the package now buulds correctly.
    Additional support for building Debian packages has been added, including at
    D001 time, so that it can be added to the web site.
  * My thanks to <bd@bc-bd.org> for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 10 Mar 2010 13:29:59 +1100

tardy (1.18.D002-1) unstable; urgency=low

  * The GNU on the web page is now in colour.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 10 Mar 2010 13:25:06 +1100

tardy (1.18.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 29 Nov 2009 13:45:11 +1100

tardy (1.17.D009-1) unstable; urgency=low

  * This change set corrects the comments in C++ files to be C++ comments, with
    the exception of Doxygen comments.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 29 Nov 2009 13:13:30 +1100

tardy (1.17.D008-1) unstable; urgency=low

  * This change set fizes more GCC warnings.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 29 Nov 2009 12:53:38 +1100

tardy (1.17.D007-1) unstable; urgency=low

  * This change set rebuilds the project for the x86_64 architecture, and makes
    it the default.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 07 Nov 2009 00:02:55 +1100

tardy (1.17.D006-1) unstable; urgency=low

  * There was a typo in the man page, it did not properly capitalize the --
    EXclude option.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Jun 2009 12:03:34 +1000

tardy (1.17.D005-1) unstable; urgency=low

  * The include directives now used top-level-relative filenames. This makes
    renaming include files much less problematic.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Jun 2009 11:02:19 +1000

tardy (1.17.D004-1) unstable; urgency=low

  * There is a new tardy -exclude option that may be used to exclude (remove)
    files from the archive.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Jun 2009 10:33:11 +1000

tardy (1.17.D003-1) unstable; urgency=low

  * This change set fixes the latest crop of warnings.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Jun 2009 09:03:01 +1000

tardy (1.17.D002-1) unstable; urgency=low

  * The download page now points to the sf.net download mirrors.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 23 Jun 2008 18:39:56 +1000

tardy (1.17.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 23 Jun 2008 12:50:10 +1000

tardy (1.16.D004-1) unstable; urgency=low

  * This change set removes the last of the GCC #pragma directives as they are
    no longer necessary with modern versions of GCC.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 23 Jun 2008 12:21:20 +1000

tardy (1.16.D003-1) unstable; urgency=low

  * This change set fixes a build problem with GCC 4.3.
  * http://bugs.gentoo.org/show_bug.cgi?id=226861
  * My thanks to Marcelo Goes <vanquirius@gentoo.org> for reporting this
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 23 Jun 2008 10:42:11 +1000

tardy (1.16.D002-1) unstable; urgency=low

  * This change fixes a broken link on the project's web page.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 29 Apr 2008 09:09:44 +1000

tardy (1.16.D001-1) unstable; urgency=low

  * This change set prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 29 Apr 2008 08:54:47 +1000

tardy (1.15.D003-1) unstable; urgency=low

  * This change set fixes the tabs in the Makefile.  A check-tarball target has
    been added to the Cook-based build system.
  * My thanks to Emanuel Haupt <ehaupt@FreeBSD.org> for reporting this ptoblem.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 29 Apr 2008 08:45:27 +1000

tardy (1.15.D002-1) unstable; urgency=low

  * The author image has been updated.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Apr 2008 22:52:50 +1000

tardy (1.15.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Apr 2008 21:12:48 +1000

tardy (1.12.D014-1) unstable; urgency=low

  * The icon has been tastefully coloured.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Apr 2008 20:50:23 +1000

tardy (1.12.D013-1) unstable; urgency=low

  * The license has been updated to GNU GPL version 3.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 14 Apr 2008 10:16:35 +1000

tardy (1.12.D012-1) unstable; urgency=low

  * The source code no longer uses tabs.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 23:04:07 +1000

tardy (1.12.D011-1) unstable; urgency=low

  * The FSF address has been fixed in the source files.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 22:56:45 +1000

tardy (1.12.D010-1) unstable; urgency=low

  * The MANIFEST file is no more.  It was a hold-over from the old
    comp.sources.unix days.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 22:46:20 +1000

tardy (1.12.D009-1) unstable; urgency=low

  * no more "all rights reserved" it doesn't mix well with GPL

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 22:39:04 +1000

tardy (1.12.D008-1) unstable; urgency=low

  * There is now a setting for the develop end polcy command, and some problems
    so found have been fixed.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 22:29:56 +1000

tardy (1.12.D007-1) unstable; urgency=low

  * The latest version of C++ is much more strict about string constants being
    constant.  Fix the errors and warnings so found.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 21:57:07 +1000

tardy (1.12.D006-1) unstable; urgency=low

  * The web page now references the correct icon, and it's PNG as well.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 21:54:23 +1000

tardy (1.12.D005-1) unstable; urgency=low

  * Thisw change set fixes errors and warnings from tests using the sort(1)
    command.
  * My thanks to Scott Finneran for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 13 Apr 2008 21:52:52 +1000

tardy (1.12.D004-1) unstable; urgency=low

  * There is a new icon for the tardy project.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 28 Oct 2006 21:00:14 +1000

tardy (1.12.D003-1) unstable; urgency=low

  * This change fixes a solaris build problem.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 25 Oct 2004 23:09:27 +1000

tardy (1.12.D002-1) unstable; urgency=low

  * This change fixes a build problem with the web site.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 17 Aug 2004 12:48:38 +1000

tardy (1.12.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 17 Aug 2004 12:20:10 +1000

tardy (1.11.D014-1) unstable; urgency=low

  * This change moves the project home to tardy.sourceforge.net and updates the
    web pages to reflect the move.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 17 Aug 2004 11:47:46 +1000

tardy (1.11.D013-1) unstable; urgency=low

  * A number of warnings from Doxygen have been fixed.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 15 Aug 2004 22:59:34 +1000

tardy (1.11.D012-1) unstable; urgency=low

  * The tardy --remove-prefix option has been extended to accept a numeric
    argument, giving the count of directories to be removed.
  * Debian Bug#254879: tardy: please consider adding -remove_prefix_by_number
  * My thanks to Marc Haber <mh+debian-bugs@zugschlus.de> for this suggestion.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 15 Aug 2004 18:19:00 +1000

tardy (1.11.D011-1) unstable; urgency=low

  * A bugs has been fixed in the tardy --reomve-prefix option.	If there is a
    directory named exactly for the prefix being removed, it is now renamed to
    "." rather than being left unaltered.
  * Debian Bug#255305: tardy: -remove_prefix should remove prefix directory as
    well
  * By thanks to Marc Haber <mh+debian-bugs@zugschlus.de> for reporting this
    bug.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 15 Aug 2004 15:42:15 +1000

tardy (1.11.D010-1) unstable; urgency=low

  * The tar output has been altered to be consistent with GNU Tar 1.14 and
    later.  As of GNU Tar 1.14, it warns if the block size on input is not what
    it expects.	 Tardy now uses the same default block size as GNU Tar when
    writing tarballs.
  * Debian Bug#255310: tardy output makes tar print a warning
  * My thanks to Marc Haber <mh+debian-bugs@zugschlus.de> for reporting this
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 15 Aug 2004 14:47:42 +1000

tardy (1.11.D009-1) unstable; urgency=low

  * Tests 10 and 11 have been updated to cope with weird permissions on /dev/
    null, which had side-effects in a couple of tests.
  * My thanks to Heikki Orsila <shd@modeemi.cs.tut.fi> for reporting this
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 15 Aug 2004 12:15:01 +1000

tardy (1.11.D008-1) unstable; urgency=low

  * This change fixes some build problems on FreeBSD.
  * My thanks to Aryeh M. Friedman <aryeh@m-net.arbornet.org> for reporting this
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 18 Sep 2003 09:46:56 +1000

tardy (1.11.D007-1) unstable; urgency=low

  * This change adds block buffering to the output.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 02 Jun 2003 16:56:23 +1000

tardy (1.11.D006-1) unstable; urgency=low

  * This change adds the ability to compress individual file bodies.  By
    compressing file bodies, if there is a bad block on the tape, you only lose
    that file, because tar can find the next file header.  Whereas if you
    compress the whole output, the results are smaller, but one bad block and
    you lose the whole backup.
  * An extra fiole header is added (like the long name and long link headers) to
    indicate that the following file is compressed.  The length of the
    decompressed file is stored in the EXTRA filed of the gzip header.
  * By using an extra header GNU Tar can extract the compressed forms of the
    file, and discards the compression headers as unknown file types.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 02 Jun 2003 12:50:43 +1000

tardy (1.11.D005-1) unstable; urgency=low

  * This change updates the project "config" file use use the "new" merge_
    command field.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 02 Jun 2003 12:18:05 +1000

tardy (1.11.D004-1) unstable; urgency=low

  * This change copes with recent changes to GNU Autoconf.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 02 Jun 2003 12:14:24 +1000

tardy (1.11.D003-1) unstable; urgency=low

  * This change reaqrranges some of the directory tree for better file naming
    convention.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 31 May 2003 22:43:30 +1000

tardy (1.11.D002-1) unstable; urgency=low

  * This change fixes a problem with test 10, to ensure the sort happens in the
    C locale, rather than the en locale (or any other) which ignore everything
    but alpha characters when sorting.
  * My thanks to Mark Veltzer <mark@veltzer.org> for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 21 Jan 2003 09:42:48 +1100

tardy (1.11.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Oct 2002 12:09:03 +1000

tardy (1.10.D003-1) unstable; urgency=low

  * This change fixes a problem with long directory names, where the trailing
    slash needs to be dealt with correctly.
  * My thanks to Heikki Orsila <heikki@ee.tut.fi> for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 20 Oct 2002 11:43:58 +1000

tardy (1.10.D002-1) unstable; urgency=low

  * This change fixes the order of includes, so that the release notes appear in
    the correct order.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Oct 2002 22:26:51 +1000

tardy (1.10.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Oct 2002 21:53:53 +1000

tardy (1.9.D005-1) unstable; urgency=low

  * This change fixes the old cpio ascii format name on thr man page.
  * My thanks to Yann Dirson <dirson@debian.org> for reporting this problem.
  * This change fixes Debian Bug#162216

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 16 Oct 2002 21:31:34 +1000

tardy (1.9.D004-1) unstable; urgency=low

  * This change fixes a typo in the README file, and also converst to use the
    assert macro from the <assert.h> file, because STL is anyway and things are
    getting messy.
  * My thanks to Matt Kraai <kraai@debian.org> for reporting these problems.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 15 Oct 2002 21:21:16 +1000

tardy (1.9.D003-1) unstable; urgency=low

  * This change renames the string class to rcstring. This allows it to avoid
    conflicts with the C++ standard class fo the same name.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 27 Sep 2002 09:20:05 +1000

tardy (1.9.D002-1) unstable; urgency=low

  * This change fixed yet anothe rproblem with building tardy on gcc 3.
  * My thanks to Matt Kraai <kraai@alumni.cmu.edu> for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 27 Sep 2002 08:51:47 +1000

tardy (1.9.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 27 Aug 2002 20:52:23 +1000

tardy (1.8.D011-1) unstable; urgency=low

  * This change fixes some problem which occur on Debian.
  * My thanks to Matt Krai for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 27 Aug 2002 20:14:45 +1000

tardy (1.8.D010-1) unstable; urgency=low

  * This change gets the debian/changelong file right.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 12 Aug 2002 17:27:49 +1000

tardy (1.8.D009-1) unstable; urgency=low

  * This change adds support for the Debian Linux distribution.
  * My thanks to Matt Kraai for this patch.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 12 Aug 2002 17:10:53 +1000

tardy (1.8.D008-1) unstable; urgency=low

  * This change fixes a couple of Solaris build problems.  My thanks to Daniel
    M. Quinlan <danq@brtt.com> for reporting them.
  * This, in turn, revealed that the code made extensize use of sprintf, where
    it should be using snprintf.  This has also been changed.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 24 Jun 2002 11:27:49 +1000

tardy (1.8.D007-1) unstable; urgency=low

  * This change adds support for long (symbolic) link names, as generated by GNU
    tar.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 11 May 2002 13:57:47 +1000

tardy (1.8.D006-1) unstable; urgency=low

  * This change adds support for lobg file names, as generated by GNU tar.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 11 May 2002 11:56:07 +1000

tardy (1.8.D005-1) unstable; urgency=low

  * This change adds a filenamelist progress filter.  It only works with the -
    ifmt=list option, and with any other filename list sources in the future.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 10 May 2002 21:31:25 +1000

tardy (1.8.D004-1) unstable; urgency=low

  * This change adds the necessary classes to create tarballs.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 10 May 2002 09:52:04 +1000

tardy (1.8.D003-1) unstable; urgency=low

  * This change adds a doxygen documentation directory to the build targets.
    This helps with extending things.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 09 May 2002 19:20:16 +1000

tardy (1.8.D002-1) unstable; urgency=low

  * This change fixes a problem with generating the spec file.
  * My thanks to Steven Knight for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 31 Oct 2001 08:38:17 +1100

tardy (1.8.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 24 Oct 2001 09:35:37 +1000

tardy (1.7.D002-1) unstable; urgency=low

  * This change fixes some missing dependencies in the generated Makefile.in
  * My thanks to Mark Veltzer for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 24 Oct 2001 09:30:54 +1000

tardy (1.7.D001-1) unstable; urgency=low

  * This change preparse Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Oct 2001 12:04:20 +1000

tardy (1.6.D003-1) unstable; urgency=low

  * This change adds more tarball dependencies.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Oct 2001 11:57:42 +1000

tardy (1.6.D002-1) unstable; urgency=low

  * This change adds the etc/version.so file to the tarball. My thanks to Mark
    Veltzer for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Oct 2001 11:33:59 +1000

tardy (1.6.D001-1) unstable; urgency=low

  * This change prepares Tardy for the next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 23 Oct 2001 08:34:45 +1000

tardy (1.5.D002-1) unstable; urgency=low

  * This change fixes a problem with one of the tests.
  * It also fixes a couple of build problems revealed by the recent RH 7.0
    upgrade.
  * My thanks to Steven Knight <knight@baldmt.com> for reporting this problem.

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 09 Jul 2001 09:23:04 +1000

tardy (1.5.D001-1) unstable; urgency=low

  * This change prepares Tardy for its next public release.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 13 Sep 2000 16:36:00 +1100

tardy (1.4.D014-1) unstable; urgency=low

  * This change adds conditional history updates.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 13 Sep 2000 15:21:10 +1100

tardy (1.4.D013-1) unstable; urgency=low

  * This change fixes stil more places the aux directory was named.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 13 Sep 2000 15:12:41 +1100

tardy (1.4.D012-1) unstable; urgency=low

  * This change catches some more places aux was used.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 13 Sep 2000 14:50:21 +1100

tardy (1.4.D011-1) unstable; urgency=low

  * This change moves the "aux" directory to "etc".  This avoids a Cygwin build
    problem.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 13 Sep 2000 14:33:06 +1100

tardy (1.4.D010-1) unstable; urgency=low

  * This change update the FSF address in the GPL file headers.

 -- Peter Miller <pmiller@opensource.org.au>  Thu, 05 Aug 1999 12:22:58 +1000

tardy (1.4.D009-1) unstable; urgency=low

  * This change adds code for tracking header alignment, to aid in finding a
    bug.

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 09 Mar 1999 10:31:52 +1100

tardy (1.4.D008-1) unstable; urgency=low

  * This change fixes a bug which gave weird checksum problems.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 06 Mar 1999 22:56:05 +1100

tardy (1.4.D007-1) unstable; urgency=low

  * This change re-aranges the source code tree to better reflect the
    inheritance heirachy.

 -- Peter Miller <pmiller@opensource.org.au>  Sat, 07 Feb 1998 20:35:10 +1100

tardy (1.4.D006-1) unstable; urgency=low

  * This change adds more cpio output formats.

 -- Peter Miller <pmiller@opensource.org.au>  Fri, 06 Feb 1998 23:04:58 +1100

tardy (1.4.D005-1) unstable; urgency=low

  * build RPM package spec

 -- Peter Miller <pmiller@opensource.org.au>  Tue, 03 Feb 1998 21:23:31 +1100

tardy (1.4.D004-1) unstable; urgency=low

  * This change adds CPIO formats to tardy's repertoir.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 01 Feb 1998 18:45:28 +1100

tardy (1.4.D003-1) unstable; urgency=low

  * This change introduces the base classes for reading and writing tar
    archives.

 -- Peter Miller <pmiller@opensource.org.au>  Wed, 28 Jan 1998 23:09:07 +1100

tardy (1.4.D002-1) unstable; urgency=low

  * change to use C++

 -- Peter Miller <pmiller@opensource.org.au>  Mon, 26 Jan 1998 18:27:58 +1100

tardy (1.4.D001-1) unstable; urgency=low

  * New release derived from tardy.1.3.

 -- Peter Miller <pmiller@opensource.org.au>  Sun, 25 Jan 1998 22:49:47 +1100

