Module Name: src Committed By: joerg Date: Thu Sep 3 16:53:10 UTC 2009
Modified Files: src/doc: CHANGES Log Message: Add unzip. To generate a diff of this commit: cvs rdiff -u -r1.1282 -r1.1283 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1282 src/doc/CHANGES:1.1283 --- src/doc/CHANGES:1.1282 Mon Aug 31 19:06:25 2009 +++ src/doc/CHANGES Thu Sep 3 16:53:10 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1282 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1283 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -377,3 +377,5 @@ suntcx(4): imported the xf86-video-suntcx driver and added hardware acceleration [macallan 20090827] postfix(1): Import version 2.6.5 [tron 20090831] + unzip(1): A libarchive-based unzip frontend, emulating most of + infozip's command line. [joerg 20090903]