Changed everything around so that we're releasing 1.0003, not 1.0009_01. Plus, update...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / File.pm
2007-09-25 rkinyon Changed everything around so that we're releasing 1...
2007-09-24 rkinyon Added references and a fix for 29583
2007-09-21 rkinyon Incremented version number, added diag for 5.9.5 failur...
2007-03-12 rkinyon Fixed a couple of minor bugs
2007-02-26 rkinyon r14949@rob-kinyons-computer (orig r8702): rkinyon...
2007-01-25 rkinyon r14944@rob-kinyons-computer (orig r8697): rkinyon...
2007-01-24 rkinyon r14214@rob-kinyons-computer (orig r8081): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-11-14 rkinyon First pass at cleanup
2006-06-19 rkinyon r14427@Rob-Kinyons-PowerBook: rob | 2006-06-19 09...
2006-05-25 rkinyon r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-04-28 rkinyon 0.99_01 ready for releas\e
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...