Module Name: src Committed By: mbalmer Date: Fri Mar 25 08:16:57 UTC 2016
Modified Files: src/doc: CHANGES Log Message: Note Lua patch level. To generate a diff of this commit: cvs rdiff -u -r1.2143 -r1.2144 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.2143 src/doc/CHANGES:1.2144 --- src/doc/CHANGES:1.2143 Wed Mar 23 09:56:40 2016 +++ src/doc/CHANGES Fri Mar 25 08:16:57 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2143 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2144 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -258,3 +258,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0: libc: Update to tzcode2016b. [christos 20160315] zoneinfo: Import tzdata2016b. [christos 20160315] wpa_supplicant(8): Added interface matching rules [roy 20160323] + lua: Applied second and third patch from http://lua.org/bugs.html + [mbalmer 20160325]