File: Changes

package info (click to toggle)
libcache-memcached-fast-safe-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 125; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Perl extension Cache::Memcached::Fast::Safe

0.06 2017-09-11T06:01:39Z

        - Optimzed sanitize method. Thank you mono0x!

0.05 2015-03-09T14:52:06Z

        - support touch/touch_multi (Thank you spiritloose)

0.04 2013-10-16T04:47:07Z

        - add get_or_set

0.03 2013-08-22T08:17:25Z
        - [important] fixed connection leak
        - minil migrate

0.02    Tue Dec 4 12:31:42 2012
        - fixed test. memcached can't run as root without the -u switch

0.01    Tue Nov 27 15:15:50 2012
        - original version