Next | Query returned 47 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   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.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-22 00:52:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.9901:

2012-09-10  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9901' using shipit.
	[4ede6195fa54] [tip]

2012-09-09  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm,
	vperl/vpp.pm, vutil/lib/version/vxs.pm, vutil/vutil.c:
	Fix problem with short floating point alpha versions (e.g. 0.52_0).
	Resolves:

	 https://rt.cpan.org/Ticket/Display.html?id=79259
	[d0e1d933089b] [0.9901]
   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.
   2012-07-13 09:47:55 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package containing Perl5 pragma version in devel/p5-version from
0.9700 (upstream 0.97) to 0.9900 (upstream 0.99)

Upstream changes:
2012-04-26  John Peacock  <john.peacock@havurah-software.org>
	* .hgtags:
	Tagging version '0.99' using shipit.
	[5b92453596f4] [tip]

	* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Missed a patch from bleadperl.
	[47af644a41f0] [0.99]

2012-04-25  John Peacock  <john.peacock@havurah-software.org>
	* .hgtags:
	Tagging version '0.98' using shipit.
	[f2b560650d71]

	* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, vperl/vpp.pm,
	vutil/lib/version/vxs.pm:
	Final prep for release to CPAN
	[9b2b10192e6d] [0.98]

	* t/coretests.pm:
	And apply test for overflowing versions...
	[428561b08acb]

	* vutil/vutil.c:
	Apply changes from Perl core to prevent buffer overflow with
	ludicrous version objects.
	[dda581b33ebb]
   2012-04-22 12:52:45 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.97:

	Tagging version '0.97' using shipit.
	Prep for 0.97 release to CPAN
	Need to actually check to make sure we have a comma locale.
	Tagging version '0.96' using shipit.
	Final merge from bleadperl plus whitespace cleanup
	Wrong skip count and extra whitespace
	Eliminate comma_locale helper script after all, since we don't
	really need it with only one locale test file.
	Sync with Perl core, especially not leaking scalars during boolean.
	Figured out what I was missing on Perl > 5.9 tests.
	For some reason, the pure Perl test fails otherwise.
	Turns out this isn't a bug in version but in Perl, so we cannot test
	it here.
	Merge changes from bleadperl. Split out locale testing to two
	files. Prep for releasing 0.96 to CPAN.
	No longer recommend 0.77 in the use line.
   2011-12-16 07:13:39 by Hiramatsu Yoshifumi | Files touched by this commit (2) | Package updated
Log message:
Update p5-version to 0.95.

Changes from previous:
----------------------
2011-11-12  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.95' using shipit.
	[f76612f96814] [tip]

	* README, t/coretests.pm, vutil/vxs.xs:
	Turns out the XS code didn't prevent the math ops from working after
	all. Add a test to make sure we catch that and update README for
	release.
	[9f4e1ff7704c] [0.95]

	* t/06noop.t:
	Forgot to add test file for math noop methods
	[ca0bc8526ea5]

	* MANIFEST, vperl/vpp.pm:
	Restore 5.14.x behavior of UNIVERSAL::VERSION to pure Perl code
	[1dd0281f09b8]

	* t/coretests.pm, vutil/vutil.c, vutil/vutil.h, vutil/vxs.xs:
	Fix segfault with versions that start with 'v', especially
	'version'.
	[868edaf0223b]

2011-10-30  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/coretests.pm, vutil/lib/version/vxs.pm:
	Bump $VERSION in preparation for eventual release.
	[3bcfd3008cbc]

	* vutil/vxs.xs:
	Revert change to UNIVERSAL::VERSION replacement, pending ruling from
	the bench.
	[d5c1282dfe13]

	* vperl/vpp.pm:
	For some reason, nomethod doesn't work in pure Perl code, so be
	explicit about ops that are not allowed.
	[5cad9cde035e]

2011-08-21  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.94' using shipit.
	[743538f58cb7]

	* Makefile.PL, lib/version.pod, lib/version/Internals.pod:
	Tweak POD and add LICENSE to Makefile.PL. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=70120
	[3a4fae29c763] [0.94]

	* MANIFEST, t/05sigdie.t:
	Add test to confirm that the $SIG{__DIE__} handling is correct.
	[4a421bba05c9]

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Prevent DIE handlers in user code from tripping up loading version.
	Don't know how this hasn't shown up until now. Resolves:

	 https://rt.cpan.org/Ticket/Display.html?id=70260
	[754fd86858af]
   2011-08-10 08:24:06 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.9300:
* t/coretests.pm:
  Reorder tests and include both positive and negative test for exception.
* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
  t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm,
  vutil/vxs.xs:
  Fix problem with UNIVERSAL::VERSION
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-05-30 21:57:13 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-version from version 0.8000 (upstream version 0.80) to
version 0.8200 (upstream version 0.82).

Upstream changes:

Major Changes in 0.82 - 2010-04-13
=====================================
Still more changes to sync with Perl 5.12.0-as-released.  Rewritten POD
thanks to many hands, but mostly David Golden.  Vastly improved Regex
definitions from Zephram.

Major Changes in 0.81 - 2010-02-01
=====================================
Merge in changes from bleadperl that will be part of Perl 5.12.0.
Completely rewrite pure Perl code to operate exactly like the XS code,
through the creation of a character-array class called charstar.  Now
the pure Perl code and XS code can be more easily be synchronized.

Next | Query returned 47 messages, browsing 21 to 30 | Previous