File: ChangeLog

package info (click to toggle)
hexec 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,772 kB
  • sloc: sh: 9,322; ansic: 1,487; yacc: 94; makefile: 32
file content (17 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Version 0.2.1
    - Fixed a bug in the handling of error codes when orig_execve fails

Version 0.2.0
    - Reworked processing of placeholders
    - Implemented -name expression
    - Implemented -contains expression
    - Implemented -sh action
    - {n} can now be used as placeholder to get the number of arguments from the original exec call
    - Better error reporting with -exec expression
    - --help and -h options are working now
    - --version and -v options are working now
    - More detailed documentation in man page (espessially the placeholders part)
    - Added debian rules and build-deb.sh to build debian packages

Version 0.1.0
    - Initial release. Many features are still missing.