-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
38 lines (31 loc) · 1.13 KB
/
Changes
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
2006-02-14
- Fix in File::Heap::add for the die message when DB_File::put
fails (credit to Eli Yelluas).
2006-02-01
- Bugfix release (2.04)
- Fix for failure to call load_callback when verify_callback
fails the result (credit to Chris Fletcher).
2005-11-08
- Fix for set_expiry in Cache::Memory (credit to Sean M. Egan).
2005-10-20
- Bugfix release (2.03)
- Fix for cache_umask: individual files were not created with correct
permissions (credit to Chris Huegle).
2004-03-23
- Bugfix release (2.02)
- Update require to 5.006 since 'use warnings' depends on it
(credit to Adam Kennedy).
- Fixed a comparison issue with DB_File, where it can compare undef's.
2003-12-15
- Fixed the Cache::freeze() shortcut method which wasn't passing
arguments to Cache::Entry::freeze() (credit to Ingo Blechschmidt).
2003-08-18
- Bugfix release (2.01)
- Fixed parsing of all digit expiry times
- Fixed use of scalar validity in Cache::Memory
- Allowed validity to be set on non-existant entry
(sets entry data to zero length)
- Fixed package name for Cache::Memory::HeapElem
- Documentation fixes
2003-07-07
- Initial release (2.00)