CHANGES.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Trunk:
  2. Non-backward compatible changes:
  3. ZOOKEEPER-132: Create Enum to replace CreateFlag in ZooKepper.create method (Jakob Homan)
  4. Backward compatibile changes:
  5. BUGFIXES:
  6. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  7. (Andrew Kornev)
  8. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  9. Chirino via phunt)
  10. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  11. (Anthony Urso via Mahadev)
  12. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  13. via phunt)
  14. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  15. (Benjamin Reed via phunt)
  16. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  17. they can be lexicographically sorted. (Jakob Homan via mahadev)
  18. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  19. (Flavio Paiva Junqueira via Mahadev)
  20. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  21. Andrew Kornev via Mahadev)
  22. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  23. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  24. mahadev)
  25. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  26. with subversion 1.5 working copies (Jakob Homan)
  27. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  28. mahadev)
  29. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  30. mahadev)
  31. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  32. via mahadev)
  33. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  34. election. (Flavio Paiva Junqueira via mahadev)
  35. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  36. (Flavio Paiva Junqueira via mahadev)
  37. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)