Tagged 0.99_01
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / File.pm
2006-04-28 rkinyon Tagged 0.99_01 tags/0-99_01 0-99_01
2006-04-25 rkinyon Minor fixes, including removing the ==2/1 from add_buc...
2006-04-22 rkinyon More failing tests, particularly for keys() and transac...
2006-04-21 rkinyon Phantom reads because transactional writes aren't delet...
2006-04-20 rkinyon rollback and commit both work. Need to add MORE and...
2006-04-20 rkinyon Moved almost all direct accesses to into ::File
2006-04-19 rkinyon Initial refactoring to use ::File for all physical...
2006-04-19 rkinyon Fixed a bad dependency version
2006-04-18 rkinyon Audit trail on the way
2006-04-11 rkinyon Rollback works now, in a limited fashion
2006-04-11 rkinyon Added ability for ::File to read and write transaction ID
2006-04-11 rkinyon Adding transactions further - settled on MVCC
2006-04-10 rkinyon Very rudimentary rollback added - needs LOTS AND LOTS...
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...