Bump version
[platform/upstream/glib.git] / ChangeLog
1 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
2
3         * configure.in: Bump version to 2.9.0
4
5 2005-08-25  Tor Lillqvist  <tml@novell.com>
6
7         Make also the g_spawn*() functions take parameters in the GLib
8         file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
9         API or ABI. Like the other GLib API that was earlier changed to
10         use UTF-8 on Windows, the names of the functions that take UTF-8
11         have _utf8 suffixes added by using preprocessor macros in the
12         header file. The old names are kept for functions with the old
13         behaviour, taking parameters in the system codepage, for DLL ABI
14         stability.
15         
16         * glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
17         g_spawn*() functions.
18         
19         * glib/gspawn-win32.c: Use wide-char API on NT-based
20         Windows. Convert parameters from UTF-8 to wide chars (NT) or
21         system codepage (Win9x) and call the C library _wspawn*() or
22         spawn*() functions respectvely. Add DLL ABI stability versions
23         that take parameters in the system codepage.
24
25         * glib/gspawn-win32-helper.c: On NT-based Windows use the
26         wide-char versions of argv and envp, and use wide-char API to
27         change directory and spawn the program to run. Remove the verbose
28         debugging output, it was too complex to modify for the wide-char
29         features. (Just add temporary debugging printouts if needed, no
30         need to have them permanently in the source.)
31
32         * glib/gspawn.c: Corresponding documentation updates.
33
34         * glib/glib.symbols: Corresponding changes: Mark the ABI stability
35         symbols as PRIVATE, add the new _utf8-suffixed ones.
36
37 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
38
39         * glib/gtypes.h (G_MININT64): Cast the constant to gint64; it is
40         guint64 otherwise and that can produce warnings about comparison
41         between signed and unsigned.
42
43 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
44
45         * glib/gutils.c: Fix the crt_externs.h include.
46
47 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
48
49         * NEWS: Fix spelling of my first name.
50
51 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
52
53         * Bump version
54
55         * === Released 2.8.1 ===
56
57         * NEWS: Updates
58
59 2005-08-20  Hans Breuer  <hans@breuer.org>
60
61         * glib/makefile.msc.in : link with ws2_32.lib
62
63 2005-08-18  Tor Lillqvist  <tml@novell.com>
64
65         * configure.in: Check for <sys/wait.h>
66
67         * glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
68
69 2005-08-18  Ross Burton  <ross@burtonini.com>
70
71         * glib/gstring.c:
72         Optimise single-character insertions.
73         
74         * glib/gutf8.c:
75         Note copied code.
76         
77         * tests/string-test.c:
78         Add tests for new optimisation, and fix a leak.
79
80 2005-08-17  Matthias Clasen  <mclasen@redhat.com>
81
82         * configure.in: Check for crt_externs.h and _NSGetEnviron.
83
84         * glib/gutils.c: On Darwin, include crt-externs.h and
85         define environ using _NSGetEnviron().  (#313731)
86
87 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
88
89         * glib/gutils.c (g_get_any_init): Move the body of the big if...
90         (g_get_any_init_do): ... to this new function.
91         (g_get_any_init): Declare as inline.
92         (g_get_any_init_locked): New inline function, does the locking.
93         Make use of these two throughout the code.
94
95 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
96
97         * glib/gbacktrace.c (g_on_error_stack_trace): Wait for
98         the child process and then simply return. This makes 
99         The "S" option work as documented in g_on_error_query().
100         (#313125, Matthew F. Barnes)
101
102         * glib/gunicode.h: Update the link to Unicode category
103         values.  (#313369, Behnam Esfahbod)
104
105         * glib/gqueue.c (g_queue_find_custom): Clarify docs
106         a little.  (#311727, Tristan van Berkom)
107
108         * glib/abicheck.sh, gobject/abicheck.sh: Make the 
109         check work on ia64 too, where some symbols ended up 
110         in yet another section.
111