Module Name: src
Committed By: nat
Date: Mon Dec 9 10:35:51 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
Mention backlight control on PowerBooks (mac68k).
To generate a diff of this commit:
cvs rdiff -u -r1.3117 -r1.3118 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.3117 src/doc/CHANGES:1.3118
--- src/doc/CHANGES:1.3117 Fri Dec 6 09:43:55 2024
+++ src/doc/CHANGES Mon Dec 9 10:35:51 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3117 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3118 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -615,3 +615,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
curses(3): Implement the ncurses extension wgetscrreg which returns
the scrolling region of the given window. [blymn 20241205]
editline(3): Print 0 width characters. [christos 20241205]
+ mac68k: Support for backlight control on PowerBooks. [nat 20241209]