Version 1.3.10, interface age, binary age = 0.
[platform/upstream/glib.git] / NEWS
1 Overview of Changes in GLib 1.3.10:
2 ===================================
3
4 * Many Win32 fixes and improvements [Tor Lillqvist]
5 * Documentation improvements [Matthias Clasen]
6 * g_string_printfa() renamed to g_string_append_printf()
7 * Use libcharset from libiconv to implement charset detection
8   more portably. [Owen Taylor, Hidetoshi Tajima]
9 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
10 * Make support for 64 bit integers a requirement [Joshua]
11 * GPattern improvements [Tim Janik, Matthias]
12 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
13 * Many bug fixes and minor tweaks.
14
15 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
16   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
17   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
18   Jacob Berkman
19
20 Overview of Changes in GLib 1.3.9:
21 ==================================
22
23 * Fixes for comparison of threads [Sebastian Wilhelmi]
24 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
25 * Win32 fixes [Tor Lillqvist, Hans Breuer]
26 * Add a len argument to g_ascii_strup/strdown
27 * Bug, portability fixes, cleanups.
28
29 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
30
31 Overview of Changes in GLib 1.3.8:
32 ==================================
33
34 * Documentation updates [Owen]
35 * Made GType interfaces overridable in derived types
36 * Many win32 fixes [Tor Lillqvist]
37 * Miscellaneous cleanups and fixes
38
39 Other contributors:
40   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
41
42 Overview of Changes in GLib 1.3.7:
43 ==================================
44
45 * Integrate GClosure support into the main loop [Owen Taylor]
46 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
47 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
48 * Minor hash table optimizations
49 * Main loop and threading improvements [Sebastian Wilhelmi]
50 * Added g_ascii_* functions to be used for locale insensitive UTF-8
51   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
52 * Add functions for Unicode case-conversion, normalization, and 
53   collation [Owen]* GString improvements [Owen]
54 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
55 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
56 * Make code 64bit clean [Mark Murnane]
57 * More G_CONST_RETURN fixes
58 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
59 * Miscellaneous bug and API fixes
60
61 Other contributors:
62   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
63   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
64   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
65   Peter Williams
66
67 Overview of Changes in GLib 1.3.6:
68 ==================================
69
70 * Threads have a "return value" from g_thread_join
71 * Removed ability to adjust thread stack size
72 * Prefix warnings with progname/PID by default, change toggle for this to 
73   be an env variable G_MESSAGES_PREFIXED not a compile-time option
74 * GMarkup speedups
75 * GDate const, convenience fixups
76 * Include test cases that headers are compilable by C++ compiler
77 * Add ability to spawn processes with argv[0] != executable path.
78 * g_strstr_len, g_strrstr, g_strrstr_len
79 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
80 * Misc bug fixes
81
82 Overview of Changes in GLib 1.3.5:
83 ==================================
84
85 * Added an installed glib-mkenums Perl program for parsing enumeration
86   declarations from header files.
87 * Mark some additional deprecated functions.
88 * Bug and Portability fixes
89
90 Overview of Changes in GLib 1.3.4:
91 ==================================
92
93 * Efficiency improvements for GThreadPool
94 * A few bug fixes
95 * Build fixes
96 * Documentation improvements
97
98 Overview of Changes in GLib 1.3.3:
99 ==================================
100
101 * More user_data support in various functions.
102 * Main loop API revamps to support per-thread main loops.
103 * Unicode handling improvements.
104 * Implemented debugging traps.
105 * G_CONST_RETURN specification all over the place.
106 * Various new small utility functions.
107 * Random number generator precision improvements.
108 * New configure option --disable-mem-pools.
109 * Many Win32 improvements.
110 * Added g_try_malloc() friends varinats.
111 * Many documentation improvements.
112 * Many threading improvements, support for dynamic allocation
113   of static mutexes.
114 * GHookLIst API cleanups.
115 * Improved format support of GDate parser.
116 * String function speed improvements with new g_stpcpy().
117 * Hashtable API additions.
118 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
119 * Optimizations, cleanups, bug fixes.
120
121 Overview of Changes in GLib 1.3.2:
122 ==================================
123
124 GLib:
125
126 * Win32 build improvements  [Tor]
127 * Improvements to error reporting  
128   (g_critical(), g_return_if_reached()) [Darin]
129 * Add g_strlcpy/g_strlcat  [David Wheeler]
130 * New IO channel implementation for Win32  [Tor] 
131 * Make g_array_free, g_string_free return pointer to memory requested
132   not to be freed.  [Darin]
133 * Added GError based error reporting for thread functions.  [Sebastian]
134 * Moved reference docs into GLib distribution. [Owen]
135 * Added g_convert() for doing convenient character set conversions based
136   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
137 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
138   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
139 * Portability fixes for threading.  [Sebastian]
140 * Added convenient functions for launching new processes (g_spawn_*),
141   and shell quoting/unquoting functions.  [Havoc]
142 * Split glib.h into many headers.  [Sebastian]
143 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
144 * Fixed confusions between comparison functions that return <0, 0, >0
145   and equaility functions that return FALSE,TRUE.  [Sebastian]
146 * Added safe/portable temporary file manipulation functions.  [Tor]
147 * autoconf improvements.  [Raja]
148 * Many documentation improvements.
149 * Bug fixes.
150
151 GObject:
152
153 * Added boxed and pointer types.  [Tim/Jonathan]
154 * Added callback abstraction (GClosure)  [Tim]
155 * Added signal system (GSignal)  [Tim]
156 * Make GTypePlugin an interface  [Tim]
157 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
158 * Bug fixes.
159
160 What's new in GLib 1.3.1:
161 =========================
162
163 * New GObject library added including object system based on
164   the GTK+ object system. 
165 * Functions for getting the properties of Unicode characters, 
166   computing the canonical decomposition and ordering combining
167   characters aand manipulating UTF-8 string manipulation based
168   on libunicode.
169 * GString now properly handles embedded nuls.
170 * Multiple fixes from the 1.2.x branch.
171 * Upgrade to libtool 1.3.3
172 * Full thread support (thread creation and destruction).
173 * BeOS port, BeOS dynamic modules.
174 * Many improvements to the Windows ports.
175 * Improvements to the OS/2 port, OS/2 module support.
176 * Double ended queue implementation.
177 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
178 * New configure option --enable-msg-prefix to prefix messages, warnings
179   et ceteri with the program name and the process id.
180 * New thread-safe random number generator Mersenne Twister.
181 * g_strcompress() added, g_strescape() had a slight API change, and
182   more tightly defined semantics.
183 * the g_string(x) macro has been removed, #x may be used instead.
184