Cache-Memcached-Fast

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.28 2022-10-01

    - Tidy & port the test suite to Test2::V0.
    - Lots of internal simplifications and cleanups.
    - Bump minimum Perl to 5.12.

0.27  2021-05-22
        - fix panic in gat/gat_multi methods under newer Perls.

        Changes since 0.26:

        Mutsutoshi Yoshimoto (negachov@gmail.com) provided patches
        to fix gat/gat_multi methods under newer Perls.


0.26  2020-03-26
        - stack manipulation fixes, add gat/gat_multi methods.

        Changes since 0.25:

        Sergey Aleynikov (sergey.aleynikov@gmail.com) provided
        patches to fix the stack when not returning anything.

        Mutsutoshi Yoshimoto (negachov@gmail.com) provided patches
        to add gat/gat_multi methods.


0.25  2017-03-15
        - ensure we build on modern EUMM, restore dynamic_config in
        META.

        Changes since 0.24:

        Alexandr Ciornii (alexchorny@gmail.com) provided patches to
        workaround RT#117800: ExtUtils-MakeMaker: don't know how to
        make dynamic.

        Olli-Antti Kivilahti (olli-antti.kivilahti@jns.fi) provided
        patches to test that we return undef on server errors.


0.24  2017-03-12
        - prevent undefined values causing a segmentation fault,
        avoid a superfluous eval require in calls to new.

        Changes since 0.23:

        Hunter McMillen (mcmillhj@gmail.com) provided patches to fix
        RT#43537: undefined values passed to the multi functions no
        longer cause segmentation faults.

        Dmitry Shalashov (dimaniac83@mail.ru) provided patches that
        replace the openhack project home reference with github.

        Avoid an eval require on Scalar::Util per call to new,
        just use sv_rvweaken directly.


0.23  2014-11-15
        - add touch and touch_multi commands, speedup for the case
        when application threads have per-thread Perl interpreters
        (multithreaded Apache, etc.).

        Changes since 0.22:

        Alexandr Evstigneev (hurricup@gmail.com) provided patches that
        make querying per-thread Perl state more efficient, and also
        fix compilation warnings on Win64.

        neguse (negcee@gmail.com) provided patches that implement
        "touch" and "touch_multi" commands that appeared in memcached
        1.4.8.


0.22  2014-04-28
        - warn about UTF-8 strings when utf8 option is disabled.

        Changes since 0.21:

        Fix RT#92678: behaviour with utf8=0.  When utf8 option is
        disabled C::M::F will try to downgrade UTF-8 strings and will
        croak if failed to do so.

        Also updated ppport.h and removed outdated test case
        encoding.t.


0.21  2013-04-06
        - regenerate distribution archive to include META.json and
        META.yml.  There's no need to upgrade as these files are used
        only by CPAN itself.

        Changes since 0.20:

        There are no changes since 0.20.  CPAN::Meta hasn't been
        installed on the build host and this resulted in creation of
        0.20 distribution missing META.json/META.yml without any
        warning.  Turns out the absence of these files prevents the
        released module from being tested on CPAN tester network.


0.20  2013-04-03
        - finally fix magic.t failure.  Magic handling introduced in
        0.18 wasn't correct until this release.  Upgrade if you use
        Perl 'tie' feature or its derivatives like Readonly.

        Changes since 0.19:

        Fix RT#57150, RT#67106: magic.t failure.  Thanks to
        <listposter@...> for instructions on how to reproduce the
        problem.

        Fix RT#77254: typo in POD documentation.  Tnanks to Alex
        <alex112358@...>.

        Fix RT#81782: Unnecessary string eval in constructor.  Thanks



( run in 0.521 second using v1.01-cache-2.11-cpan-39bf76dae61 )