Accepting request 949550 from home:akumar:branches:utilities

- update to 3.7.1:
  * add newline when showing usage and also fix segfault when arg == NULL
- update to 3.7.0:
  * README.md: add FreeBSD installation instructions
  * resolve LGTM alerts & minor improvements
  * Support "cpp" as a file type
  * msvc - Add matcher_avx2, matcher_avx512bw
- update to 3.6.0:
  * new option --replace & faster searching

OBS-URL: https://build.opensuse.org/request/show/949550
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=45
This commit is contained in:
2022-01-28 16:12:45 +00:00
committed by Git OBS Bridge
parent 55aee0e51f
commit 258358ff12
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>
- update to 3.7.1:
* add newline when showing usage and also fix segfault when arg == NULL
- update to 3.7.0:
* README.md: add FreeBSD installation instructions
* resolve LGTM alerts & minor improvements
* Support "cpp" as a file type
* msvc - Add matcher_avx2, matcher_avx512bw
- update to 3.6.0:
* new option --replace & faster searching
-------------------------------------------------------------------
Thu Jan 6 15:20:57 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>