diff options
author | Tim Janik <timj@imendio.com> | 2006-01-25 18:20:28 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2006-01-25 18:20:28 +0000 |
commit | bd88bf87daa832d83d8f9a19038fc9c873283783 (patch) | |
tree | b98bc5eb9f3a79f0f21f369a736bafc7b3f88d68 /ChangeLog.pre-2-10 | |
parent | 4ec9e3a40d9c8c979afddb15c5e612af70650721 (diff) | |
download | glib-bd88bf87daa832d83d8f9a19038fc9c873283783.tar.gz |
fixed buglets reported by Jens Granseuer in #328254.
Wed Jan 25 19:16:57 2006 Tim Janik <timj@imendio.com>
* fixed buglets reported by Jens Granseuer in #328254.
* configure.in: free the memory allocated in posix_memalign() tests.
* glib/gslice.c: spelling fixes.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 631a52f7e..d583e974a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Wed Jan 25 19:16:57 2006 Tim Janik <timj@imendio.com> + + * fixed buglets reported by Jens Granseuer in #328254. + + * configure.in: free the memory allocated in posix_memalign() tests. + + * glib/gslice.c: spelling fixes. + Wed Jan 25 16:39:18 2006 Tim Janik <timj@imendio.com> * glib/gslice.c: honour g_mem_gc_friendly settings when freeing |