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