[ANN] gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1

Hi,

Ruby-GetText-Package-2.0.1 and the families
(gettext-2.0.1, gettext_activerecord-2.0.1 and gettext_rails-2.0.1)
are now available.

Ruby-GetText-Package is the library/tools for message localization.

  * gettext - Message localization libraries and tools for all kind of apps/libs.
  * gettext_activerecord - ActiveRecord Localization
  * gettext_rails - Rails support with gettext.

Changes

···

-------
* gettext-2.0.1
   * Fixed bugs
     * doesn't work with ruby-1.8.5. [Reported by Dan Coutu]
     * GetText.locale= can't keep the locale. [Reported by Adam Ilan]
     * Break backward compatibility of bindtextdomain
               [Reported by Mamoru Tasaka(#24947), Mathieu Blondel]
     * Other trivial fixes/improvement.
  * 1.8 times faster than 2.0.0.
  * GetText::LocalePath is separated from GetText::TextDomainManager.
     Improve to find the locale path.
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]

* gettext_activerecord-2.0.1
    * parser.rb: skip anonymous classes [by TieTew]

* gettext_rails-2.0.0
    * ActionMailer didn't work. [Reported by Simone Carletti]
    * error_messages_for doesn't have compatibility with original method. [by Adam Ilan]

(NOTE)
  * Rails-2.3.1 and earlier aren't supported.

Thanks to
-------
  OZAWA Sakuro, Tietew, Dan Coutu, Adam Ilan, Mamoru Tasaka,
  Mathieu Blondel, Simone Carletti

Website
-------
* homepage
   http://www.yotabanana.com/hiki/ruby-gettext.html
* rubyforge
   http://rubyforge.org/projects/gettext
* github
  http://github.com/mutoh/gettext/tree/master
  http://github.com/mutoh/gettext_activerecord/tree/master
  http://github.com/mutoh/gettext_rails/tree/master

* Download
  http://rubyforge.org/frs/?group_id=1997&release_id=32471

* Ruby-GetText-Package HOWTOs
  http://www.yotabanana.com/hiki/ruby-gettext-howto.html
* Ruby-GetText-Package HOWTO for Ruby on Rails
  http://www.yotabanana.com/hiki/ruby-gettext-rails.html
* HOWTO Migrate rails-2.1.x(gettext-1.93.0) to rails-2.3.2(gettext-2.0.0)
  http://www.yotabanana.com/hiki/ruby-gettext-rails-migration.html
* Ruby-GetText-Package documents for Translators
  http://www.yotabanana.com/hiki/ruby-gettext-translate.html

ScreenShots
-----------
Screenshots in 23 languages (Sample Rails blog) are:
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot

--
Masao Mutoh <mutomasa@gmail.com>