summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-24 05:04:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-24 05:04:57 +0000
commitfc2c35293d8ce7b42c25b2a05985840ca0e7dbbc (patch)
tree4aaa9f44ae6cf33526ea7e0e276accc2c11bfe8e /ChangeLog.pre-2-10
parent35db6815fda57c7ec1126e05051fd6f87bf99e94 (diff)
Change the shared libary extension for hpux-ia64 to so. (#328253, The
2006-01-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Change the shared libary extension for hpux-ia64 to so. (#328253, The Written Word)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-107
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 482516a42..479202b0a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2006-01-23 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Change the shared libary extension for hpux-ia64
+ to so. (#328253, The Written Word)
+
Mon Jan 23 17:30:33 2006 Tim Janik <timj@imendio.com>
* glib/gutils.c (_g_getenv_nomalloc): wiped out all the wonderfull
@@ -7,7 +12,7 @@ Mon Jan 23 17:30:33 2006 Tim Janik <timj@imendio.com>
Mon Jan 23 16:46:20 2006 Tim Janik <timj@imendio.com>
* glib/gslice.c (slice_config_init): initialize GSlice config from
- G_SLICE environemtn variable. we support G_SLICE=always-malloc
+ G_SLICE environment variable. we support G_SLICE=always-malloc
currently, which forces all g_slice_*() allocations to use the system
malloc instead.