summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-12 20:05:43 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-12 20:05:43 +0000
commit7ab9d6380d731b465f13af4ffe2431ad3c7daf23 (patch)
tree55e37c9d7d6eaa9412fcad33a58ded97c2455ef9 /NEWS
parent823b1544fe8352474acaf79e5d7f2fba153fd033 (diff)
updated
2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: updated * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6 2001-06-12 Havoc Pennington <hp@redhat.com> * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums' in bin_SCRIPTS and cp it into builddir
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c9cb40c0c..17564adfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of Changes in GLib 1.3.6:
+
+* Threads have a "return value" from g_thread_join
+* Removed ability to adjust thread stack size
+* Prefix warnings with progname/PID by default, change toggle for this to
+ be an env variable G_MESSAGES_PREFIXED not a compile-time option
+* GMarkup speedups
+* GDate const, convenience fixups
+* Include test cases that headers are compilable by C++ compiler
+* Add ability to spawn processes with argv[0] != executable path.
+* g_strstr_len, g_strrstr, g_strrstr_len
+* Add length argument to g_utf8_strchr and g_utf8_strrchr.
+* Misc bug fixes
+
Overview of Changes in GLib 1.3.5:
* Added an installed glib-mkenums Perl program for parsing enumeration