- Better debug output
- Use dbus v1.10
- Fix typo in supernode
- New IPv4 and IPv6 supernodes
- New message format
- Update for Rust v1.8
- Transfer values in base64-encoding to save space in messages (MTU)
- Major race condition bug in find_value/find_node
- Change network protocol (for IPs)
- Remove re-publishing (and thus Remove() and RemoveKey())
- Discard old values if a node publishes a new value
- Split responses to individual packets to respect MTU
- Just send Store message to nodes that are up
- Empty dbus errors caused panic!()
- Do not check remote IP addresses for tests
- Better Dbus errors
- Check remote IP addresses
- Better documentation
- Fix error in communication between IPv4 and IPv6
- Initial Release