summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-12-31 19:06:57 +0000
committerjlam <jlam@pkgsrc.org>2002-12-31 19:06:57 +0000
commitb8f002d248e8e43d98355fd27d0f8597e918f7dd (patch)
tree3e4855f3123f78c5a98f3931e1fe9bcf05469f40 /doc/CHANGES
parente25755500381aa06a999d6c707989736294b923d (diff)
downloadpkgsrc-b8f002d248e8e43d98355fd27d0f8597e918f7dd.tar.gz
Updated devel/libmm to 1.2.2. Changes from version 1.2.1 include:
*) Use "close-on-exec" semantic on internal file descriptors if underlying platform supports this feature. This makes sure the file descriptors are closed by the kernel upon execution of exec(3) by the application.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 5314a1e9542..dfd917f46c8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.957 2002/12/31 15:14:45 uebayasi Exp $
+$NetBSD: CHANGES,v 1.958 2002/12/31 19:07:50 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -4329,3 +4329,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated p5-Image-Info to 1.12 [shell 2002-12-31]
Updated p5-Net-SSLeay to 1.21 [shell 2002-12-31]
Updated mlterm to 2.6.2 [uebayasi 2002-12-31]
+ Updated libmm to 1.2.2 [jlam 2002-12-31]