gnet r491 - in trunk: . debian



Author: tpm
Date: Sun Feb  3 18:33:10 2008
New Revision: 491
URL: http://svn.gnome.org/viewvc/gnet?rev=491&view=rev

Log:
	* NEWS:
	* RELEASE:
	* debian/changelog:
	  Update for upcoming 2.0.8 release.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/RELEASE
   trunk/debian/changelog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Feb  3 18:33:10 2008
@@ -1,14 +1,25 @@
-
 GNet NEWS
 ---------
 
 Changes in GNet
 
-2.0.8 (unreleased)
-------------------
-* GConnHttp is no longer marked as experimental
+2.0.8
+-----
+* New API:
+  gnet_conn_set_main_context
+  gnet_conn_http_set_main_context
+  gnet_inetaddr_new_async_full
+  gnet_inetaddr_new_list_async_full
+  gnet_inetaddr_get_name_async_full
+  gnet_tcp_socket_connect_async_full
+  gnet_tcp_socket_new_async_full
+  gnet_tcp_socket_new_async_direct_full
+  gnet_unix_socket_new_abstract
+  gnet_unix_socket_server_new_abstract
+  gnet_uri_parse_inplace
+* GConnHttp API is no longer marked as experimental
 * Fix major memory leak in GConnHttp
-* gnet_init() can safely be called
+* gnet_init() can now safely be called
   more than once now
 * Fix crash when gnet_conn_http_delete()
   is called from within the user callback.
@@ -61,7 +72,7 @@
   to require threading to be present; even my
   wrist watch can do that.  Removs lots of
   unmaintained code and ugly #ifdefs.
-
+(Released Feb 3, 2008)
 
 2.0.7
 -----

Modified: trunk/RELEASE
==============================================================================
--- trunk/RELEASE	(original)
+++ trunk/RELEASE	Sun Feb  3 18:33:10 2008
@@ -1,13 +1,12 @@
 
 Creating the release tarball:
  - update debian/changelog
+ - update NEWS
  - do 'make distcheck'
- - make sure the created tarball
-   really incnludes the HTML docs
+ - make sure the created tarball really includes the HTML docs
    (try 'make dist' if not)
- - run 'grep ss_family src/*.c' - there should
-   be no results; if there are any, use the
-   GNET_SOCKADDR_FAMILY macro instead.
+ - run 'grep ss_family src/*.c' - there should be no results; if there are
+   any, use the GNET_SOCKADDR_FAMILY macro instead.
    
 
 Adding new source files:

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Sun Feb  3 18:33:10 2008
@@ -2,7 +2,7 @@
 
   * New upstream release
 
- -- Tim-Philipp MÃller <t i m zen co uk>  Mon, 25 Apr 2005 17:30:00 +0000
+ -- Tim-Philipp MÃller <t i m zen co uk>  Sun,  3 Feb 2008 18:30:00 +0000
 
 gnet (2.0.7-1) unstable; urgency=low
 



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