Author: danw
Date: Mon Jan 28 21:49:39 2008
New Revision: 1060
URL: http://svn.gnome.org/viewvc/libsoup?rev=1060&view=rev

Log:
        * configure.in: Bump version to 2.3.0.1

        * NEWS: Update

        * docs/reference/Makefile.am (content_files): include
        porting-2.2-2.4.xml


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/docs/reference/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS  (original)
+++ trunk/NEWS  Mon Jan 28 21:49:39 2008
@@ -1,3 +1,65 @@
+Changes in libsoup from the 2.2 series to 2.3.0.1:
+
+       libsoup 2.3.0 is the first beta release of the libsoup 2.4
+        series. It is an API break from the earlier 2.2 series that
+        fixes various bugs and API warts and lays the groundwork for
+        language bindings and various new features in upcoming
+        releases.
+
+       (2.3.0.1 is identical to the 2.3.0 release in terms of code,
+       but includes this updated NEWS file which was accidentally
+       left out of the 2.3.0 tarball.)
+
+       
http://library.gnome.org/devel/libsoup/unstable/libsoup-porting-2.2-2.4.html
+       goes over the API changes in detail. If you have questions not
+       answered by the porting document, please send mail to
+       [EMAIL PROTECTED]
+
+       Specific user-reported bugs fixed in this release:
+
+       * SoupURI now correctly handles URIs with complex encoded
+          queries [#266516, Jean-Yves Lefort]
+
+       * It is now possible for a SoupServer to use Digest auth
+          without needing to have the cleartext password available.
+          [#347108, Anas Nashif]
+
+       * Digest authentication now properly handles "stale=true" and
+          "nextnonce=..." [#471380, Jari Urpalainen]
+
+       * SoupServer is now subclassible [#491653, Mathias Hasselmann]
+
+       * soup_server_run_async and soup_server_quit no longer ref and
+          unref the server, as that doesn't match ordinary GObject
+          conventions [#494128, Mathias Hasselmann]
+
+       * The test programs no longer use a symbol name that conflicts
+          with Cygwin [#501631, Cygwin Ports Maintainer]
+
+       * libsoup can now handle the not-quite-HTTP responses returned
+          by Shoutcast servers [#502325, Wouter Cloetens]
+
+       * If you use libsoup while disconnected from the network, it
+          no longer caches the failed DNS results [#508593, Bradley
+          Worley]
+
+       Items from http://live.gnome.org/LibSoup/ToDo fixed:
+
+       * "Expect: 100-continue" processing now works correctly on
+         both client and server.
+
+       * SoupSessions are no longer leaked
+
+       * The XML-RPC API is improved. The SOAP API is gone...
+
+       * Added utility functions for HTML form handling
+
+       * Improved message header handling
+
+       * SoupServer now automatically adds a "Date" header
+
+==========
+
 Changes in libsoup from 2.2.103 to 2.2.104:
 
        * soup_message_io_pause() and soup_message_io_pause() are now

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in  (original)
+++ trunk/configure.in  Mon Jan 28 21:49:39 2008
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.3.0)
+AC_INIT(libsoup, 2.3.0.1)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am    (original)
+++ trunk/docs/reference/Makefile.am    Mon Jan 28 21:49:39 2008
@@ -41,7 +41,7 @@
 HTML_IMAGES = 
 
 # Extra XML files that are included by $(DOC_MAIN_SGML_FILE).
-content_files = client-howto.xml server-howto.xml
+content_files = client-howto.xml server-howto.xml porting-2.2-2.4.xml
 
 # Other files to distribute.
 extra_files =
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to