Add -lm dependency for gettextlib to fix LTO build
[platform/upstream/gettext.git] / gettext-runtime / NEWS
1 Version 0.18.3 - July 2013
2
3 * On Mac OS X systems, the setlocale() function now properly
4   invalidates loaded message catalogs when a locale has been set.
5
6 \f
7 Version 0.18 - May 2010
8
9 * On MacOS X and Windows systems, <libintl.h> now extends setlocale() and
10   newlocale() so that their determination of the default locale considers
11   the choice the user has made in the system control panels.
12
13 * On MacOS X systems, the gettext()/dgettext()/... functions now respect the
14   locale of the current thread, if a thread-specific locale has been set.
15 \f
16 Version 0.16.1 - November 2006
17
18 * Bug fix in the gettext.m4 autoconf macros.
19 \f
20 Version 0.16 - October 2006
21
22 * Interoperability with automake-1.10.
23
24 * Autoconf macros:
25   - The gettext autoconf macros now require autoconf 2.52 or newer.
26   - A new autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is added. It allows to
27     specify the presence of an intl/ subdirectory outside the AM_GNU_GETTEXT
28     invocation.
29   - A new autoconf macro AM_GNU_GETTEXT_NEED is added. It allows to specify
30     the requirements relating to the GNU gettext implementation outside the
31     AM_GNU_GETTEXT invocation.
32 \f
33 Version 0.14.4 - April 2005
34
35 * The gettext autoconf macros will now work with the forthcoming g++ 4.0.
36 * Fix improved detection of the locale on MacOS X.
37 \f
38 Version 0.14.2 - January 2005
39
40 * Improved detection of the locale on MacOS X.
41 * The gettext autoconf macros now require autoconf 2.50 or newer.
42 \f
43 Version 0.14 - January 2004
44
45 * New library: GNU.Gettext.dll contains the runtime for using GNU gettext
46   message catalogs in C#.
47
48 * Special advice for Norwegian users: The language code for Norwegian
49   bokmÃ¥l changed from 'no' to 'nb' recently (in 2003). During the transition
50   period, while some message catalogs for this language are installed under
51   'nb' and some older ones under 'no', it's recommended for Norwegian users to
52   set the LANGUAGE environment variable to 'nb:no' so that both newer and
53   older translations are used.
54 \f
55 Version 0.13 - November 2003
56
57 * On those few platforms (NetBSD and Woe32) for which the native
58   printf()/fprintf()/... functions don't support POSIX/XSI format strings
59   with positions, replacements are provided through <libintl.h>.
60
61 * New function library:
62     gettext.sh - shell functions for internationalized shell scripts
63 * New program:
64     envsubst - substitutes environment variables in shell format strings
65 \f
66 Version 0.12 - May 2003
67
68 * A new C++ class, called gnu::autosprintf, makes it possible to use C format
69   strings in C++. This is needed for proper internationalization of C++
70   programs.