diff options
author | abs <abs@pkgsrc.org> | 2003-11-26 10:40:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-11-26 10:40:37 +0000 |
commit | f4c929f447e5bb2dab253b95136f0942bd759238 (patch) | |
tree | d29daaa185e38fbe578dbbf1f715a0d5887e6e53 | |
parent | b18985d6295a819863cb858a675cec3d437969a7 (diff) | |
download | pkgsrc-f4c929f447e5bb2dab253b95136f0942bd759238.tar.gz |
Update cxunzip to 0.98
Changes since version 0.96:
* Tyler R. Retzlaff's gcc 3.x patches included.
* Modified version of Jeremy C. Reed's "view file with spaces in
the filename" patch included.
* Fix for "segmentation fault at exit" bug.
* Memory usage of uncompression routines is now constant and
doesn't depend on the size of the file.
* tempname and mktemp functions replaced with mkdtemp.
-rw-r--r-- | doc/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d7536679eff..cb51c0724a7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3856 2003/11/25 22:07:17 ben Exp $ +$NetBSD: CHANGES,v 1.3857 2003/11/26 10:40:37 abs Exp $ Changes to the packages collection and infrastructure in 2003: @@ -4641,3 +4641,5 @@ Changes to the packages collection and infrastructure in 2003: Updated exim-exiscan to 4.22-12nb1 [abs 2003-11-25] Updated p5-gtk to 0.7009 [salo 2003-11-25] Updated gmodplay to 0.08nb3 [ben 2003-11-25] + Updated cxunzip to 0.98 [abs 2003-11-25] + |