Sourced from ripgrep's releases.
+++14.1.1
+ +This is a minor release with a bug fix for a matching bug. In particular, a bug + was found that could cause ripgrep to ignore lines that should match. That is, + false negatives. It is difficult to characterize the specific set of regexes + in which this occurs as it requires multiple different optimization strategies + to collide and produce an incorrect result. But as one reported example, in + ripgrep, the regex
+(?i:e.x|ex)does not matche-xwhen it should. (This + bug is a result of an inner literal optimization performed in thegrep-regex+ crate and not in theregexcrate.)++In case you haven't heard of it before, ripgrep is a line-oriented search + tool that recursively searches the current directory for a regex pattern. + By default, ripgrep will respect gitignore rules and automatically skip + hidden files/directories and binary files.
+Bug fixes:
++
+- [BUG #2884](BurntSushi/ripgrep#2884): + Fix bug where ripgrep could miss some matches that it should report.
+Miscellaneous:
++
+- [MISC #2748](BurntSushi/ripgrep#2748): + Remove ripgrep's
+simd-accelfeature because it was frequently broken.
Sourced from ripgrep's changelog.
+++14.1.1 (2024-09-08)
+This is a minor release with a bug fix for a matching bug. In particular, a bug + was found that could cause ripgrep to ignore lines that should match. That is, + false negatives. It is difficult to characterize the specific set of regexes + in which this occurs as it requires multiple different optimization strategies + to collide and produce an incorrect result. But as one reported example, in + ripgrep, the regex
+(?i:e.x|ex)does not matche-xwhen it should. (This + bug is a result of an inner literal optimization performed in thegrep-regex+ crate and not in theregexcrate.)Bug fixes:
++
+- [BUG #2884](BurntSushi/ripgrep#2884): + Fix bug where ripgrep could miss some matches that it should report.
+Miscellaneous:
++
+- [MISC #2748](BurntSushi/ripgrep#2748): + Remove ripgrep's
+simd-accelfeature because it was frequently broken.
4649aa9 14.1.1c009652 changelog: 14.1.1b9f7a9b deps: bump grep to 0.3.2a196087 grep-0.3.2bb0925a deps: bump grep-printer to 0.2.2be117db grep-printer-0.2.206dc13a deps: bump grep-searcher to 0.1.14c6c2e69 grep-searcher-0.1.14e67c868 deps: bump grep-pcre2 to 0.1.8d33f2e2 grep-pcre2-0.1.8