summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlex Graveley <alex@ximian.com>2001-11-08 20:00:37 +0000
committerAlex Graveley <orph@src.gnome.org>2001-11-08 20:00:37 +0000
commita68d47ba0250da437c22e2fb90e70ced9bf1cb6b (patch)
treeeff288bce15850b816aaf6da3de6d80f9464f1f4 /ChangeLog
parentd00299e02f8e7c7c5f732b34285b283c4a21e5b6 (diff)
downloadlibsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.tar.gz
libsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.tar.bz2
libsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.zip
Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and the
2001-11-08 Alex Graveley <alex@ximian.com> * configure.in (debug_default): Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and the ptrace magic) by default. To turn back on for a debugging environment, use --enable-debug. * src/libsoup/soup-socket-unix.c (SOUP_PTRACE_DETACH): Wrap SOUP_PTRACE defines in check for G_ENABLE_DEBUG.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 117af97c..62b94a4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-11-08 Alex Graveley <alex@ximian.com>
+ * configure.in (debug_default): Set debug default to "minimum",
+ which turns off G_ENABLE_DEBUG (and the ptrace magic) by default.
+ To turn back on for a debugging environment, use --enable-debug.
+
+ * src/libsoup/soup-socket-unix.c (SOUP_PTRACE_DETACH): Wrap
+ SOUP_PTRACE defines in check for G_ENABLE_DEBUG.
+
+2001-11-08 Alex Graveley <alex@ximian.com>
+
* src/libsoup/soup-socks.c (socks_data_free): Add cleanup function
to avoid leaving context/address references around.
(WSHORT): Use memcpy.