summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-02-01 15:05:55 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-02-01 15:05:55 +0000
commitbc60c51e6ab24f0484e74095a8cea006e465f1ef (patch)
tree4a95b7cad7d1cfbd5752b84cee4023472d9a922f /quilt.changes
parentdb95d969ffb384eaa02c35ed477d7fc5f54c25ad (diff)
downloadquilt-bc60c51e6ab24f0484e74095a8cea006e465f1ef.tar.gz
- compat/date.in: Fix GetOptions problem with options starting
with `+'. - test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 52b6eab..1274a72 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Wed Feb 1 16:03:03 CET 2006 - agruen@suse.de
+
+- compat/date.in: Fix GetOptions problem with options starting
+ with `+'.
+- test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in
+ export command: in commands like `export foo=$var/bar', $var is
+ not evaluated.
+
+-------------------------------------------------------------------
Wed Feb 1 13:50:22 CET 2006 - agruen@suse.de
- quilt/mail.in: Documentation fix.