diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-05-10 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-05-10 08:00:00 +0000 |
commit | 91e521b97ed6e04a0cf77ea6981be5a923649dd9 (patch) | |
tree | 797d1eeaeed0e96a29c5466674487294f9967201 | |
parent | a6122df0edd4d72ef0153eebf10c16ae36778089 (diff) | |
download | strace-91e521b97ed6e04a0cf77ea6981be5a923649dd9.tar.gz |
Post-release administrivia
* NEWS: Add a header line for the next release.
* debian/changelog.in: Add a changelog entry for 6.3-1.
* strace.spec.in: Likewise.
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog.in | 6 | ||||
-rw-r--r-- | strace.spec.in | 3 |
3 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Noteworthy changes in release ?.? (????-??-??) +============================================== + +* Improvements + Noteworthy changes in release 6.3 (2023-05-08) ============================================== diff --git a/debian/changelog.in b/debian/changelog.in index 18dedac0a..26a703581 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -4,6 +4,12 @@ strace (@PACKAGE_VERSION@-1) experimental; urgency=low -- Strace <@PACKAGE_BUGREPORT@> @DEB_CHANGELOGTIME@ +strace (6.3-1) unstable; urgency=low + + * New upstream version. + + -- Dmitry V. Levin <ldv@strace.io> Mon, 08 May 2023 08:00:00 +0000 + strace (6.2-1) unstable; urgency=low * New upstream version. diff --git a/strace.spec.in b/strace.spec.in index bea8d8255..1081c3f93 100644 --- a/strace.spec.in +++ b/strace.spec.in @@ -125,6 +125,9 @@ fi * @RPM_CHANGELOGTIME@ @PACKAGE_BUGREPORT@ - @PACKAGE_VERSION@-1 - @PACKAGE_STRING@ snapshot. +* Mon May 08 2023 Dmitry V. Levin <ldv@strace.io> - 6.3-1 +- v6.2 -> v6.3. + * Sun Feb 26 2023 Dmitry V. Levin <ldv@strace.io> - 6.2-1 - v6.1 -> v6.2. |