summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:12:01 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:12:01 +0000
commit6b029c93fa2d380c5300931f7b6e20b08c63ab37 (patch)
tree4934dbf971070af68666aa23edc02fe7289ad256 /quilt.changes
parent96728d30b3059fea6fd05e17614a72274ddd40f4 (diff)
downloadquilt-6b029c93fa2d380c5300931f7b6e20b08c63ab37.tar.gz
Prepare for GNU Autoconf; Some cleanups in Makefile
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