summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-03-24 12:15:04 +0000
committerjtb <jtb@pkgsrc.org>2003-03-24 12:15:04 +0000
commit4dfc19f02ee7ca8e8cf8caa39106ed5206e9d198 (patch)
treeec22ad0496fa44910dea658d0a1a2c27697897c7 /doc
parent23d150528dac67d48a5b4ff124091d90940a7d09 (diff)
downloadpkgsrc-4dfc19f02ee7ca8e8cf8caa39106ed5206e9d198.tar.gz
Note update of icon to 9.4.1.
Changes: * Support for NetBSD on PowerPC based systems. * An Icon source file can be made executable under Unix by prefixing it with a comment line #!/usr/bin/env icon and setting its execute permission bit. This uses a new icon command, which in another form allows a small Icon program to be embedded within a shell script. See the new man page for details. The traditional icont command remains available for less specialized purposes. * The performance of large sets and tables has been improved. * Some minor bugs have been fixed.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 3c91d4839f5..cde5ca247c4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1758 2003/03/24 10:51:14 wiz Exp $
+$NetBSD: CHANGES,v 1.1759 2003/03/24 12:15:04 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1279,3 +1279,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated speex to 1.0 [wiz 2003-03-24]
Updated sweep to 0.8nb1 [wiz 2003-03-24]
Updated SDL-mixer to 1.2.4nb1 [wiz 2003-03-24]
+ Updated icon to 9.4.1 [jtb 2003-03-24]