diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-08-21 12:37:54 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-08-21 12:37:54 +0200 |
commit | 9560d5b72a5349c8a1c37d31f6f105eebd161646 (patch) | |
tree | 35ce1f95b50653dc8741298ac07de1083ad3226a | |
parent | f471af9ad37a7e1f11a8c0808a6ef73de53c5d48 (diff) | |
download | extrace-0.4.tar.gz extrace-0.4.tar.xz extrace-0.4.zip |
add NEWS.md v0.4
-rw-r--r-- | NEWS.md | 13 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..2cdd7a0 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,13 @@ +## HEAD + +## 0.4 (2017-08-21) + +* Add `-t` for tracing process exit and duration. + +## 0.3.1 (2017-04-25) + +* Bug fix release + +## 0.3 (2016-06-14) + +* Add `-e` to output environment diff --git a/README b/README index 83265a7..c030e9f 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ DESCRIPTION -q Suppress printing of exec(3) arguments. - -t Also display process exit and duration. + -t Also display process exit status and duration. -o file Redirect trace output to file. |