summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-04-30 23:52:12 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-04-30 23:52:12 +0000
commitdce7593cabc1702969ce5b78b0be7bc393374584 (patch)
tree1f0ba62bd809ccb629324f2f747949bc8fa01ea7 /NEWS
parent7ae73a91e910f8f68a401d88bcc1d10ec28526c3 (diff)
downloadstrace-dce7593cabc1702969ce5b78b0be7bc393374584.tar.gz
strace-dce7593cabc1702969ce5b78b0be7bc393374584.tar.bz2
strace-dce7593cabc1702969ce5b78b0be7bc393374584.tar.xz
build: introduce git-version-gen
* .gitignore: Add .version. * Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(srcdir)/.version. Add rules to check NEWS, generate $(srcdir)/.version and $(distdir)/.tarball-version files. Change ChangeLog and CREDITS generation rules to depend on $(srcdir)/.version instead of $(srcdir)/.git/refs/heads/*. * NEWS: Add dates to recent releases. * configure.ac (AC_INIT): Use git-version-gen. (AM_INIT_AUTOMAKE): Remove check-news. * git-version-gen: Import from gnulib. * make-dist: Check NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 06d3b98..e7a2b1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Noteworthy changes in release ?.?
-=================================
+Noteworthy changes in release ?.? (????-??-??)
+==============================================
-Noteworthy changes in release 4.7
-=================================
+Noteworthy changes in release 4.7 (2012-05-02)
+==============================================
* Changes in behavior
* strace no longer suspends waitpid until there is a child
@@ -77,8 +77,8 @@ Noteworthy changes in release 4.7
* Linux kernel >= 2.6.18 is recommended. Older versions might still
work but they haven't been thoroughly tested with this release.
-Noteworthy changes in release 4.6
-=================================
+Noteworthy changes in release 4.6 (2011-03-15)
+==============================================
* Changes in behavior
* Print diagnostic information about changes in personality mode to
@@ -128,8 +128,8 @@ Noteworthy changes in release 4.6
* Fixed misleading italics in the manual page.
(Addresses Debian bug #589323).
-Noteworthy changes in release 4.5.20
-====================================
+Noteworthy changes in release 4.5.20 (2010-04-13)
+=================================================
* Improvements
* Implemented decoding of new linux syscalls: inotify_init1, recvmmsg.
@@ -163,8 +163,8 @@ Noteworthy changes in release 4.5.20
(Addresses Debian bug #513014)
* Corrected handling of killed threads.
-Noteworthy changes in release 4.5.19
-====================================
+Noteworthy changes in release 4.5.19 (2009-10-21)
+=================================================
* Changes in behavior
* When command exits, strace now exits with the same exit status.