2025-02-24 05:04:33 +01:00
|
|
|
2010-11-20 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.9-rc1 released.
|
|
|
|
* configure: Added new options "DIFF" and "GREP".
|
|
|
|
|
2025-02-24 05:01:08 +01:00
|
|
|
2010-11-15 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.8 released.
|
|
|
|
* main.cc: Added new options "--zcat", "--zgrep" and "--ztest".
|
|
|
|
* zcat.cc: New file implementing zcat+cat functionality in C++.
|
|
|
|
* zcmp.cc: New file implementing zcmp+cmp functionality in C++.
|
|
|
|
* doc/zcmp.1: New file.
|
|
|
|
* zcmp.in: Removed.
|
|
|
|
* zdiff.cc: New file implementing zdiff functionality in C++.
|
|
|
|
* zdiff.in: Removed.
|
|
|
|
* zgrep.cc: New file implementing zgrep functionality in C++.
|
|
|
|
* All mentions to zegrep and zfgrep have been removed from the
|
|
|
|
documentation because egrep and fgrep are deprecated.
|
|
|
|
* ztest.cc: New file implementing ztest functionality in C++.
|
|
|
|
* Makefile.in: Added quotes to directory names.
|
|
|
|
* testsuite/check.sh: Use "test.txt" instead of "COPYING" for testing.
|
2025-02-24 04:59:04 +01:00
|
|
|
* Removed environment safeguards from configure as requested by
|
|
|
|
Richard Stallman. Now environment variables affect configure.
|
|
|
|
|
2025-02-24 04:58:36 +01:00
|
|
|
2009-10-21 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.7 released.
|
|
|
|
* Added new utility; ztest.
|
|
|
|
* zcat.in: Added new option "--recursive".
|
|
|
|
|
2025-02-24 04:57:56 +01:00
|
|
|
2009-10-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.6 released.
|
|
|
|
* zcat.in, zgrep.in: Removed again default compressor. Format of
|
|
|
|
data read from stdin is now automatically detected.
|
|
|
|
* Makefile.in: Added "--name" option to help2man invocation.
|
|
|
|
|
2025-02-24 04:57:21 +01:00
|
|
|
2009-10-01 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.5 released.
|
|
|
|
* zcat.in, zgrep.in: Read again data from stdin.
|
|
|
|
* Added again default compressor for stdin only.
|
|
|
|
|
2025-02-24 04:51:33 +01:00
|
|
|
2009-09-17 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.4 released.
|
|
|
|
* Added two new utilities; zegrep and zfgrep.
|
|
|
|
* Added zutils executable which recognizes file formats.
|
|
|
|
|
|
|
|
2009-08-28 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-24 04:44:01 +01:00
|
|
|
|
|
|
|
* Version 0.3 released.
|
|
|
|
* Removed default compressor.
|
2025-02-24 04:57:21 +01:00
|
|
|
* zcat.in, zgrep.in: Do not read data from stdin.
|
2025-02-24 04:44:01 +01:00
|
|
|
* Updated home page and mailing list addresses.
|
|
|
|
|
2025-02-24 04:42:45 +01:00
|
|
|
2009-08-13 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
|
|
|
* Added support for xz.
|
|
|
|
|
|
|
|
2009-08-07 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
|
|
|
|
|
2025-02-24 05:01:08 +01:00
|
|
|
Copyright (C) 2009, 2010 Antonio Diaz Diaz.
|
2025-02-24 04:42:45 +01:00
|
|
|
|
|
|
|
This file is a collection of facts, and thus it is not copyrightable,
|
2025-02-24 05:01:08 +01:00
|
|
|
but just in case, you have unlimited permission to copy, distribute and
|
|
|
|
modify it.
|