Skip to content
Ryan edited this page Sep 25, 2013 · 10 revisions

mongo-java-distributed-lock 0.1.6 (September 25, 2013)

  • Bug fix to clear the locks information when started/stopped
  • Monitor threads shutdown cleanup

mongo-java-distributed-lock 0.1.5 (May 28, 2013)

  • Changed the shutdown behavior so that monitor threads are interrupted when stopped

mongo-java-distributed-lock 0.1.4 (January 3, 2013)

  • Made variable volatile and added Java Logging support

mongo-java-distributed-lock 0.1.3 (May 1, 2012)

  • Fixed another critical bug that allowed multiple processes to acquire the distributed lock

mongo-java-distributed-lock 0.1.2 (May 1, 2012)

  • Fixed a critical bug that allowed multiple processes to acquire the distributed lock

mongo-java-distributed-lock 0.1.1 (November 7, 2011)

  • Added a fix to wakeup locks in distributed processes when a lock is unlocked (in another process)

mongo-java-distributed-lock 0.1.0 (November 6, 2011)

  • Alpha release