Imported Upstream version 0.50.2
[platform/upstream/intltool.git] / NEWS
1 intltool 0.50.2
2 ===============
3
4 intltool 0.50.2 is another minor release improving backwards compatibility.
5 Only one bug is fixed in this release:
6
7  * Use --no-translations only if intltool >= 0.50 is available (#903340).
8    Patch contributed by Hib Eris (https://launchpad.net/~hiberis).
9
10 intltool 0.50.1
11 ===============
12
13 intltool 0.50.1 is a minor release with the following improvements:
14
15  * Support AM_SILENT_RULES (#402516).
16    Patch contributed by Hib Eris (https://launchpad.net/~hiberis).
17
18  * Improve support for extracting messages from GSettings files (#922685).
19    Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
20
21  * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
22    Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
23
24  * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
25    This introduces a soft dependency on "bzr": it's only required for
26    maintainers who wish to regenerate a ChangeLog file from the bzr checkout.
27
28  * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
29    in Makefile (#900738).
30    Patch contributed by Matthias Klose (https://launchpad.net/~doko).
31
32
33 intltool 0.50.0
34 ===============
35
36 intltool 0.50.0 is a major bug fix release.
37
38 Among the fixes, the following stand out:
39
40  * Bug #580526
41    Finally, support for gsettings gschema.xml files is merged in, which
42    should enable maintainers to get a slightly simpler build setup
43    (i.e. no need to use NOMERGE rule anymore, and you can have intltool
44    directly extract translations from .gschema.xml files).
45
46  * Bug #790574:
47    Let xgettext extract Scheme strings out, and add support for
48    `intltool-update -m` to find files with marked strings.
49
50  * Bug #806006:
51    Improve handling of quotes in `intltool-update -m` so you get less
52    (no?) warnings about mismatched quotes, and Python processing doesn't
53    get messed up with docstrings and similar.
54
55  * Bug #520986:
56    One for the translators—messages are extracted in the order they appear
57    in original files now, thus allowing translators to infer more of the
58    context from the ordering.