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

History of commit frequency

CVS Commit History:


   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-09-05 20:22:13 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.27:

[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
   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-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-22 01:11:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.21:

[Changes for 1.21 - 2012-09-20]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.21_01 - 2012-06-22]

* Synchronize JSON::Syck with YAML::Syck version number
* Add DumpInto functions (YAML+Syck) which dump into
  a provided scalar instead of a newly allocated one
* Modify DumpFile functions to output directly to the
  specified file/filehandle instead of buffering all
  output in memory.
* Avoid modifying numbers into strings when emitting
   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-04-10 15:44:29 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for CPAN module YAML::Syck/JSON::Syck in
textproc/p5-YAML-Syck from 1.19 to 1.20

Upstream changes (since 1.19):
[Changes for 1.20] (JSON::Syck 0.43) - 2012-02-14]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.20_01] (JSON::Syck 0.43_01) - 2012-02-11]

* Add test to assure META.yml is up to date before release
* Fix for RT 70933 - disable check for empty file handle in LoadFile calls
* Remove call to non-existant code YAML::Syck::_is_openhandle.
* Fix for RT 74785 - compiling with -Werror=format-security fails
   2011-11-16 09:41:44 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating YAML::Syck Perl module in textproc/p5-YAML-Syck from 1.15nb1 to
1.19.

Upstream changes (since 1.15):
[Changes for 1.19 (JSON::Syck 0.42 ) - 2011-11-08]

* Do not run t/leak.t on perls prior to 5.8.9 as 5.8.8
  and Devel::Leak apparently do not mix (perl RT #102606).

[Changes for 1.18 (JSON::Syck 0.41 ) - 2011-11-05]

* Promote to stable release.

[Changes for 1.17_02 (JSON::Syck 0.40_02 ) - 2011-11-03]

* perl RT #102606 - Only lvalue subroutines are supposed to return
  the argument to "return" without copying it. Stop relying on a
  pre-5.15 bug. [Father Chrysostomos]

[Changes for 1.17_01 (JSON::Syck 0.40_01 ) - 2011-02-28]

* Break YAML::Syck dependency on Scalar::Util

[Changes for 1.17 (JSON::Syck 0.40 ) - 2010-11-21]

* Change a C99 comment to a C89 comment

* Upgrade ppport.h from 3.13 to 3.19

* Remove inc/Test/Builder/IO/Scalar.pm from MANIFEST

[Changes for 1.16 (JSON::Syck 0.39 ) - 2010-11-21]

* POD formatting fixes contributed by Justin Hunter
   2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-09-23 23:42:45 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating textproc/p5-YAML-Syck from 1.14 to 1.15

Upstream changes:
[Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23]
* perl RT #78008 - The 5.13.5 development release of perl changed how
  regexes are stringified, breaking our tests. Update the tests to
  deal with the new syntax.

  See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in
  perl.git for context.

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