Accepting request 966545 from home:AndreasStieger:branches:utilities

ugrep 3.7.7

OBS-URL: https://build.opensuse.org/request/show/966545
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=46
This commit is contained in:
2022-04-04 19:30:55 +00:00
committed by Git OBS Bridge
parent 258358ff12
commit ebdfaf72be
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Apr 2 14:32:47 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.7.7:
* New --hexdump options
* --ignore-files improvement
* speed improvements
* New option --min-count
* New complementary options --min-depth, --max-depth,
--min-line and --max-line which are added for consistency with
the updated options --min-count and --max-count
* Updated the --min-count option, which can now be combined with
any other option except with -v (--invert-match)
* Updated option -K (--range) to take a MAX argument instead of a
FIRST argument for consistency with other min/max options
* Recursive searching sysfd, such as /proc and /sys, no longer
blocks on special files/devices
* Fixed colorization of option -v when used with context options
-A, -B and -C
* Fixed option -r when combined with argument - (read standard
input), which does both, like GNU grep
* Updated --stats reporting and other minor improvements
-------------------------------------------------------------------
Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>