summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-09-18 23:38:06 +0000
committerTim Janik <timj@src.gnome.org>2001-09-18 23:38:06 +0000
commitd5a724df11afec94a09476fad62b1b06847da57a (patch)
treed95cee97dbec7f28f1c53335f83b0bd8d91fe27c /NEWS
parenta9b48f33278b67388820afdbbcbcc2c7cd1f9c07 (diff)
downloadglib-d5a724df11afec94a09476fad62b1b06847da57a.tar.gz
glib-d5a724df11afec94a09476fad62b1b06847da57a.tar.bz2
glib-d5a724df11afec94a09476fad62b1b06847da57a.zip
up version number to 1.3.8, interface age 0, binary age 0.
Tue Sep 18 22:57:33 2001 Tim Janik <timj@gtk.org> * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.8, interface age 0, binary age 0. * NEWS: updates. Tue Sep 18 23:09:02 2001 Tim Janik <timj@gtk.org> * gparam.[hc]: rename *nick and *blurb fields to catch direct accesses in third party code. provide g_param_get_nick(), g_param_get_blurb() and g_param_get_name() accessors.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ab12cd42..905db403c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
+Overview of Changes in GLib 1.3.8:
+==================================
+
+* Documentation updates [Owen]
+* Made GType interfaces overridable in derived types
+* Many win32 fixes [Tor Lillqvist]
+* Miscellaneous cleanups and fixes
+
+Other contributors:
+ Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
+
Overview of Changes in GLib 1.3.7:
+==================================
* Integrate GClosure support into the main loop [Owen Taylor]
* More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
@@ -16,7 +28,14 @@ Overview of Changes in GLib 1.3.7:
* Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
* Miscellaneous bug and API fixes
+Other contributors:
+ Michael Natterer, Christopher James Lahey, Padraig O'Briain,
+ Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
+ Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
+ Peter Williams
+
Overview of Changes in GLib 1.3.6:
+==================================
* Threads have a "return value" from g_thread_join
* Removed ability to adjust thread stack size
@@ -31,6 +50,7 @@ Overview of Changes in GLib 1.3.6:
* Misc bug fixes
Overview of Changes in GLib 1.3.5:
+==================================
* Added an installed glib-mkenums Perl program for parsing enumeration
declarations from header files.
@@ -38,6 +58,7 @@ Overview of Changes in GLib 1.3.5:
* Bug and Portability fixes
Overview of Changes in GLib 1.3.4:
+==================================
* Efficiency improvements for GThreadPool
* A few bug fixes
@@ -45,6 +66,7 @@ Overview of Changes in GLib 1.3.4:
* Documentation improvements
Overview of Changes in GLib 1.3.3:
+==================================
* More user_data support in various functions.
* Main loop API revamps to support per-thread main loops.
@@ -67,6 +89,7 @@ Overview of Changes in GLib 1.3.3:
* Optimizations, cleanups, bug fixes.
Overview of Changes in GLib 1.3.2:
+==================================
GLib:
@@ -105,6 +128,7 @@ GObject:
* Bug fixes.
What's new in GLib 1.3.1:
+=========================
* New GObject library added including object system based on
the GTK+ object system.