File: Changes

package info (click to toggle)
libcache-bdb-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 727; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Revision history for Cache-BDB

0.04    2006-07-14
	Added support for db->compact, freeing unused space from cache
	db files. Requires BerkeleyDB.pm 0.29 and Berkeley DB 4.4.

	Added delete alias for remove. 

	Added get_bulk() method.

	Added close() method.

	Enabled size() method if Devel::Size is available.

	Added disable_auto_purge option.

	Separated pod into BDB.pod.


0.03    2006-06-21
        Changed default type to Btree in preparation for the addition of
	DB->compact to the BerkeleyDB perl wrapper. Chances are good I'll
	add this functionality with some kind of options as soon as its
	available to keep cache file sizes to a minimum.
	
	Added mkpath() so that a cache_root will be created several
	directories deep if it doesn't yet exist.

	Fixed a bug related to opening an existing physical db file with a
	new logical db.

	Some other minor cleanup here and there.
	
0.02    2006-06-04
	Added some documentaion

0.01    2006-05-02
        First version, released on an unsuspecting world.