- updated to 0.28 see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes OBS-URL: https://build.opensuse.org/request/show/1007868 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cache-Memcached-Fast?expand=0&rev=16
160 lines
5.4 KiB
Plaintext
160 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 2 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.28
|
|
see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 23 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.27
|
|
see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 27 12:38:17 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Add custom build "make -j1"
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 03:08:49 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.26
|
|
see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 10 05:22:28 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.25
|
|
see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 17:49:29 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.23
|
|
see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes
|
|
|
|
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
|
|
to Andrew Holland for the patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:30:49 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:29:25 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 25 22:51:32 UTC 2010 - jw@novell.com
|
|
|
|
- update from 0.12 to 0.19 as recommended by CPAN RSS Reader " <"meissner@novell.com>"
|
|
|