summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorAndy Lanoix <alanoix@src.gnome.org>2001-07-02 23:57:19 +0000
committerAndy Lanoix <alanoix@src.gnome.org>2001-07-02 23:57:19 +0000
commit527a42249344f1eb654b54f37420225a56ec88fd (patch)
tree9886c057944d7c8ef4701081d733cef40b6cac16 /ChangeLog.pre-2-12
parent7d676fb206bc3b9ad246c4e78410cb83b15aef72 (diff)
*giowin32.c: g_source_remove()ing an socket iochannel closes
the socket when it should not. Patch by Peter Zelezny <zed@linux.com> *giowin32.c: Fix a few typos
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-128
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 1ca174ecf..a9a1deaf7 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,11 @@
+Mon Jul 2 19:48:52 2001 Andrew Lanoix <alanoix@umich.edu>
+
+ *giowin32.c: g_source_remove()ing an socket iochannel closes
+ the socket when it should not. Patch by Peter Zelezny
+ <zed@linux.com>
+
+ *giowin32.c: Fix a few typos
+
Mon Jul 2 16:03:21 2001 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.c (g_io_channel_get_buffer_condition): Fix.