summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes10
1 files changed, 8 insertions, 2 deletions
diff --git a/quilt.changes b/quilt.changes
index e909051..19663e9 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,11 +1,17 @@
-------------------------------------------------------------------
+Thu Jan 30 13:06:36 CET 2003 - agruen@suse.de
+- Fix some regex quoting; use grep -E because we quote for extended
+ regexps. Filenames with "+^$" in it did not work in some places.
+- Prepare for GNU Autoconf: substitute @PERL@ and @BASH@ in
+ scripts.
+- Some cleanups in Makefile.
+
+-------------------------------------------------------------------
Tue Jan 28 23:41:19 CET 2003 - agruen@suse.de
- Add --leave-rejects option to quilt push and apatch, to
leave reject files around for inspection even if a patch
does not apply.
-- Fix some regex quoting; use grep -E because we quote for extended
- regexps. Filenames with "+^$" in it did not work in some places.
-------------------------------------------------------------------
Tue Jan 28 23:38:59 CET 2003 - agruen@suse.de