Module Name:    src
Committed By:   sborrill
Date:           Sat Feb  2 15:44:21 UTC 2013

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Ticket 773


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.76 src/doc/CHANGES-6.1:1.1.2.77
--- src/doc/CHANGES-6.1:1.1.2.76	Sat Jan 26 21:36:05 2013
+++ src/doc/CHANGES-6.1	Sat Feb  2 15:44:21 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.76 2013/01/26 21:36:05 bouyer Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.77 2013/02/02 15:44:21 sborrill Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8055,3 +8055,10 @@ sys/kern/subr_cprng.c				1.15
 	reseed with as little as sizeof(int) bytes of entropy.
 	[tls, ticket #800]
 
+bin/sh/expand.c					1.88
+bin/sh/expand.h					1.19
+
+	Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when
+	expanding $bar. Should fix PR bin/47361
+	[dsl, ticket #773]
+

Reply via email to