Sun Jan 12 12:36:13 2014 UTC ()
ticket 1006


(bouyer)
diff -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-6.2

cvs diff -r1.1.2.76 -r1.1.2.77 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2014/01/12 12:26:30 1.1.2.76
+++ src/doc/Attic/CHANGES-6.2 2014/01/12 12:36:13 1.1.2.77
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.76 2014/01/12 12:26:30 bouyer Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.77 2014/01/12 12:36:13 bouyer Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -1216,13 +1216,22 @@ sys/arch/luna68k/dev/siovar.h 1.7 @@ -1216,13 +1216,22 @@ sys/arch/luna68k/dev/siovar.h 1.7
1216 [tsutsui, ticket #1004] 1216 [tsutsui, ticket #1004]
1217 1217
1218sys/arch/luna68k/dev/lunafb.c 1.27 - 1.30 1218sys/arch/luna68k/dev/lunafb.c 1.27 - 1.30
1219sys/arch/luna68k/dev/omrasops.c 1.14 - 1.16 1219sys/arch/luna68k/dev/omrasops.c 1.14 - 1.16
1220sys/arch/luna68k/dev/omrasopsvar.h 1.2 1220sys/arch/luna68k/dev/omrasopsvar.h 1.2
1221 1221
1222 Properly initialize the palette for while on black even on 1bpp 1222 Properly initialize the palette for while on black even on 1bpp
1223 framebuffer. Add preleminary support of 4bpp LUNA framebuffer. 1223 framebuffer. Add preleminary support of 4bpp LUNA framebuffer.
1224 Now we can use ANSI 16 color text console and also can demonstrate 1224 Now we can use ANSI 16 color text console and also can demonstrate
1225 mlterm-fb with color sixel graphics and wallpaper (Xserver needs 1225 mlterm-fb with color sixel graphics and wallpaper (Xserver needs
1226 much more work). 1226 much more work).
1227 [tsutsui, ticket #1005] 1227 [tsutsui, ticket #1005]
1228 1228
 1229external/gpl3/gcc/dist/gcc/config/sparc/constraints.md 1.2
 1230external/gpl3/gcc/dist/gcc/config/sparc/predicates.md 1.2
 1231external/gpl3/gcc/dist/gcc/config/sparc/sync.md 1.2
 1232
 1233 Port from newer gcc, fixes compile errors (invalid asm generated
 1234 by gcc).
 1235 This fixes the build of gtk+-3.10.6 from pkgsrc on sparc64.
 1236 [martin, ticket #1006]
 1237