summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-24 04:32:36 +0000
committerRoland McGrath <roland@redhat.com>2003-01-24 04:32:36 +0000
commit8d276ff256b5806599845dbf3f77d87ac0629d47 (patch)
tree16e360a2e9b70a77aa45a410112a201c6e67cdd5 /ChangeLog
parentde6e53308ca58da7d357f8114afc74fff7a18043 (diff)
downloadstrace-8d276ff256b5806599845dbf3f77d87ac0629d47.tar.gz
strace-8d276ff256b5806599845dbf3f77d87ac0629d47.tar.bz2
strace-8d276ff256b5806599845dbf3f77d87ac0629d47.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2c328..7571cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
+2003-01-23 Roland McGrath <roland@redhat.com>
+
+ * process.c: Reorder includes to put sys/reg.h before linux/ptrace.h,
+ since they can conflict.
+
2003-01-21 Roland McGrath <roland@redhat.com>
+ * strace.c (usage): Omit -z, since it has never worked properly.
+ * NEWS: Likewise.
+
+ * strace.c (main): Grok new option `-E var=val' or `-E var' to put
+ var=val in environ or to remove var, respectively.
+ (usage): Mention it.
+ * strace.1, NEWS: Document it.
+
* configure.ac, NEWS: Version 4.4.93.
* strace.spec, debian/changelog: 4.4.93-1.
* strace.spec (Source0): Use strace-VERSION.tar.bz2 now.