Skip to content

Commit

Permalink
Prepare for 6.3 release
Browse files Browse the repository at this point in the history
* NEWS: Update for 6.3 release.
  • Loading branch information
ldv-alt committed May 8, 2023
1 parent 60848f9 commit a6122df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Noteworthy changes in release ?.? (????-??-??)
Noteworthy changes in release 6.3 (2023-05-08)
==============================================

* Improvements
* Implemented --trace-fds=set option for filtering only the syscalls
that operate on the specified set of file descriptors.
* Implemented --decode-fds=signalfd option for decoding of signal masks
associated with signalfd file descriptors.
* Implemented -e trace-fds=set option for filtering only the syscalls
that operate on the specified set of file descriptors.
* Implemented --syscall-limit option to automatically detach tracees
after capturing the specified number of syscalls.
* Implemented --argv0 option to set argv[0] of the command being executed.
Expand All @@ -21,7 +21,7 @@ Noteworthy changes in release ?.? (????-??-??)

* Bug fixes
* Fixed build on hppa with uapi headers from Linux >= 6.2.
* Fixed -e status= filtering when -c option is in use.
* Fixed --status filtering when -c option is in use.

Noteworthy changes in release 6.2 (2023-02-26)
==============================================
Expand Down

0 comments on commit a6122df

Please sign in to comment.