summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@segan.org>2012-02-05 10:35:41 +0100
committerDanilo Šegan <danilo@segan.org>2012-02-05 10:35:41 +0100
commit3918b12eee94ea62028b9646502072753c9f683b (patch)
treeec4a2f4a95f94b52e0054714fee8c2d42c8ea873
parent23ecad34b62bf708e4e7fce5f97b72d331c1a6a5 (diff)
downloadintltool-3918b12eee94ea62028b9646502072753c9f683b.tar.gz
Update NEWS: Include a missed contribution by doko in 0.50.1 and reconstruct 0.50.0 stuff from the release notes on LP.
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d78f1c..86b6892 100644
--- a/NEWS
+++ b/NEWS
@@ -15,3 +15,35 @@ intltool 0.50.1 is a minor release with the following improvements:
* Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
This introduces a soft dependency on "bzr": it's only required for
maintainers who wish to regenerate a ChangeLog file from the bzr checkout.
+
+ * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
+ in Makefile (#900738).
+ Patch contributed by Matthias Klose (https://launchpad.net/~doko).
+
+
+intltool 0.50.0
+===============
+
+intltool 0.50.0 is a major bug fix release.
+
+Among the fixes, the following stand out:
+
+ * Bug #580526
+ Finally, support for gsettings gschema.xml files is merged in, which
+ should enable maintainers to get a slightly simpler build setup
+ (i.e. no need to use NOMERGE rule anymore, and you can have intltool
+ directly extract translations from .gschema.xml files).
+
+ * Bug #790574:
+ Let xgettext extract Scheme strings out, and add support for
+ `intltool-update -m` to find files with marked strings.
+
+ * Bug #806006:
+ Improve handling of quotes in `intltool-update -m` so you get less
+ (no?) warnings about mismatched quotes, and Python processing doesn't
+ get messed up with docstrings and similar.
+
+ * Bug #520986:
+ One for the translators—messages are extracted in the order they appear
+ in original files now, thus allowing translators to infer more of the
+ context from the ordering.