Module Name: src
Committed By: rin
Date: Thu Aug 15 13:33:15 UTC 2019
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
Recent rasops(9) changes have been pulled up to netbsd-9.
To generate a diff of this commit:
cvs rdiff -u -r1.2568 -r1.2569 src/doc/CHANGES
cvs rdiff -u -r1.145 -r1.146 src/doc/CHANGES.prev
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.2568 src/doc/CHANGES:1.2569
--- src/doc/CHANGES:1.2568 Thu Aug 15 08:55:06 2019
+++ src/doc/CHANGES Thu Aug 15 13:33:15 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2568 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2569 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -25,12 +25,6 @@
Changes from NetBSD 9.0 to NetBSD 10.0:
openldap: Import 2.4.48. [christos 20180808]
- rasops(9): Major improvements for rasops(9) routines. General putchar
- functions added for color depths 2 and 4. Width-optimized
- putchar functions added for depth 32. Anti-aliasing supported
- for depths 2 and 24. Shadow framebuffer supported for all
- depths. A lot of bug fixes, both major and minor. Dedup more
- than 20% of lines, or 50% of characters. [rin 20190810]
usbnet(9): Add common framework for USB network devices. Port the
axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
ure(4), url(4), and urndis(4) drivers fixing many bugs and
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.145 src/doc/CHANGES.prev:1.146
--- src/doc/CHANGES.prev:1.145 Wed Jul 31 06:25:14 2019
+++ src/doc/CHANGES.prev Thu Aug 15 13:33:15 2019
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.145 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.146 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -12626,4 +12626,10 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
dhcpcd(8): Import dhcpcd-8.0.1. [roy 20190725]
mac68k: Add genfb(4) framebuffer driver. [rin 20190726]
dhcpcd(8): Import dhcpcd-8.0.2. [roy 20190730]
+ rasops(9): Major improvements for rasops(9) routines. General putchar
+ functions added for color depths 2 and 4. Width-optimized
+ putchar functions added for depth 32. Anti-aliasing supported
+ for depths 2 and 24. Shadow framebuffer supported for all
+ depths. A lot of bug fixes, both major and minor. Dedup more
+ than 20% of lines, or 50% of characters. [rin 20190810]