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

History of commit frequency

CVS Commit History:


   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-02-25 17:39:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Fsdb: update to 2.65.

dbmultistats and dbmapreduce now both take a "-F x" option to set
the field separator.
   2017-11-24 14:38:44 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Fsdb: update to 2.64.

2.64, 2017-11-20 several small bugfixes and enhancements

BUG FIX

    In dbroweval, the next row option previously did not correctly set up \ 
_last_fieldname. It now does.

ENHANCEMENT

    The csv_to_db converter now has an optional -F x option to set the field \ 
separator.

ENHANCEMENT

    Finally dbcolsplittocols has a --header option, and a new -N option to give \ 
the list of resulting output columns.

INCOMPATIBLE CHANGE

    Now dbcolstats and dbmultistats produce no output (but a schema) when given \ 
no input but a schema. Previously they gave a null row of output. The \ 
--output-on-no-input and --no-output-on-no-input options can control this \ 
behavior.
   2017-09-17 10:45:09 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Fsdb: update to 2.63.

   2.63, 2017-02-03 Re-add some features supposedly in 2.62 but not, and add
       more --header options.
       ENHANCEMENT
           The option -j is now a synonym for --parallelism.  (And several
           documention bugs about this option are fixed.)

       ENHANCEMENT
           Additional support for "--header" in dbcolmerge, dbcol, \ 
dbrow, and
           dbroweval.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbfilepivot now allows the --possible-pivots
           option, and if it is provided processes the data in one pass.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbroweval logs are now quoted.
   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-12-11 03:58:23 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.62

No upstream changelog found.
   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-16 12:10:19 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.58

Upstream changes:
 2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate,
       dbmapreduce, and new sqlselect_to_db
       ENHANCEMENT
           dbcolcreate now has a "--no-recreate-fatal" that causes it to
           ignore creation of existing columns (instead of failing).

       ENHANCEMENT
           dbmapreduce once again is robust to reducers that output the key;
           "--no-prepend-key" is no longer mandatory.

       ENHANCEMENT
           dbcolsplittorows can now enumerate the output rows with "-E".

       BUG FIX
           dbcolmovingstats is more mathematically robust.  Previously for
           some inputs and some platforms, floating point rounding could
           sometimes cause squareroots of negative numbers.

       NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select
           comment into fsdb format.

       INCOMPATIBLE CHANGE
           dbfilediff now outputs the second row when doing sloppy numeric
           comparisons, to better support test suites.

   2.52, 2014-11-03 Fixing the test suite for line number changes.
       ENHANCEMENT
           Test suites changes to be robust to exact line numbers of failures,
           since different Perl releases fail on different lines.
           <https://bugzilla.redhat.com/show_bug.cgi?id=1158380>

   2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce
       ENHANCEMENT
           The dbfilediff how supports a "--quiet" option.

       ENHANCEMENT
           Better documention of dbpipeline_filter.

       BUGFIX
           Added groff-base and perl-podlators to the Fedora package spec.
           Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1163149>.  (Also
           in package 2.52-2.)

       BUGFIX
           An important stability improvement to dbmapreduce.  It, plus
           dbmultistats, and dbcolstats now support controlled parallelism
           with the "--pararallelism=N" option.  They default to run \ 
with the
           number of available CPUs.  dbmapreduce also moderates its level of
           parallelism.  Previously it would create reducers as needed,
           causing CPU thrashing if reducers ran much slower than data
           production.

       BUGFIX
           The combination of dbmapreduce with dbrowenumerate now works as it
           should.  (The obscure bug was an interaction with dbcolcreate with
           non-multi-key reducers that output their own key.  dbmapreduce has
           too many useful corner cases.)

   2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my-
       platform
       BUGFIX
           Sigh, the test suite now has a test suite.  Because, yes, I broke
           it, causing many incorrect failures at cpantesters.  Now fixed.

   2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more
       robust to different numeric precision
       ENHANCEMENT
           dbfilediff now can be extra quiet, as I continue to try to track
           down a numeric difference on FreeBSD AMD boxes.

       ENHANCEMENT
           dbcolmovingstats gave different test output (just reflecting
           rounding error) when stddev approaches zero.  We now detect hand
           handle this case.  See
           <https://rt.cpan.org/Public/Bug/Display.html?id=101220> and thanks
           to H. Merijn Brand for the bug report.

       BUG FIX
           Many, many spelling bugs found by H. Merijn Brand for the bug
           report.

       INCOMPATBLE CHANGE
           A number of programs had misspelled "separator" in
           "--fieldseparator" and "--columnseparator" \ 
options as "seperator".
           These are now correctly spelled.

   2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign
       BUG FIX
           Internal argument parsing uses Getopt::Long, but mixed pass-through
           and <>.  Bug reported by Petr Pisar at
           <https://bugzilla.redhat.com/show_bug.cgi?id=1188538>.a

       BUG FIX
           Added missing BuildRequires for "XML::Simple".
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client 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.

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