X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=9496b01a603eb45ea146f77d36aea4e69420e51b;hb=a6d23a4a5497c77bdeb28a46b9f6b81613ae77f8;hp=13820cf59de1fd18c87f0ca111853ffc3dfc5cc3;hpb=e7d3a38f48a1b6faad8dc1a10bbbdc8054c11505;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index 13820cf..9496b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2002-09-29 Tor Lillqvist + + * HACKING: Say we require autoconf 2.52 as that is what + configure.in does. + +2002-09-23 Arvind Samptur + * glib/gspawn.c (fork_exec_with_pipes) : when the child fails + we need to reap it to avoid a zombie. This would + happen in case of g_spawn_sync. Fixes #92658 + +2002-09-20 Matthias Clasen + + * glib/gscanner.c (g_scanner_msg_handler): Don't print + scanner->input_name when it is NULL. (#93752) + +2002-09-06 Havoc Pennington + + * autogen.sh: automake 1.4 + +2002-09-01 Soeren Sandmann + + * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c: + + Documentation fixes: (#75255, Martin Schulze; #76104, Daryll Strauss) + +2002-08-26 Tor Lillqvist + + * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on + Cygwin (#91696, Masahiro Sakai). + +Tue Aug 20 16:01:03 2002 HideToshi Tajima + + * glib/gconvert.c (strdup_len): validate 'len' argument properly + for the case that input string is not null-terminated. (#91222) + +2002-08-10 Gustavo Noronha Silva + + * configure.in: added pt_BR to ALL_LINGUAS + 2002-08-07 Matthias Clasen * glib/gmarkup.c (g_markup_parse_context_get_element):