History.txt in journeta-0.0.2 vs History.txt in journeta-0.0.3
- old
+ new
@@ -1,4 +1,16 @@
+== 0.0.3 2008-08-21
+
+* Added peer 'groups' support to avoid peer message spamming.
+* Major refactoring to make outbound messages sent asynchonously to the sending thread.
+* Example and documentation updates.
+* Shared network queue example added!
+ * examples/queue_client.rb
+ * examples/queue_server.rb
+* Renaming..
+ * Session -> Peer
+ * Event -> Presence
+
== 0.0.2 2008-08-19
* First working RubyForge release:
* See README.txt for general info.
* Adding functional chat room example. (See examples/)