From fc644b4c450fee27683cfb73e85488a643de6fa7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 3 Jul 2010 16:45:45 +0000 Subject: Do not consider filenames that contain parens but don't END in a paren, to be an archive group. Fixes Savannah bug #28525. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0768309..9f3c622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-03 Paul Smith + + * read.c (parse_file_seq): All archive groups must end with ')' as + the LAST character in a word. If there is no word ending in ')' + then it's not an archive group. Fixes Savannah bug #28525. + 2010-07-01 Paul Smith * main.c (main): Append optional features using separate calls. -- cgit v1.2.3