Module Name: src Committed By: mbalmer Date: Sun Oct 31 12:09:11 UTC 2010
Modified Files: src/doc: CHANGES Log Message: Note the Lua import. Thanks jmmv for the reminder To generate a diff of this commit: cvs rdiff -u -r1.1444 -r1.1445 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.1444 src/doc/CHANGES:1.1445 --- src/doc/CHANGES:1.1444 Wed Oct 20 09:22:45 2010 +++ src/doc/CHANGES Sun Oct 31 12:09:10 2010 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1444 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1445 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -764,3 +764,4 @@ sun3: Make common kernel module binaries work on both sun3 and sun3x. [tsutsui 20101015] atf(7): Import 0.11. [jmmv 20101020] + Lua: Import of Lua 5.1.4. [mbalmer 20103110]