From 0544ee537aabab2cf4e9353c5b4f748c4401392f Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Sun, 25 Jan 2009 11:01:33 -0800 Subject: [PATCH] add release notes for version 2.0.1 --- doc/history.erb | 13 +++++++++++++ lib/rumai.rb | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/history.erb b/doc/history.erb index 4679adb..4557008 100644 --- a/doc/history.erb +++ b/doc/history.erb @@ -1,4 +1,17 @@ <% chapter "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 lib/rumai/ixp/message.rb library's unit test would fail if /rbar/status 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 lib/rumai/ixp/message.rb library. + <% end %> + <% end %> <% end %> <% end %> diff --git a/lib/rumai.rb b/lib/rumai.rb index 47efe4d..c79894a 100644 --- a/lib/rumai.rb +++ b/lib/rumai.rb @@ -3,8 +3,8 @@ require 'inochi' Inochi.init :Rumai, - :version => '2.0.0', - :release => '2008-02-04', + :version => '2.0.1', + :release => '2009-01-25', :website => 'http://snk.tuxfamily.org/lib/rumai', :tagline => 'Ruby interface to the wmii window manager'