Next | Query returned 49 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-04-26 11:45:51 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 3.28 to 3.30
       ( From the entry 2015-01-13  * Release 3.29)
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.
-------------------
2015-02-23   David E. Wheeler <david@justatheory.org>
	* Release 3.30
	No changes since 3.29_6.

2015-02-19   David E. Wheeler <david@justatheory.org>
	* Release 3.29_6
	The survey() method in Pod::Simple::Search now ignores duplicat
	files with varying lettercasing on case-insensitive file systems.
	This allows

	When pondering files in a given directory, the survey() method in
	Pod::Simple::Search now prefers files with extensions in the
	following order: no extension, .pod, .pm, .plx, .pl.

	The find() method in Pod::Simple::Search now records the './pod'
	subdirectory of each directory it considers in such a way as to
	preserve its case on the file system.

	The find() method in Pod::Simple::Search now tries harder to find
	the proper file on case-insensitive file systems when searching
	for modules starting with "Pod". For example, when searching for
	'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm'
	instead of 'Pod/perldoc.pod', as the latter is actually the
	documention for the 'perldoc' program.

2015-02-17   David E. Wheeler <david@justatheory.org>
	* Release 3.29_5
	No changes except that the release tarball should no longer be empty.

2015-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.29_4
	Removed "Caveats" from the docs. Pod::Simple has been out of beta
	for years.

	The survey() method in Pod::Simple::Search no longer assumes that
	files ending in '.pod' are actually Pod. Like .pm and .pl files,
	.pod files must contains at least one valid POD command, as
	documented. This brings the behavior in line with find(), which
	already required that .pod files contain Pod.

	The survey() method in Pod::Simple::Search now prefers files
	ending in .pod over those ending in .pm, and .pm over those ending
	in .pl, when it finds duplicate pod files for a given name.

2015-02-11   David E. Wheeler <david@justatheory.org>
	* Release 3.29_3
	Tightened up the first pass at recognizing a Pod command so that
	fewer invalid Pod lines will be recognized. Suggested by Randy
	Stauner.

	Fixed bug where Pod::Simple would attempt to call
	utf8::unicode_to_native on Perl 5.6, where that function does not
	exist.

	Typos and minor wordsmithing changes in Pod::Simple::Subclassing,
	thanks to Randy Stauner.

	The Pod::Simple::Search survey() and find() methods now use the same
	code for determining @INC directories to search. The only difference
	is that find() also includes $Config::Config{'scriptdir'}.

2015-01-13   David E. Wheeler <david@justatheory.org>
	* Release 3.29
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.

	Fixed test failure for unsupported encoding on Perl 5.6.

	Removed unnecessary dependency on constant. Reported by Petr Pisar
	(RT #85578).

	Many documentation and comment typos fixed by David Steinbrunner.

	Fixed issue when an encoding is declared via an '=encoding' directive
	*after* Pod::Simple has already detected an encoding. Thanks to
	Graham Knop for the patch and Patrice Dumas for the tests.

	Added '>&STDERR' as an output to better emulate
	Pod::Parser::parse_from_file(). Florent Angly.

	Tidied the description of the different Pod::Simple interfaces,
	with greater emphasis on the four different steps to subclassing.
	Florent Angly.

	Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
	specification of a custom top anchor format. Gabor Szabo.

	Fixed the text formatter to properly set the Text::Wrap overflow policy.
	Thanks to Nigel Metheringham for the fix!

	Fixed mis-matched quotation marks when adding JavaScript elements
	to the XHTML output. Patch from jonathancast.

	Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
	Request #58).

	Fixed bug where the value passed to Pod::Simple::XHTML's
	html_css() method would be output twice. Thanks to Andrew Johnson
	for the report (RT #99303).

	Documented the 'recurse' attribute of Pod::Simple::Search.
	Thanks to Jim Keenan for the report (RT #91886).

	An error is no longer thrown when '=encoding' directives are found
	on subsequent lines. Instead, we now log a an error message,
	"Cannot have multiple =encoding directives" (RT #91757).

	The HTML and XHTML formatters now do a better job of preserving
	lines in 'begin html' blocks. Fixes a bug that dates from 2002
	(Perl RT#9385, CPAN RT #91851).
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238)
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.

Bump PKGREVISION for runtime dependency pattern changed packages.
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2013-05-06 17:55:42 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.28

Upstream changes:
2013-05-04   David E. Wheeler <david@justatheory.org>
	* Release 3.28

	Removed use of 'done_testing' in t/white.t, which was added in
	v3.27. Thanks to Paul Howarth for the catch.

	Fixed inproperly calculated number of skipped tests in t/xhtml01.t
	when HTML::Entities is not intalled.

2013-05-03   David E. Wheeler <david@justatheory.org>
	* Release 3.27

	Added new warnings as defined by Pod::Checker, thanks to RJBS:
	+ "=over" without "=back"
	+ "L<>" starts or ends with whitespace
	+ raw "|" or "/" in "L<text|link>" text

	Added ->keep_encoding_directive, which is false by default, to
	prevent formatters from emitting a document's '=encoding'
	directive in most cases. That they emitted the encoding was a bug
	introduced in v3.26 (RT #84093). Now, only the DumpAsText and
	DumpAsXML formats set it to true. Patch from Patrice Dumas.

2013-02-27   David E. Wheeler <david@justatheory.org>
	* Release 3.26

	Fixed another test script to skip all tests when Encode is not
	installed.

	Added 'encoding()' and 'detected_encoding()' to return the current
	encoding and the encoding actually to decode the input file. The
	value from "=encoding" is also now kept in the output tree. Patch
	from Patrice Dumas (RT #74390).
   2013-02-17 13:57:07 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.25

Upstream changes:
2013-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.25

	Improved the warning when "=item" types mismatch within one
	"=over"/"=back" block.

2013-02-14   David E. Wheeler <david@justatheory.org>
	* Release 3.24

	Fixed corner case bug for unlikely scenario in which non-UTF-8
	text could be parsed as UTF-8. Grant McLean.

	XHTML IDs can no longer end with punctuation. Thanks to Smylers
	for the patch.

	Fixed test failure on Perl 5.6.2.

	Changed the default installation location from "perl" to \ 
"site" on
	5.12 and higher, since as of that version of Perl, dual-life
	modules no longer need to be installed in "perl" to replace
	in-core versions. Patch from tzccinct.

	Fixed hash order dependency test failures on Perl 5.17. Thanks to
	Yves Orton for the patch.

	Inlined the code that tries to guess a Pod file's encoding. This
	reduces the time Pod::Simple takes to build the core Perl
	documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
	the patch!

	Added a warning when "=item" types mismatch within one
	"=over"/"=back" block. Marc Green/Google Summer of Code, with
	assist from RJBS.

	Fixed regression introduced in 3.22 in which "C< >" tags were
	incorrectly treated as verbatim text in table of contents items
	emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
	report and to Thomas Sibley for the fix!

	Loosened up the matching of "L< >" tags for man pages so that they
	allow names with dots, underscores, and any other chararacters
	other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
	Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
	RT #82972).

	Fixed inverted mapping of "keyboard" to "kbd" in
	Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
	(RT #79201).

	Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
	maps to "pre", and "teletype" maps to "tt". \ 
Suggested by Robert
	Boisvert (RT #79201).

	"X< >" tags are now ignored by the pull parser when it searches
	for titles, as is any trailing whitespace. Thanks to Patrice Dumas
	for the report (RT #74389).
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Next | Query returned 49 messages, browsing 11 to 20 | Previous