X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-2;h=f91ac7e7d3b9911395fea880d8b27ebf14bae79a;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=a5c043d0a0f1cbe37bf526069d3236489899c597;hpb=66a12cdfaed5a1e46c86a941206abee2bdcbdb2d;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index a5c043d..f91ac7e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,82 @@ +Fri Dec 20 10:45:29 2002 Owen Taylor + + * === Released 2.2.0 === + + * INSTALL.in: --enable-included-printf, not --enable-trio. + (Matthias Clasen) + +Fri Dec 20 09:52:15 2002 Owen Taylor + + * INSTALL.in: Document --enable-trio, --disable-mempools, + --enable-debug. Include docs on cross compilation. + + * NEWS: Update. + + * configure.in: Version 2.2.0, interface age 0. + +Fri Dec 20 09:37:27 2002 Owen Taylor + + * gthread/gthread-impl.c (g_thread_init): Call g_main_thread_init() + after setting g_threads_got_initialized. (#101624, + Alceste Scalas, Sebastian Wilhelmi) + +Wed Dec 18 16:19:08 2002 Manish Singh + + * glib/gtypes.h: new endian asm for ia64 and x86_64, general + reorg and clean up. New implementation of GUINT16_SWAP_LE_BE_CONSTANT() + that should optimize better. (#101318) + +2002-12-17 Tor Lillqvist + + Improvement based on suggestion by Thorsten Maerz: + + * glib/giowin32.c (struct _GIOWin32Channel): Don't need thread_handle. + + (create_thread): We can close thread handle right away, it isn't + used for anything. + + (read_thread, select_thread): Thus, don't close it here. + + Fix #57690, partial fix for #57689: + + * glib/giowin32.c (g_io_win32_set_flags): Don't set the GError, + instead call g_warning(). + + (g_io_win32_fd_get_flags_internal): New function, sets the + is_readable, is_writeable and is_seekable flags based on the + actual access modes of the underlying Win32 HANDLE, by trying + Win32 ReadFile() and WriteFile() of zero bytes, and + PeekNamedPipe(). Should work for disk files and pipes. For devices + (consoles) unfortunately not. + + (g_io_win32_fd_get_flags): Don't set the + G_IO_FLAG_IS_{READ,WRITE}ABLE flags, g_io_channel_get_flags() + already does. Call g_io_win32_fd_get_flags_internal() to set the + is_* flags. + + (g_io_win32_msg_get_flags, g_io_win32_sock_get_flags): Splice the + generic g_io_win32_get_flags() into these specific functions, as + they need to do different things. Not implemented yet, though. + + (g_io_channel_win32_new_fd_internal): New function, to avoid + duplicate fstat() calls. Most code from g_io_channel_win32_new_fd() + moved here. Call g_io_win32_fd_get_flags_internal() to set the + is_* flags. + + (g_io_channel_win32_new_fd, g_io_channel_unix_new): Call + g_io_channel_win32_new_fd_internal(). + + (g_io_win32_no_seek): Remove. Don't set is_seekable for those + channel types. + +Mon Dec 16 17:31:50 2002 Owen Taylor + + * === Released 2.1.5 === + + * configure.in: Version 2.1.5, interface age 2. + + * NEWS: Updated. + Mon Dec 16 14:58:33 2002 Owen Taylor * configure.in: Add a hack to mostly deal with @@ -146,7 +225,7 @@ Thu Dec 12 13:52:58 2002 Owen Taylor Wed Dec 11 17:53:34 2002 Owen Taylor - * === Release 2.1.4 === + * === Released 2.1.4 === * NEWS: Updates.