Module Name: src
Committed By: christos
Date: Thu Dec 16 18:44:29 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mention new tzcode
To generate a diff of this commit:
cvs rdiff -u -r1.1473 -r1.1474 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.1473 src/doc/CHANGES:1.1474
--- src/doc/CHANGES:1.1473 Sun Dec 12 11:13:37 2010
+++ src/doc/CHANGES Thu Dec 16 13:44:29 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1473 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1474 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -810,3 +810,7 @@
the command name, like pkill(1) and pgrep(1). [mrg 20101205]
bnx(4): Add support for Broadcom BCM5709S (SerDes) chip. [jym 20101210]
openldap: Import 2.4.23. [adam 20101212]
+ libc: Provide a re-entrant and thread-safe set of timezone API's that
+ don't require locking and can operate on user-specified
+ timezones as opposed to having to alter the environment
+ to change a timezone. [christos 20101216]