Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.21 KB

CHANGES.rst

File metadata and controls

62 lines (41 loc) · 1.21 KB

Changelog

1.1 (unreleased)

  • Nothing changed yet.

1.1+md.2 (2022-09-05)

  • Packaging re-upload without missing rst files.

1.1+md.1 (2022-09-05)

  • Python3 support

1.0 - 2011-11-05

  • Only serve on local network interface. [davisagli]
  • Remove non-functional paste.app_factory entry point. [davisagli]
  • Do our own traversal and rendering rather than depending on Pyramid. [davisagli]
  • Provide better representation of persistent BTree structures. [hannosch]

1.0b2 - 2011-03-19

  • Work around issue with traversing objects with slashes in their key. [davisagli]
  • Handle case where objects providing interfaces not present in the Python environment can't be unpickled even into Broken objects. [davisagli]
  • Cast non-string dict keys into strings for the sake of traversal. [davisagli]
  • Handle case where inspect.getmembers hits an AttributeError. [davisagli]
  • Handle case where ZODB state is not a mapping. [davisagli]
  • Make it possible to browse ZODB BTrees (as long as they're not too big, anyway). [davisagli]

1.0b1 - 2011-03-19

  • Initial release. [davisagli]