CHANGES.txt 2.1 KB

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