Module Name: src
Committed By: sborrill
Date: Fri Oct 16 12:07:45 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1094
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.110 src/doc/CHANGES-5.1:1.1.2.111
--- src/doc/CHANGES-5.1:1.1.2.110 Fri Oct 16 11:57:47 2009
+++ src/doc/CHANGES-5.1 Fri Oct 16 12:07:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.110 2009/10/16 11:57:47 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.111 2009/10/16 12:07:45 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14303,3 +14303,11 @@
and watchdog timer.
[nakayama, ticket #1064]
+lib/libpuffs/puffs.3 1.45
+lib/libpuffs/puffs.c 1.93
+lib/libpuffs/puffs.h 1.109
+
+ Add function puffs_setspecific(pu, private) which can be used
+ to set the specific data after the call to puffs_init().
+ [pooka, ticket #1094]
+