--- version: 0.20 date: Thu May 27 01:46:04 PDT 2004 changes: - Rewrote documentation - Refactored construction - File::Spec support - File::Path support - lots of new methods --- version: 0.20 date: Mon May 24 17:02:24 PDT 2004 changes: - DBM support - MLDBM support - chomp support - Fixed forking server zombie issues - Replaced flags with methods (-tie -fork -lock, etc) - Added chainable options: assert, chomp, deep, rdonly, rdwr, sort - Fixed problems with perl-5.6.1 and Solaris --- version: 0.18 date: Sun May 16 17:40:37 PDT 2004 changes: - Get the shift out - Support DBM files as has overload - Add ->scalar() method - close orphaned socket on fork after accept - seek now opens file for read/write - polish subtle behaviour - added stat functions --- version: 0.17 date: Fri May 7 01:14:36 PDT 2004 changes: - File to File copy use File::Copy for speed --- version: 0.16 date: Mon Mar 22 23:35:32 PST 2004 changes: - Added tests for some subtleties - Added check_nmake to Makefile.PL --- version: 0.15 date: Mon Mar 15 09:50:46 PST 2004 changes: - Got things working on MSWin32 - turned off lock.t on solaris and cygwin for now --- version: 0.14 date: Mon Mar 15 00:19:21 PST 2004 changes: - Added multiple dispatch overloading - Added Tie::File support --- version: 0.13 date: Fri Mar 12 00:02:10 PST 2004 changes: - Accidentally left debugging code in module. --- version: 0.12 date: Tue Mar 2 21:50:05 PST 2004 changes: - Require IO::String --- version: 0.11 date: Tue Mar 2 09:21:39 PST 2004 changes: - Depend on newer Spiffy --- version: 0.10 date: Sat Feb 7 00:55:42 PST 2004 changes: - Initial release.