Module Name: src
Committed By: bouyer
Date: Sat Sep 5 11:46:58 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
tickets 902, 914
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.0.2
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.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.8 src/doc/CHANGES-5.0.2:1.1.2.9
--- src/doc/CHANGES-5.0.2:1.1.2.8 Sun Aug 30 02:51:25 2009
+++ src/doc/CHANGES-5.0.2 Sat Sep 5 11:46:58 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.8 2009/08/30 02:51:25 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.9 2009/09/05 11:46:58 bouyer Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -188,3 +188,17 @@
Update and add some TNF ssh keys.
[spz, ticket #930]
+lib/libc/stdio/vfwprintf.c 1.16
+
+ If the current locale doesn't define the 'thousands' grouping info
+ then use sane defaults (',' every 3 digits).
+ Fixes PR/40714
+ [dsl, ticket #902]
+
+sbin/fsck_ext2fs/main.c 1.33
+
+ Ignore the "-P" option as intended to make this work with e.g.
+ "fsck_flags=3D-pP" in "/etc/rc.conf".
+ Patch supplied by Pierre Pronchery in PR bin/41490.
+ [tron, ticket #914]
+