From 7d2edff0955b6a88582f0454f7665f1a0916256d Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Fri, 11 Jan 2019 13:52:09 +0100 Subject: Divide CHANGELOG into a few more sections --- CHANGELOG | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 83602c8..3b306a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,25 +7,28 @@ Version 0.3.0 General: -------- -- Restricted anything on regular files, with the intention for later special +- Restricted anything on regular files, allowing for possible later special use of directories. -- A few beautifications (e.g. 1 -> $FALSE). - Keep temporary files private and delete them once no longer needed. `- This might have particularly have been an issue, if a de-/encrypting {input,ouput}_program was used. - Switch to extended regular expressions (EREs) for `--search-by-data'. - Use proper exit codes and document them. -- Prevent matching illegal sequences globally. - `- E.g., if $datadir/a+b exists, it will no longer be listed or matched. - Make --search-by-data more efficient. `- Call grep on all files at once. - Use arrays for the program variables. `- This allows for example (sed -E 's/\s+/ /') as output_program. -- Fix --search-by-data (case $output_program != cat). -- Use `-mindepth 1' in addition to `-maxdepth 1' for find. - Honor $VISUAL. +Fixes: +------ + +- Prevent matching illegal sequences globally. + `- E.g., if $datadir/a+b exists, it will no longer be listed or matched. +- Fix --search-by-data (case $output_program != cat). + + Manual: ------- @@ -49,6 +52,13 @@ Compatibility: `- Use `/usr/bin/env bash' in the shebang. +Technical: +---------- + +- A few beautifications (e.g. 1 -> $FALSE). +- Use `-mindepth 1' in addition to `-maxdepth 1' for find. + + Version 0.2.2 ============= -- cgit v1.2.3