diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:18:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:18:02 +0000 |
commit | 728953ebef65becaca9f0ff4c3249e82c8fd5ec3 (patch) | |
tree | 9ab7182e76bfdc21a26de22f17f0e46fd350e27c /ChangeLog | |
parent | Adding debian version 0.8~rc1-1. (diff) | |
download | zutils-728953ebef65becaca9f0ff4c3249e82c8fd5ec3.tar.xz zutils-728953ebef65becaca9f0ff4c3249e82c8fd5ec3.zip |
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 19 insertions, 6 deletions
@@ -1,6 +1,19 @@ -2009-12-01 Antonio Diaz Diaz <ant_diaz@teleline.es> - - * Version 0.8-rc1 released. +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. * Removed environment safeguards from configure as requested by Richard Stallman. Now environment variables affect configure. @@ -46,8 +59,8 @@ * Version 0.1 released. -Copyright (C) 2009 Antonio Diaz Diaz. +Copyright (C) 2009, 2010 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, -but just in case, I give you unlimited permission to copy, distribute -and modify it. +but just in case, you have unlimited permission to copy, distribute and +modify it. |