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

History of commit frequency

CVS Commit History:


   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-07-25 10:16:14 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 4.161950

Upstream changes:
4.161950 2016-07-12
  - This release fixes a critical bug in the list_dir() method, detailed at
    https://rt.cpan.org/Public/Bug/Display.html?id=115511
  - Regression test added to catch the failure condition
  - NOTE: No major code or featureset changes included as part of this release,
    therefore it is still deemed "stable", as no significant changes \ 
to the code
    have been made beyond a two line bugfix that remedies the problem that
    caused the list_dir() method to fail under certain conditions.
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-04-30 23:47:08 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated to devel/p5-devel-File-Utils-4.161200 (from 4.132140)
---------------------------------------------
4.161200 2016-04-29
  - The previous TRIAL release passes muster by cpantesters.  This is
    now released as a STABLE dist, although more features are planned in
    coming releases.  See also: TODO

4.160630 2016-03-03
 - TRIAL RELEASE
 - Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771
 - Added tests
 - Added documentation regarding the bug fix, namely the now-unsupported
   (because Perl 5.23 deprecates) the combination of sysread/write/seek
   on filehandles in :utf8 binmode.
 - Added the ability for users to specify their own IO layers via the
   { binmode => ':layerspec' } option to ::load_file(), ::write_file(),
   and ::open_handle()
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   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.
   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-11-05 02:42:56 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 4.132140

Upstream changes:
4.132140 Fri Aug  2 11:38:57 CDT 2013

 - Fixes RT bug #86963 wherein a call to list_dir() would previously
   fail under certain circumstances.

   This is a high-priority fix with no security-related implications.

   See also https://rt.cpan.org/Public/Bug/Display.html?id=86963

4.131591 Fri Jun  7 22:19:05 CDT 2013

 - POD (documentation) corrections.

4.131570 Thu Jun  6 23:15:27 CDT 2013

 - Since Sat Mar 2 01:13:46 CST 2013, there has been an unofficial code
   freeze in effect, during which time 580 test runs from the CPAN smoke
   testers have had a 100% complete PASS rate.

 - So I'm pleased to announce that I'm releasing this code as-is, under
   the "STABLE"/"MATURE" designation.

 - There are important bug fixes since the last STABLE release, particularly
   in making the File::Util::max_dives() method behave as documented.  See
   also https://rt.cpan.org/Ticket/Display.html?id=85141

 - Near future plans are laid out in the TODO documentation file also
   included with this documentation.

4.130610 Sat Mar  2 01:13:46 CST 2013

 - TRIAL version, much polish on the quality of the distribution itself,
   including extensive POD checks, fixes in documentation quality, and
   overall tidiness.  Reorganized the test suite so it remains correct to
   "t" and "xt" test division conventions.  Included a list \ 
of contributors.

4.130590 Wed Feb 27 21:59:30 CST 2013

 - TRIAL version, probably the final trial before release as a mature distro
   in the 4.x series (the 3.x series is already "mature" status).

 - This release introduces unicode support via UTF-8 strict.  Naturally
   the test suite and coverage had to be expanded to cover the new feature
   set.  Documentation has also been updated to include explanation of
   how to make use UTF-8 encoding in File::Util.

 - Minor bug fixes and polish.

4.130560 Mon Feb 25 14:03:44 CST 2013

 - TRIAL version, seventh trial in 4.x series.  I am just about confident
   enough to release this current code as an offical stable release to the
   CPAN, but first I wanted to include the optimizations in this release.

 - This release represents a vast number of optimizations that greatly
   increase the performance of recursive calls.

 - This release fixes some windows-specific bugs that have to deal with
   recursively listing directories from a root volume, such as "C:\" for
   example.

 - Added performance measurement scripts that allow users to both benchmark
   and profile File::Util, with Devel::NYTProf being a prerequisite to such
   activities.

4.130510 Tue Feb 19 18:10:12 CST 2013

 - TRIAL version, sixth trial in 4.x series prior to first official release;
   we're being very careful.

 - Removed dependency for Exception::Handler and stole/improved code from it
   so now there's no external dependencies whatsoever.

 - Tests and documentation adjusted to reflect the change

4.130500 Mon Feb 18 19:13:11 CST 2013

 - TRIAL version, fifth trial in 4.x series prior to first official release;
   we're being very careful.

 - This release features mainly performance optimizations, and many
   windows-specific bug-fixes for those new optimizations which were caught
   during thorough testing.

 - This new version features a "max_depth" option for list_dir, which works
   the same as the -max_depth flag for GNU find.

 - the max_dives() method has been renamed to abort_depth(), with back-compat
   fully preserved; this is to avoid confusion with the new max_depth
   option for list_dir()

 - Documentation updated to show examples of the new feature.

 - For operating systems that support it, list_dir() now keeps track of the
   filesystem inodes it sees while walking directories to detect and avoid
   filesystem loops.  Sadly, Windows does not support the native stat/lstat
   calls in Perl, and therefore this is feature is silently disabled on
   any platform where it is detected that the stat/lstat calls don't work.

 - New example script added to examples/ directory and to the Cookbook.

 - Main perldoc manpage for File::Util updated

4.130483 Sat Feb 16 23:07:29 CST 2013

 - TRIAL version, fourth trial in the 4.x series.

 - Tidied up documentation for main man page (perldoc).

 - Increased test coverage, Devel::Cover scores are very much higher

 - Fixed some bugs discovered while expanding test coverage and writing
   new tests - this is the best way to find and fix bugs.

4.130460 Thu Feb 14 22:24:50 CST 2013

 - TRIAL version.  The third trial release of the 4.x series.  Removed a
   few bits of code from the test suite that were causing false failures
   in CPAN tester results.  More importantly, this version includes
   optimizations to the list_dir() regex pattern matching when recursing
   through directory trees.  Namely, the "pattern gathering" has been
   memo-ized and stashed into the options passed to recursive calls.

4.130425 Mon Feb 11 15:37:47 CST 2013

 - TRIAL version.  Released to CPAN after taking into account some changes
   recommended by a few of the good folks at perlmonks, namely some method
   name changes.  The old method names still work fine and are completely
   supported.  The changes are shown below:
     +-----------+-------------+
     | OLD NAME  | NEW NAME    |
     +-----------+-------------+
     | can_read  | is_readable |
     | can_write | is_writable |
     | readlimit | read_limit  |
     | isbin     | is_bin      |
     +-----------+-------------+

 - Some changes to the POD documentation have been made as well, both to
   reflect the name changes as well as to clean things up even more in
   terms of clarity and better formatting.

 - Some test updates were needed to reflect the use of the new method names

4.130420 Sun Feb 10 21:45:05 CST 2013

 - TRIAL version. Released to CPAN for those who may want to test drive
   it.  The enhancements, improvements, feature additions, and bug fixes
   in this release are far to great to be enumerated here in the changes
   file.  A git repository was set up for File::Util last December, and
   the commit logs will tell the full story of all changes.

 - The commit log can be read here:
   https://github.com/tommybutler/file-util/commits/master

 - A summary of new things would include the newer, more modern-style
   call syntax, user-definable custom error handlers, list_dir()
   callbacks plus advanced regular expression filtering features, much
   more comprehensive documentation including a manual and a cookbook,
   performance optimizations, the ability to enable/disable the
   verbose diagnostics that have hitherto been the default error
   mechanism, and much more.  The quality of the distribution has also
   been greatly improved.

 - All new features are covered at length in the documentation, so
   anything you don't see here will be mentioned and throughly covered
   there.  Full backward-compatibility with the 3.x series feature-set
   and syntax has been preserved

3.39 Sun Jan  6 15:54:10 CST 2013

 - Significant improvements in test suite, but most importantly
   eliminated a bug found in make_dir() where absolute paths caused
   problems on some platforms.

 - Fixed a bug that caused testing to fail on Solaris
   2013-09-02 14:42:13 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
Update p5-File-Util to 3.39

Revision history for Perl extension File::Util.pm

   3.39
         Sun Jan  6 15:54:10 CST 2013
         Significant improvements in test suite, but most importantly
         eliminated a bug found in make_dir() where absolute paths caused
         problems on some platforms.

         Fixed a bug that caused testing to fail on Solaris

   3.38
         Fri Jan  4 12:26:53 CST 2013
         Have to abandon AutoLoader.  It is simply causing too many problems
         to continue using it on any level.

   3.37
         Thu Jan  3 12:58:55 CST 2013
         Renamed atomize() to atomize_path() before anyone starts to use it;
         the original name is not ideal and not descriptive of what it does.

   3.36
         Thu Jan  3 11:38:00 CST 2013
         breakfix, Dist::Zilla failed to detect long-time prereq
         Exception::Handler.  This unfortunate problem broke v3.33 thru 3.35
         which were taken down in short order.

   3.35 - removed
   3.34 - removed

   3.33
      Mon Dec 31 23:37:40 CST 2012
      Moves everything out of autoloader that was previously in autoloader,
      with the exception of the assisted error handling.  In light of modern
      computing, the optimizations are so minimal as to be negligible now.
      There's more benefit to be had by having all methods available
      at compile time.

      Documentation updates.

      Code cleanups.  Package cleanup.  Preparations to add new features.
      Working to make the distribution compliant with Fedora and Debian
      packaging standards.  File::Util already has a maintained package for
      Ubuntu.

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