File: ChangeLog

package info (click to toggle)
ruby-gettext-rails 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,408 kB
  • sloc: ruby: 1,042; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= gettext_rails-2.1.0 (2009-11-14)
 * Support Rails-2.3.2 to 2.3.4.
 * Update license information (explicit to use Ruby's or LGPL).
   [Pointed out by Masateru Yoshikawa]
 * Fixed to work distance_of_time_in_words.
   [Reported by Mitko Kostov, Bart ten Brinke]
 * Updated version/dependencies.

= gettext_rails-2.0.4 (2009-05-23)
 * Updated version/dependencies.

= gettext_rails-2.0.3 (2009-05-09)
 * Fixed the dependencies. [Reported by Hans de Graaff]

= gettext_rails-2.0.2 (2009-05-07)
 * Update Dutch translation [by Bart ten Brinke]
 * Apply the gettext-2.0.2 changes((don't use bindtextdomain with :supported_language_tags)
 * Fix the bug of sample.

= gettext_rails-2.0.1 (2009-04-18)
 * Fix bugs
    * ActionMailer didn't work.  [Reported by Simone Carletti]
    * error_messages_for doesn't have compatibility with original method. [by
    Adam Ilan]

Thanks to:
  Simone Carletti, Adam Ilan

= gettext_rails-2.0.0 (2009-03-22)

* Support Rails-2.3.2.
* Work with other I18n backends.