Skip to content

Commit

Permalink
add release notes for version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jan 25, 2009
1 parent 3afc535 commit 0544ee5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions doc/history.erb
@@ -1,4 +1,17 @@
<% chapter "History" do %> <% chapter "History" do %>
<% project_history do %> <% project_history do %>
<% section "Version 2.0.1 (2009-01-20)" do %>
This release simplifies project administrivia using [<%= Inochi::PROJECT %>](<%= Inochi::WEBSITE %>), improves the unit tests, and revises the user manual.

<% paragraph "Bug fixes" do %>
* The <tt>lib/rumai/ixp/message.rb</tt> library's unit test would fail if <tt>/rbar/status</tt> did not already exist in wmii.
<% end %>
<% paragraph "Housekeeping" do %>
* Store IXP socket address in `Rumai::IXP_SOCK_ADDR`.

* Added missing test cases for (TR)create and (TR)remove messages in the unit test for the <tt>lib/rumai/ixp/message.rb</tt> library.
<% end %>
<% end %>
<% end %> <% end %>
<% end %> <% end %>
4 changes: 2 additions & 2 deletions lib/rumai.rb
Expand Up @@ -3,8 +3,8 @@
require 'inochi' require 'inochi'


Inochi.init :Rumai, Inochi.init :Rumai,
:version => '2.0.0', :version => '2.0.1',
:release => '2008-02-04', :release => '2009-01-25',
:website => 'http://snk.tuxfamily.org/lib/rumai', :website => 'http://snk.tuxfamily.org/lib/rumai',
:tagline => 'Ruby interface to the wmii window manager' :tagline => 'Ruby interface to the wmii window manager'


Expand Down

0 comments on commit 0544ee5

Please sign in to comment.