2.08 Thu Aug 22 23:11:45 CDT 2013
====================================
[ENHANCEMENTS]
ack now ignores CMake's build/cache directories by default. Thanks,
Volodymyr Medvid.
Add shebang matching for --lua files.
Add documentation for --ackrc.
Add Elixir filetype.
Add --cathy option. Thanks to Joe McMahon.
Add some helpful debugging tips when an invalid option is found.
Thanks to Charles Lee.
Ignore PDF files by default, because Perl will detect them as text.
Ignore .gif, .jpg, .jpeg and .png files. They won't normally be
selected, but this is an optimization so that ack doesn't have to
open them to know.
[FIXES]
Ack's colorizing of output would get confused with multiple sets
of parentheses. This has been fixed. (Issue #276)
Ack would get confused when trying to colorize the output in
DOS-format files. This has been fixed. (Issue #145)
2.05_01 Tue May 28 10:12:04 CDT 2013
====================================
[ENHANCEMENTS]
We now ignore the node_modules directories created by npm. Thanks,
Konrad Borowski.
--pager without an argument implies --pager=$PAGER.
--perl now recognizes Plack-style .psgi files. Thanks, Ron Savage.
Added filetypes for Coffescript, JSON, LESS, and Sass.
[FIXES]
Command-line options now override options set in ackrc files.
ACK_PAGER and ACK_PAGER_COLOR now work as advertised.
Fix a bug resulting in uninitialized variable warnings when more
than one capture group was specified in the search pattern.
Make sure ack is happy to build and test under cron and other
console-less environments.
Colored output is now supported and on by default on Windows.
[Changes for 1.27 - 2013-05-20]
* Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time.
[Changes for 1.26 - 2013-05-20]
* Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0
[Changes for 1.25 - 2013-03-10]
* Bump version number and release to fix a MANIFEST mistake in 1.24
[Changes for 1.24 - 2013-03-07]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.24_02 - 2013-03-01]
* Apply patch from RT 78363 - MinGW64 compatibility
[Changes for 1.24_01 - 2013-03-01]
* Implement $JSON::Syck::MaxDepth
* Prevent failure when the same object is seen twice during Dump.
* Prevent YAML from being influnced by the previous
change
[Changes for 1.23 - 2013-02-26]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.23_01 - 2013-02-21]
* Make sure that LoadBlessed=0 blocks all blessing.
* Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck )
* README refreshed via perldoc -t
[Changes for 1.22 - 2012-12-04]
* Tests all green on CPAN Testers. releasing to public.
[Changes for 1.22_01 - 2012-11-27]
* Fix error message typo: s/existant/existent/g
* Fix for non-printable character detection
* Quote if non-printable characters are present
* Change LoadBlessed=0 to not bless under ANY circumstances
- Fixed a bug with ``call_filter`` not working properly on environment
and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
strings.
SKK=JISYO.L will be extracted with pkgsrc, so fetch with curl will be never
happend.
Moreover, such setting is ambiguous with FETCH_USING=curl.
related to PR pkg/48159.
Add LICENSE
Upstream changes:
1.04 May 25, 2012
- restore compatibility with Perl 5.8.0 (RT#77386)
patch provided by Thomas Sibley
1.03 March 10, 2012
- add the wrap_after attribute
- now requires Perl 5.10.0 or later
- explicitly supports U+2000 - U+200B as breaking spaces
- now built with Dist::Zilla (includes v2 META.json)
- repository now publicly available on GitHub
Upstream changes:
What's new in v1.46 since v1.44:
Thanks to Rik Signes, there is a new
Text::Template->append_text_to_output method, which
Text::Template always uses whenever it wants to emit output.
You can subclass this to get control over the output, for
example for postprocessing.
A spurious warning is no longer emitted when the TYPE
parameter to ->new is omitted.
Upstream changes:
= 2013/05/23
Change module 'NAME'
= 2013/05/22
Typos
= 2013/04/26
Minor test suite fixes - bug 81698.
Fixed bug 79766 -- an extraneous "=" in a regex.
Changed the license to qualify as an "open source" license.
= 2012/08/18
Packaging fix.
Minor documentation fixes.
= 2012/08/15
Minor fixes to test suites.
Added back versions to support old versions of perl.
= 2009/04/17
Added support for Unicode combining characters to both
Text::Tabs and Text::Wrap, plus a new test suite for each
of these new functionalities. --tchrist
Add missing DEPENDS
Upstream changes:
1.6.3 August 9 2012
- Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs
1.6.2 August 9 2012
- Made output of "tablify -v" prettier using Text::Autoformat
1.6.1 April 30 2013
- Removed a debug statement
- Fixed INSTALL
1.6.0 April 30 2013
- Moved to Git repo at github.com:kyclark/text-recordparser.git
- Changes to "tablify"
- Allow for comment lines
- Added more single-letter argument names
- Allow for definition of column names
This module subclasses Pod::Parser and converts POD to Markdown.
Literal characters in Pod that are special in Markdown (like
*asterisks*) are backslash-escaped (except those in verbatim
blocks or C<code> sections).
Upstream changes:
2.08 Tue May 21 11:40:04 PDT 2013
- add a combine_hunks function to recombine hunks (RJBS)
- implicitly private methods are now underscore private: organize,
find_below, classify, expand_tabs (RJBS)
2.07 Thu May 16 18:18:01 PDT 2013
- Add set_quote_characters() function to control what additional characters
are treated as quoting chars (above and beyond ">")
Remove PERL5_REQD+=5.8.0
Upstream changes:
1.0 2012/12/07
- Match 'never' in addition to $DATE in more places (Ski Kacoroski)
- Fix to regex for next binding state (Simon Elsbrock)
- Use /o for slightly faster regex processing
Upstream changes:
0.22
- Text::CSV 1.31 requierd in Makefile.PL (even works in minor version)
0.21 Thu Jun 13 14:31:12 2013
- Text::CSV 1.30 requierd in Makefile.PL (even works in minor version)
0.20 Wed Jun 12 13:18:02 2013
- update modules and test for Text::CSV_XS 0.99 and Text::CSV_PP 1.30
Add LICENSE
Upstream changes:
0.50 May 2013
- fixed broken link to SAX2 specification in POD
- added repository information to Makefile.PL
- added README file to satisfy packaging guidelines
Upstream changes:
0.3.0 2013-03-15 15:24:53 Europe/Oslo
Gotten rid of Data::Visitor::Callback used to parse type
constraints. Reported by Alceu Rodrigues de Freitas Junior
(RT #81753). Solution contributed by chromatic.