Changelog for
perl-Cache-FastMmap-1.45-1.1.x86_64.rpm :
Fri Mar 17 13:00:00 2017 cooloAATTsuse.com
- updated to 1.45
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.45 Thu Mar 14 11:10 2017
- Deprecate raw_values and compress options, add
new compressor and serializer options to allow
different compressors and serializers.
Initial compressor support: zlib, lz4, snappy
Initial serializer support: storable, sereal, json
Thanks to nicktAATTbroadbean.com for initial work
Mon Jun 13 14:00:00 2016 cooloAATTsuse.com
- updated to 1.44
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.44 Wed Jun 1 21:45 2016
- Set FD_CLOEXEC flag on cache files when opened.
Particularly useful in Net::Server where
HUPing a process causes it to exec() itself.
Unless you undef the cache references, you\'ll
leak fd\'s after each HUP
Fri Oct 23 14:00:00 2015 cooloAATTsuse.com
- updated to 1.43
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.43 Fri Oct 23 14:00 2015
- Update copyright + version correctly everywhere
1.42 Fri Oct 23 13:30 2015
- Allow get_and_set callback to return an empty list
which means \"no change\". This allows atomic
\"get, and set if not present\" type action, but
without resetting the expiry time on each get.
This is basically the same as using the read_cb
1.41 Thu Aug 29 15:30 2013
- Actually reuse deleted slots. Meant that if
you used ->remove() a lot, we would re-organise
cache more than needed
- Include typo and meta patches from dsteinbrunner
Mon Apr 13 14:00:00 2015 cooloAATTsuse.com
- updated to 1.40
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.40 Mon Dec 5 10:30 2011
- Work around reference holding bug in
Compress::Zlib
1.39 Mon Jul 18 09:50 2011
- Remove CImpl and simplify structure into just
Cache::FastMmap module making all XS calls
just function calls in Cache::FastMmap
namespace
1.38 Sun Jul 17 18:30 2011
- Fix build process that was completely broken
after moving files around into different
directories
1.37 Fri Jul 15 16:30 2011
- Use a lock object with DESTROY method to avoid
an alarm with a die leaving around a locked
paged
Mon Apr 13 14:00:00 2015 cooloAATTsuse.com
- updated to 1.39
see /usr/share/doc/packages/perl-Cache-FastMmap/Changes
1.39 Mon Jul 18 09:50 2011
- Remove CImpl and simplify structure into just
Cache::FastMmap module making all XS calls
just function calls in Cache::FastMmap
namespace
1.38 Sun Jul 17 18:30 2011
- Fix build process that was completely broken
after moving files around into different
directories
1.37 Fri Jul 15 16:30 2011
- Use a lock object with DESTROY method to avoid
an alarm with a die leaving around a locked
paged
Thu Apr 21 14:00:00 2011 cooloAATTopensuse.org
- initial package 1.36
* created by cpanspec 1.78.04