Revision history for Perl extension AsciiDB::TagFile.
1.00 Fri Oct 3 19:36:47 1997
- original version; created by Jose A. Rodriguez <josear@ac.upc.es>
1.01 Thu Dec 11 19:17:01 1997
- Added FILEMODE parameter; by Jose A. Rodriguez <josear@ac.upc.es>
- Added support for EXISTS
1.02 Thu Jan 8 16:41:34 1998
- Reduced memory usage (removed an internal hash)
Suggested by Michael Pepper <pepper@w3pg.com>:
- Removed perl version 5.004 dependences (foreach my $variable...)
- Fixed bug, now record copies work (ie. $a{'r1'} = $a{'r2'})
- Fixed bug, now a warning is displayed if the DIRECTORY does not
exist
- Added basic support for locking
1.03 Tue Feb 17 09:58:05 1998
- Fixed bug, sometimes deleted records weren't removed from the
file system
- Added a feature to limit the number of records in memory (cache size)
(thanks to Michael Pepper for the testing && suggesting
features)
1.04 Sat Feb 27 13:05:27 1999
Repported by Carsten Heyl <heyl@kirk.nads.de> and
"Garnet R. Chaney" <gchaney@webmill.com>:
- Fixed bug that prevented the value "0" from being written
Suggested by Carsten Heyl <heyl@kirk.nads.de>:
- Added a feature to encode/decode keys when saved to the filesystem
1.05 Mon Mar 1 17:05:15 1999
Repported by Chris Nandor <pudge@pobox.com>
- Module was Unix dependent (used '/' as path component separator,
'.' as current directory, etc.)
Now the module uses File::Spec (if available) and Cwd, so
it should be truly portable.
Thanks to Chris Nandor for his help (debugging).
1.06 Fri Feb 2 10:11:01 2001
- Fixes to work with perl 5.6.0; by Jose A. Rodriguez <josear@ac.upc.es>