Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Jun 20, 2010
1 parent da5ca48 commit c709fb0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
0.46_01
- Lots of refactoring to LiveObjects
- metadata is keyed by ID, not object
- keep_entries attribute allows entries to be discarded once used
(defaults to true for compatibility, may change in the future)
- clear_leaks/leak_tracker attributes
- remove txn_{begin,commit,rollback} methods, as they require maintaining a
stack to be properly used (#58166)
- KiokuDB::Cmd no longer tries to rerun itself after autoinstall, this is
very flakey when the installation is the result of an upgrade instead of
a fresh install

0.45
- Introduce KiokuDB::Backend::Role::GC which allows backends to construct
their own garbage collector for the GC command.
- name mangle inline classes in tests to avoid false failure reports (e.g.
when a Foo.pm is in @INC)
- add scoped_txn, txn_begin, txn_commit, txn_abort
- add scoped_txn, txn_begin, txn_commit, txn_rollback

0.44
- Remove accidental use of namespace::autoclean instead of namespace::clean
Expand Down

0 comments on commit c709fb0

Please sign in to comment.