Module Name: src
Committed By: mbalmer
Date: Wed Dec 13 13:03:23 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note Lua bugfix.
To generate a diff of this commit:
cvs rdiff -u -r1.2338 -r1.2339 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.2338 src/doc/CHANGES:1.2339
--- src/doc/CHANGES:1.2338 Sun Dec 10 20:54:05 2017
+++ src/doc/CHANGES Wed Dec 13 13:03:23 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2338 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2339 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -91,3 +91,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
gdb(1): Updated to 8.0.1. [christos 20171128]
dhcpcd(8): Import dhcpcd-7.0.0-rc4. [roy 20171206]
ihidev(4), ims(4): Added drivers for i2c HID mice. [bouyer 20171210]
+ lua: Applied 6th bugfix to Lua 5.3.4 from lua.org/bugs.html.
+ [mbalmer 20171213]
+