SHA256
1
0
forked from pool/gzip
OBS User unknown
2007-02-06 23:39:06 +00:00
committed by Git OBS Bridge
parent fd3dbe9010
commit 217e902bba
4 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 6 11:27:21 CET 2007 - schwab@suse.de
- Update to gzip 1.3.11.
* As per the GNU coding standards, the behavior of gzip and its
companion executables no longer depend on the name used to invoke them.
For example, 'gzip' and 'gunzip' are no longer hard links;
instead, 'gunzip' is now a small program that invokes 'gzip -d'.
* zdiff now checks for subsidiary gzip failures, and works around
bugs in IRIX 6 sh, Tru64 4.0F ksh, and Solaris 8 bash.
-------------------------------------------------------------------
Mon Jan 8 18:13:21 CET 2007 - schwab@suse.de