Accepting request 1116263 from home:AndreasStieger:branches:utilities

4.3.0

OBS-URL: https://build.opensuse.org/request/show/1116263
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=111
This commit is contained in:
2023-10-08 05:50:36 +00:00
committed by Git OBS Bridge
parent 643752c94c
commit 662b89fcb1
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 8 05:47:14 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 4.3.0:
* Redesigned TUI with a new split screen window pane to preview
matching files
* fix --zmax=n for n>1 that had a low chance to hang as
discovered recently (about once in a few thousand runs) when
searching (deeply) nested zip or tar archives
* fix compressed file search of files that are exactly one byte
long, instead of rejecting those files as being empty
-------------------------------------------------------------------
Sat Sep 23 07:06:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>