Next | Query returned 32 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-05-20 09:25:04 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.50.

0.50    2023-03-17
        [CHANGES]
         * Swap all unit tests from `Test::More` to `Test2::V0`
         * Avoids test_requires on `Test::Refcount` or `Test::Fatal`

        [BUGFIXES]
         * Fix documentation minisynopsis on `->udata`
         * Set `@CARP_NOT` so that `AWAIT_GET` rethrow appears to come from
           the right location (RT145249)

0.49    2022-10-17
        [CHANGES]
         * Big reshuffle to move most code into Future/PP.pm in order to
           support an optional Future-XS distribution too
         * Attempt to load Future::XS by preference if it is available
         * Additional unit tests for cornercases of XS implementation
         * Remember to provide the AWAIT_WAIT API method
         * Migrated Future::Queue out into its own distribution

        [BUGFIXES]
         * Bugfixes and unit tests for convergents on pre-cancelled futures
           (RT144459)
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-04-02 04:15:52 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.48

Upstream changes:
0.48    2022-01-26
        [CHANGES]
         * Implement the new AWAIT_ON_CANCEL API shape for Future::AsyncAwait

        [BUGFIXES]
         * Make sure to set rtime for immediate futures (RT134620)
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-26 14:54:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.47.

0.47    2021-01-01
        [BUGFIXES]
         * Don't weaken() the waiting future in Future::Mutex as that causes
           it to be dropped in some situations

0.46    2020-10-19
        [CHANGES]
         * Provide AWAIT_CHAIN_CANCEL named method for compatibility with
           upcoming Future::AsyncAwait::Awaitable method rename

        [BUGFIXES]
         * Ensure that Future::Mutex returns proper cloned future instances
           when waiting (RT133563)
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-04-26 15:56:06 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Future) Updated to 0.45

0.45    2020-04-22
        [CHANGES]
         * API changes to make duck-typing closer to Promises/A+ et.al:
            + Allow sequencing methods to yield non-Future results; upgrade
              them to being Future-wrapped
            + Add ->resolve and ->reject as aliases of ->done and ->fail
         * Recognise PERL_FUTURE_STRICT environment variable to restore
           previous sequencing method behaviour

        [BUGFIXES]
         * ->without_cancel still needs to cancel result if caller is
           cancelled
         * Ensure all Future::AsyncAwait interop methods properly respect
           subclassing

Next | Query returned 32 messages, browsing 1 to 10 | Previous