Skip to content

Commit

Permalink
Packaging and documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston Lee committed Mar 17, 2011
1 parent 8a95571 commit 1d50b29
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions HISTORY
@@ -1,3 +1,11 @@
== 0.2.2 2011.03.17

* Quick packaging and documentation fixes.

== 0.2.1 2011.03.17

* Quick packaging and documentation fixes.

== 0.2.0 2011.03.17

* JRuby 1.6 finally support! And with fully native threads!!!
Expand Down Expand Up @@ -34,7 +42,7 @@
* Renamed Journeta::JournetaEngine to Journeta::Engine
* Added Engine.known_peers
* Peer handler interface changed from 'handle(event)' to 'call(event)' to support raw Proc objects.
* examples/network_status.rb
* journeta_network_status.rb
* Documentation updates.

== 0.0.5 2008-08-22
Expand All @@ -44,7 +52,7 @@
== 0.0.4 2008-08-22

* Graphical instant messenger example.
* examples/instant_messenger_gui.rb (requires the wxruby gem)
* journeta_instant_messenger_gui.rb (requires the wxruby gem)
* Will talk to the command line example seemlessly.
* Linux bug fixes.
* Ruby 1.8.6 support
Expand All @@ -56,8 +64,8 @@
* 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
* journeta_queue_client.rb
* journeta_queue_server.rb
* Renaming..
* Session -> Peer
* Event -> Presence
Expand All @@ -66,7 +74,7 @@

* First working RubyForge release:
* See README.txt for general info.
* Adding functional chat room example. (See examples/)
* Adding functional chat room example. (See journeta_)

== 0.0.1 2007-07-25

Expand Down

0 comments on commit 1d50b29

Please sign in to comment.