diff --git a/ugrep-6.1.0.tar.gz b/ugrep-6.1.0.tar.gz deleted file mode 100644 index b0d4b24..0000000 --- a/ugrep-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65 -size 13091376 diff --git a/ugrep-6.2.0.tar.gz b/ugrep-6.2.0.tar.gz new file mode 100644 index 0000000..2794671 --- /dev/null +++ b/ugrep-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b54e8e7d2d9058167269673fd783651071ba1ace547cf6c926b833607d2e1b +size 7024025 diff --git a/ugrep.changes b/ugrep.changes index fa04274..978f08b 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jul 10 19:12:15 UTC 2024 - Andreas Stieger + +- update to 6.2.0: + * improved support for legacy grep color environment variable + single ANSI color codes format + * improved zsh -ABC options completion + * improved option -% (--bool) when multiple -e PATTERN are + specified; now aligns with the documentation of option -e to + match any of the specified PATTERN (note that -% can be + combined with options --and, --andnot, --not. -e amd -N) + * improved option -Q (--query) when combined with options --and, + --andnot, --not by activatating option -% (--bool) so that the + combined search patterns can be edited as one Boolean query + pattern in the TUI + * minor speed improvement when searching in large files with + option -f with a file with hundreds, thousands or more + words/strings to find (-fwords/4.txt in benchmarks) + * again extensively tested with randomized patterns + ------------------------------------------------------------------- Tue Jun 4 16:40:11 UTC 2024 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index b0dd3af..328947c 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -18,7 +18,7 @@ Name: ugrep -Version: 6.1.0 +Version: 6.2.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause