Module Name: src
Committed By: bouyer
Date: Mon May 11 20:13:02 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 742, 747-751
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.10 src/doc/CHANGES-5.1:1.1.2.11
--- src/doc/CHANGES-5.1:1.1.2.10 Sun May 10 21:39:22 2009
+++ src/doc/CHANGES-5.1 Mon May 11 20:13:02 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.10 2009/05/10 21:39:22 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.11 2009/05/11 20:13:02 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -410,3 +410,40 @@
Update dhcpcd to 5.0.1.
[roy, ticket #534]
+BUILDING 1.83
+doc/BUILDING.mdoc 1.72
+external/mit/xorg/lib/freetype/Makefile 1.5
+
+ Introduce MKSUBPIXEL, which allows enabling subpixel rendering code
+ in FreeType.
+ [snj, ticket #742]
+
+gnu/usr.bin/groff/tmac/mdoc.local 1.51 via patch
+
+ Add an entry for 5.1.
+ [snj, ticket #747]
+
+sys/dist/ipf/netinet/ip_fil_netbsd.c 1.50
+
+ Don't call callout_stop() without callout_init()
+ Fixes PR/41364
+ [kefren, ticket #748]
+
+sys/dev/md.c 1.58
+
+ Check the RAMdisk size in mdattach() and not nothing if it's 0.
+ This allows mdattach() to be called twice, once from config_finalize()
+ and once from tftproot_getfile(). Fix options TFTPROOT.
+ [manu, ticket #749]
+
+sys/arch/sparc/include/math.h 1.5
+sys/arch/sparc64/include/math.h 1.7
+
+ merge these two files, makes sparc64 sparc/libc work again.
+ only provide __HAVE_LONG_DOUBLE if _LP64.
+ [mrg, ticket #750]
+
+sys/dev/pci/if_wm.c patch
+ Remove extra printf().
+ [msaitoh, ticket #751]
+