Module Name: src
Committed By: bouyer
Date: Mon May 11 19:31:34 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
tickets 1312-1314
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-4.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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.28 src/doc/CHANGES-4.0.2:1.1.2.29
--- src/doc/CHANGES-4.0.2:1.1.2.28 Thu Apr 30 18:26:44 2009
+++ src/doc/CHANGES-4.0.2 Mon May 11 19:31:33 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.28 2009/04/30 18:26:44 bouyer Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.29 2009/05/11 19:31:33 bouyer Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -228,3 +228,19 @@
Fix build fallout from ticket 1310
[hauke, ticket #1311]
+usr.sbin/racoonctl/Makefile 1.5 via patch
+
+ adjust the ADMINPORTDIR to match that of racoon (with which
+ it'll want to talk) fixes PR 41376
+ [spz, ticket #1312]
+
+lib/libc/stdio/vfwprintf.c 1.15
+
+ printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386
+ [cube, ticket #1313]
+
+share/man/man8/afterboot.8 1.39
+
+ Fix typo, from Shannon -jj Behrens in PR 41375.
+ [dholland, ticket #1314]
+