summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornikita <nikita@NetBSD.org>2023-06-08 21:12:41 +0000
committernikita <nikita@NetBSD.org>2023-06-08 21:12:41 +0000
commit99528df1c714276ff4390d2681a55854d7b864fd (patch)
tree6375fe84beb60e8f3a15e2c0af29575ba20a9e22 /doc
parentf13f21abec457e911e5a08259b806132c905bc68 (diff)
changes: lua 5.4.6
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 82ad983df94..38efc0218b3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2971 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2972 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -127,3 +127,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
openssl(1): Imported 3.0.9. [christos 20230531]
mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE [lukem 20230602]
build.sh: Add show-params operation [lukem 20230602]
+ lua: Import version 5.4.6.
+ Bumped shlib minor because of API/ABI changes.
+ [nikita 20230608]
+
ycroft 2003-09-01Add a flushcache command -- I need it for my DVD+RW.mycroft 2003-06-23Add NetBSD RCS Ids.agc 2002-09-26Added debug command to support SCIOCDEBUG.petrov 2002-09-03* Add "getcache" and "setcache" commands to get/set basic cachethorpej 2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant 2002-06-26Add a bunch of stuff from Bob Nestor that fixes format to allow one tomjacob 2002-04-1421600000 -> 6*60*60*1000 (timeout in six hours for format command)tsutsui