Accepting request 340565 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/340565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cache-FastMmap?expand=0&rev=4
This commit is contained in:
2015-10-23 19:26:50 +00:00
committed by Git OBS Bridge
parent 75fa3e489e
commit cc0208e0d2
5 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Oct 23 08:47:43 UTC 2015 - coolo@suse.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 19:19:08 UTC 2015 - coolo@suse.com