-
Notifications
You must be signed in to change notification settings - Fork 41
/
ChangeLog
78 lines (69 loc) · 3.1 KB
/
ChangeLog
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
= Ruby-GetText-Package-2.1.0 (2009-11-14)
* Implemented parsing of translator comments (GNU gettext feature)
[by Vladimir Dobriakov]
* Refactor the directory structure.
* Move files for runtime to lib/gettext/runtime/*.
* Move files for development(rgettext/rmsgfmt) to
lib/gettext/tools/*.
* Refactor parsers for po. po-message object is defined as GetText::PoMessage
class. [by Vladimir Dobriakov, Masao Mutoh]
* Speed up when lots of objects are created to share the textdomain in each
objects. [Reported by Gaël Séchaud.]
* Fix "%{foo.bar}" %{"foo.bar".to_sym => "a"} doesn't work.
[Bug#26663, Reported by Danilo Castilho]
* lib/gettext.rb: Fixed to work unless gem. [Reported by Vladimir Dobriakov]
* Fixed a wrong String literal in a CGI sample.
[Bug #26531, by Eugene Mikhailov]
* Update license information(explicit to use ruby's or LGPL).
[Pointed out by Masateru Yoshikawa]
* Code cleanup.
* Update minor version.
= Ruby-GetText-Package-2.0.4 (2009-05-23)
* Fix String#% return nil when the string have no place holders. [by okkez]
* Update pofiles and remove old messages.
* suppress some warnings on Ruby 1.9.x. [by Nobuhiro IMAI]
* Fix not to run tests on Win32.
= Ruby-GetText-Package-2.0.3 (2009-05-09)
* Fixed the dependencies. [Reported by Hans de Graaff]
= Ruby-GetText-Package-2.0.2 (2009-05-04)
* Support ruby-1.9.1 style format string such as %<foo>d.
* Apply new Locale.set_app_language_tags and Locale.candidates.
[Suggested by Vladimir Dobriakov]
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]
* poparser work with proper encoding.
* string.rb: #bytesize alias to #size in older ruby version such as 1.8.5.
* Fixed bugs
* n_() to work when Plural-Forms line in po-file is not correct.
[Reported by Sava Chankov (Bug#25570)]
* GetText::Locale.default_rules_path : $LOAD_PATH is not well parsed.
[by hallelujah]
* locale_path.rb: Fixed warning message.
Thanks to:
hallelujah, Sava Chankov, OZAWA Sakuro, Vladimir Dobriakov
= Ruby-GetText-Package-2.0.1 (2009-04-17)
* 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]
Thanks to:
OZAWA Sakuro, Tietew, Adam Ilan, Mamoru Tasaka, Mathieu Blondel.
= Ruby-GetText-Package-2.0.0 (2009-03-21)
* Separate this library to locale and rails-support to locale,
locale_rails, gettext_activerecord, gettext_rails.
* Depends on locale(ruby-locale).
* Removes to support rails.
* A lot of referctoring, improvements.
* Thread safe.
* New APIs for gettext/tools instead of gettext/utils.
* Move to github.com.
Special Thanks to:
Michael Grosser: A lot of improvement.
Thanks to:
Tietew, Kazuhiro NISHIYAMA, Fabio M.A.
Tuptus, Morus Walter, Vladimir Dobriakov, Ramsey.