* Wed May 22 2013 Lionel Cons <lionel.cons@cern.ch> - 1.3
- [lc] improved the test scripts
- [mp] improved Python3 support
- [lc] cleanup the documentation and added a TODO file
- [mp] added pep8 complaince
- [lc] fixed the mode of newly created files

* Mon Jun 04 2012 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.2.2
- fixed race condition in QueueSimple.lock()

* Sun May 06 2012 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.2.1
- [mp] fixing escaping bug in hash2string and string2hash
- [mp] fixing string2hash bug when given string is empty
- [mp] cleaning to make pylint happier
- [mp] adding python3 support

* Wed Mar 28 2012 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.1.2
- removed "from .<module> import" as we have to support Python <= 2.4 

* Mon Mar 19 2012 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.1.1
- minor fix for failing build under Python 3
- updated test of dirq.Queue.touch()

* Thu Mar 01 2012 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.1.0
- [mp] added QueueNull which is kind of a black hole
- Fixed a bug with providing umask to QueueBase constructor

* Mon Dec 05 2011 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.0.1
- Updated documentation and unified versioning.

* Sun Dec 04 2011 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 1.0.0
- After more testing and followed fixes promoted to version 1.0.0

* Thu Nov 03 2011 K. Skaburskas <Konstantin.Skaburskas@gmail.com> - 0.1.0
- Updated the interface and overall implementation to comply with the changes
  in original Perl Directory::Queue implementation as of version 1.2
   + Added the touch() method
   + Improved the speed of the purge() method for large queues
   + NB! Although, it's possible to provide schema as in Directory::Queue
     with '*' to request returning of data by reference this is not actually
     relevant in case of Python.
   + Support for Windows.
   + Some modification to private methods.
- Added unit tests.

* Mon Jun 28 2010 K. Skaburskas <Konstantin.Skaburskas@cern.ch> - 0.0.5-1
- Added Python iterator protocol to iterate over names of elements in
  queues and set of queues (Queue and QueueSet classes). See examples.

* Mon Jun 21 2010 K. Skaburskas <Konstantin.Skaburskas@cern.ch> - 0.0.4-1
- Initial release 0.0.4-1

[ks] = Konstantin Skaburskas <konstantin.skaburskas@gmail.com>
[lc] = Lionel Cons <lionel.cons@cern.ch>
[mp] = Massimo Paladin <massimo.paladin@gmail.com>
