SHA256
1
0
forked from pool/ack

update to 1.96

OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=11
This commit is contained in:
2011-09-19 08:09:54 +00:00
committed by Git OBS Bridge
parent 6f704aaecb
commit ce90786949
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 19 08:08:13 UTC 2011 - puzel@suse.com
- update to 1.96:
[ENHANCEMENTS]
* Now ignores minified Javascript files. Anything matching
-min.js or .min.js is ignored.
* Added Groovy support (--groovy).
* Added .pm6 as a --perl extension.
* Lua can now get detected from the shebang line. Thanks,
Matthew Wild.
* Added support for version numbers in executables in shebang
detection. Now if your Perl program's shebang refers to
/usr/local/bin/perl-5.14.1, ack will find it.
-------------------------------------------------------------------
Sat Sep 17 10:44:39 UTC 2011 - jengelh@medozas.de