OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-gettext?expand=0&rev=31
211 lines
7.6 KiB
Plaintext
211 lines
7.6 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri Jul 12 18:55:31 UTC 2013 - coolo@suse.com
|
||
|
||
- fix usage of update-alternatives
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 7 19:55:25 UTC 2013 - coolo@suse.com
|
||
|
||
- updated to version 2.3.9, no changelog
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 12 09:18:21 UTC 2013 - coolo@suse.com
|
||
|
||
- updated to version 2.3.8
|
||
* Added licence information to the gemspec.
|
||
[GitHub #13] [Patch by jordimassaguerpla]
|
||
* Supported Ruby 2.0.0.
|
||
[GitHub #14] [Reported by mtasaka]
|
||
|
||
### Fixes
|
||
|
||
* [rxgettext] Fixed a bug that the comment for the previous message
|
||
also exists in the current message.
|
||
[Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio]
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 24 06:45:28 UTC 2013 - coolo@suse.com
|
||
|
||
- updated to version 2.3.7
|
||
### Improvements
|
||
|
||
* [msgmerge] Speeded up fuzzy matching.
|
||
|
||
### Fixes
|
||
|
||
* [msgmerge] Fix the bug that msgmerge adds needless fuzzy flag from
|
||
not fuzzy entries in merged PO.
|
||
* [POEntry] Pretty formated all messages except msgstr.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 21 17:23:34 UTC 2012 - coolo@suse.com
|
||
|
||
- updated to version 2.3.6
|
||
### Fixes
|
||
|
||
* [POEntry] Fixed the bug that obsolete comment mark (#~) is added
|
||
to already comment.
|
||
* [msgmerge] Fixed the bug that no separator (blank line) didn't exist
|
||
between each obsolete entry.
|
||
* [msgmerge] Fixed tne bug that obsolete entries in old PO file are
|
||
added to new PO file. Any obsolete entries in old PO file aren't
|
||
treated for merging.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 14 06:11:46 UTC 2012 - coolo@suse.com
|
||
|
||
- updated to version 2.3.5
|
||
### Fixes
|
||
|
||
* [POParser] Fixed the class name for backward compatibility.
|
||
|
||
### Improvements
|
||
|
||
* [Merger] Implemented "fuzzy-match" with Levenshtein distance.
|
||
* Added the class "PO" for management PO entries. Please use PO
|
||
instead of PoData. (see details in
|
||
http://rubydoc.info/gems/gettext/GetText/PO.html)
|
||
* [POEntry (renamed from PoMessages)] Supported to specify msgstr.
|
||
* [POEntry] Stored comments each type
|
||
(translator\_comment, extracted\_comment, flag, previous).
|
||
see
|
||
http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
|
||
for details of comment type.
|
||
* [POEntry] Checked if specified type is valid in #type=.
|
||
* [PoParser][MO] Concatenated msgctxt, msgid, msgid\_plural to
|
||
"#{msgctxt}\004#{msgid}\000"{msgid\_plural}" by MO instead of
|
||
PoParser. PoData and MO treat a concatenated string as msgid, but
|
||
PO doesn't.
|
||
* [PoParser] Parsed each type comment from whole comment.
|
||
|
||
### Changes
|
||
|
||
* Rename some classes and methods.
|
||
* PoMessage to PoEntry. This isn't "message" but "entry".
|
||
(See http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files)
|
||
* PoMessages#== to POEntry#mergeable?.
|
||
* PoMessages#to\_po\_str to POEntry#to\_s.
|
||
* PoMessages#sources(sources=) to POEntry#references(references=)
|
||
* MoFile to MO. For backword compatible, MoFile can be used now.
|
||
* PoParser to POParser. For backword compatible, PoParser can be used now.
|
||
* Raised no error when POEntry doesn't have references.
|
||
It is useful for no references in .PO file.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 28 09:34:32 UTC 2012 - coolo@suse.com
|
||
|
||
- updated to version 2.3.3
|
||
### Improvements
|
||
|
||
* [msginit] Supported plural forms for Bosnian, Catalan, Norwegian
|
||
Bokmal and Chinese.
|
||
|
||
### Fixes
|
||
|
||
* Fixed the bug that messages (i.e. the help message for rmsgfmt)
|
||
aren't localized in each environment. However, some
|
||
messages aren't tranlated or resolved fuzzy. Please
|
||
help us to translate or resolve them.
|
||
[Github #12][Reported by mtasaka]
|
||
* Used String#% to localize some messages.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 21 09:48:03 UTC 2012 - coolo@suse.com
|
||
|
||
- updated to version 2.3.2
|
||
* Fixed the bug that untranslated messages are included in a .mo file.
|
||
[Github #11][Reported by Ramón Cahenzli]
|
||
- dropping provides for names that were last seen on 10.1
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 13 09:11:46 UTC 2012 - coolo@suse.com
|
||
|
||
- updated to version 2.3.1
|
||
It's a Bug and package fix release.
|
||
Then, it's also encoding support release, only if you use Ruby 1.9.
|
||
|
||
### Improvements
|
||
|
||
* [xgettext] Added backword compatibility method
|
||
(GetText::RGetText.run).
|
||
[Suggested by Fotos Georgiadis]
|
||
* [xgettext] Removed deprecated parse argument support.
|
||
* [erb parer] Assumed the encoding in the magic comment of the
|
||
input file as the encoding of it.
|
||
* [ruby parser] Assumed the encoding in the magic comment of the
|
||
input file as the encoding of it.
|
||
* [xgettext] Added the "--output-encoding" option to set encoding of
|
||
output pot file.
|
||
* [xgettext] Used UTF-8 as the default encoding of output pot file.
|
||
* [xgettext] Supported multiple encoding sources.
|
||
|
||
### Changes
|
||
|
||
* [MoFile] Returned nil instead of "" as msgstr when its msgid isn't
|
||
translated (when this msgstr is "").
|
||
* [PoParser] Converted msgstr from "" to nil when parsing.
|
||
|
||
### Fixes
|
||
|
||
* Added missing .yardopts file. [Reported by Takahiro Kambe]
|
||
* [news] Fixed Eddie Lau name instead of github name.
|
||
* [msginit] Added the "Plural-Forms:" entry to the header even if a
|
||
pot file doesn't have it.
|
||
* [msgmerge] Fixed the bug the new line between a header and
|
||
contents doesn't exist.
|
||
* [msginit] Fixed the bug that msgstr with msgid_plural aren't
|
||
generated in output po file.
|
||
* [xgettext] Supported class based xgettext parser add API.
|
||
[GitHub #10] [Suggested by Michael Grosser]
|
||
* [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9
|
||
ERB templates.
|
||
[Github #9] [Patch by Fotos Georgiadis]
|
||
* Added missing documents for GetText::Tools::XGetText
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 7 13:51:54 UTC 2012 - lslezak@suse.cz
|
||
|
||
- updated to 2.2.1:
|
||
* Supported non ASCII string in msgid
|
||
* Stopped overriding String#% on Ruby 1.9.
|
||
* Fixed a bug that "\" is too escaped.
|
||
* Removed GetText.bindtext dependency from GetText::PoParser.
|
||
* Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile
|
||
is still available.
|
||
includes changes from 2.2.0:
|
||
* Supported ruby-1.9
|
||
* Supported $SAFE=1
|
||
* Improved argument check
|
||
* Supported ruby-1.8.6 again
|
||
* Fixed Ukrainan translation path
|
||
* Fixed a bug that only the last path in GETTEXT_PATH environment
|
||
variable is used
|
||
* Fixed a bug that Ruby-GetText-Package modifies $LOAD_PATH
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 13 10:54:52 UTC 2012 - coolo@suse.com
|
||
|
||
- patch license to follow spdx.org standard
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 29 11:18:38 UTC 2010 - jreidinger@novell.com
|
||
|
||
- split package into doc and testsuite to reduce size
|
||
- provide properly ruby-gettext version
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
||
|
||
- use rubygems_requires macro
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 25 01:15:37 UTC 2009 - prusnak@suse.cz
|
||
|
||
- update to 2.1.0
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 14 15:32:34 CEST 2009 - schubi@suse.de
|
||
|
||
- initial. splitted off from ruby-gettext package
|
||
|