RELEASE-NOTES 565 B

1234567891011121314151617181920212223242526272829
  1. Version 0.3
  2. ===========
  3. * Fix 2.4.diff file error.
  4. * More documentation updates.
  5. Version 0.2
  6. ===========
  7. * Added 2.4.diff file to patch lockfile to work with Python 2.4 (removes use
  8. of with statement).
  9. * Renamed _FileLock base class to LockBase to expose it (and its docstrings)
  10. to pydoc.
  11. * Got rid of time.sleep() calls in tests (thanks to Konstantin
  12. Veretennicov).
  13. * Use thread.get_ident() as the thread discriminator.
  14. * Updated documentation a bit.
  15. * Added RELEASE-NOTES.
  16. Version 0.1
  17. ===========
  18. * First release - All basic functionality there.