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

History of commit frequency

CVS Commit History:


   2017-12-30 14:25:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.38.

0.38    2017-12-18 01:41:52
        [CHANGES]
         * Added counting ability to Future::Mutex (RT123876)

        [BUGFIXES]
         * Support perl 5.8.1 again (thanks ilmari)
   2017-11-29 14:29:25 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.37.

0.37    2017/11/28 15:39:22
        [CHANGES]
         * Finally got around to removing the old Makefile.PL

        [BUGFIXES]
         * Fix for convergent futures that lose strong references during
           cancellation (RT120468)
         * ->without_cancel shouldn't retain the originating future after
           completion (RT122920)

0.36    2017/11/27 22:04:52
        [CHANGES]
         * Added ->retain method (RT123711)
         * Fixed some typoes in docs (RT118309)
         * Added ->state method (RT120759)

        [BUGFIXES]
         * Ensure that ->without_cancel still strongly holds a reference to
           its parent future (RT122920)
   2017-07-10 02:13:43 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.35

Upstream changes:
0.35    2017/06/23 20:37:57
        [CHANGES]
         * Link to YAPC::EU talk video in SEE ALSO

        [BUGFIXES]
         * Handle cancelled/completed slots when fmap is cancelled (RT120469)
           (thanks tm604)
   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-10-12 14:48:30 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Future to 0.34
-------------------------------
0.34    2016/10/02 18:40:06
        [CHANGES]
         * Added Future::Mutex
         * Minor documentation wording fixes (thanks ilmari)

        [BUGFIXES]
         * Fallback to 'configure_requires' for older versions of
           Module::Build that don't support 'test_requires' (RT110721)
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   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-08-23 02:23:26 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 0.32 to 0.33
-------------------
0.33    2015/07/29 16:15:55
        [CHANGES]
         * Added ->catch and ->catch_with_f
         * Add catch-handler semantics to ->then / ->then_with_f
         * Also pass fmap* items via $_ (RT105558)
         * Undocument ->done_cb / ->fail_cb / ->cancel_cb
         * Entirely delete ->and_then / ->or_else
         * New barename documentation style including "since" versions
         * Further document the idea of failure categories as used by catch*
   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-03-11 15:29:39 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 0.32

Upstream changes:
0.32    2015/03/10 19:54:22
        [CHANGES]
         * Documentation updates for new ->wrap_cb method

        [BUGFIXES]
         * Empty convergents should respect subclassing (RT97537)
         * Adjust loss-report regexp for bleadperl (RT99002 again)
         * Make trailing periods in warning tests optional, to account for
           Carp version changes (RT100685)

0.31    2015/03/08 17:50:06
        [CHANGES]
         * Added debugging warning when destroying a failed Future that has
           not reported its failure (RT102198)
         * Have ->and_then / ->or_else die immediately to further their
           deprecation
         * Announce done_cb/fail_cb/cancel_cb as deprecated in favour of curry
         * Provide ->wrap_cb method (experimental)

        [BUGFIXES]
         * Ensure that Test::Future does not retain Futures once they are
           complete (RT101128)
         * 'use Future' in Future::Utils (RT102167)

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