Module Name: src
Committed By: riz
Date: Sun Nov 21 18:47:39 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1429, 1432-1434
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.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.2
diff -u src/doc/CHANGES-5.2:1.1.2.15 src/doc/CHANGES-5.2:1.1.2.16
--- src/doc/CHANGES-5.2:1.1.2.15 Sun Nov 21 18:32:33 2010
+++ src/doc/CHANGES-5.2 Sun Nov 21 18:47:39 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.15 2010/11/21 18:32:33 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.16 2010/11/21 18:47:39 riz Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -646,3 +646,25 @@
and mail delivery transports in master.cf with
unique smtp_bind_address values.
[tron, ticket #1425]
+
+usr.bin/progress/progress.c 1.18
+
+ Fix argument handling of the "-b" option on 64bit platforms.
+ [tron, ticket #1429]
+
+gnu/lib/libstdc++-v3_4/Makefile 1.5
+
+ Explicitly link libstdc++ against libm as found by Arnaud Lacombe.
+ [joerg, ticket #1432]
+
+usr.bin/make/job.c 1.152 via patch
+
+ PR/43643: David A. Holland: dash prefix broken with make -j
+ [dholland, ticket #1433]
+
+sys/fs/msdosfs/msdosfs_lookup.c 1.22
+
+ Return EINVAL for rename and delete operations to the
+ root directory instead of the erroneous EROFS.
+ [mlelstv, ticket #1434]
+