[glibmm] disable network io stuff. punt to next release



commit d97864564725413d18844ccd7ecd8b50bedc49cd
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Tue Sep 8 13:17:55 2009 -0500

    disable network io stuff.  punt to next release

 ChangeLog           |    6 ++++++
 gio/src/filelist.am |   24 +++++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c447ecc..8ed3da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-09-08  Jonathon Jongsma  <jonathon jongsma collabora co uk>
 
+	* gio/src/filelist.am: disable network IO stuff for now since it's
+	too close to the stable release and we don't want to have unfinished
+	API that isn't well-tested.
+
+2009-09-08  Jonathon Jongsma  <jonathon jongsma collabora co uk>
+
 	* gio/src/inetaddress.hg:
 	* gio/src/networkaddress.hg:
 	* gio/src/networkservice.hg:
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index 333351c..aece5c9 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -37,9 +37,6 @@ giomm_files_any_hg =			\
 	filterinputstream.hg		\
 	filteroutputstream.hg		\
 	icon.hg				\
-	inetaddress.hg			\
-	inetsocketaddress.hg		\
-	initable.hg			\
 	inputstream.hg			\
 	iostream.hg			\
 	loadableicon.hg			\
@@ -47,20 +44,25 @@ giomm_files_any_hg =			\
 	memoryoutputstream.hg		\
 	mount.hg			\
 	mountoperation.hg		\
-	networkaddress.hg		\
-	networkservice.hg		\
 	outputstream.hg			\
-	resolver.hg			\
 	seekable.hg			\
-	socket.hg			\
-	socketaddress.hg		\
-	socketaddressenumerator.hg	\
-	socketconnectable.hg		\
-	srvtarget.hg			\
 	themedicon.hg			\
 	volume.hg			\
 	volumemonitor.hg
 
+## Network IO not ready for stable release
+##	inetaddress.hg			\
+##	inetsocketaddress.hg		\
+##	initable.hg			\
+##	networkaddress.hg		\
+##	networkservice.hg		\
+##	resolver.hg			\
+##	socket.hg			\
+##	socketaddress.hg		\
+##	socketaddressenumerator.hg	\
+##	socketconnectable.hg		\
+##	srvtarget.hg
+
 giomm_files_posix_hg =			\
 	desktopappinfo.hg		\
 	unixinputstream.hg		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]