2.3.4 LIBSOUP_2_3_4
authorDan Winship <danw@src.gnome.org>
Mon, 25 Feb 2008 19:44:47 +0000 (19:44 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 25 Feb 2008 19:44:47 +0000 (19:44 +0000)
* configure.in: 2.3.4

* NEWS: Update

svn path=/trunk/; revision=1096

ChangeLog
NEWS
configure.in

index 218faf6..cbc214b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-02-25  Dan Winship  <danw@gnome.org>
 
+       * configure.in: 2.3.4
+
+       * NEWS: Update
+
+2008-02-25  Dan Winship  <danw@gnome.org>
+
        * docs/reference/Makefile.am (DOC_MODULE): rename from libsoup to
        libsoup-2.4
        (TARGET_DIR): don't need to override this now
diff --git a/NEWS b/NEWS
index ad2b057..e2e5a78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.3.2 to 2.3.4:
+
+       * The documentation should be accessible from devhelp again
+          [#518384, Mart Raudsepp]. (Also fixed another
+          documentation-generation bug that affected builds from svn,
+          but not the 2.3.2 tarball for some reason. [#518317,
+          Benjamin Otte].)
+
+       * Fixed dependencies in libsoup-2.4.pc file [#517631,
+          Sebastian Dröge]
+
 Changes in libsoup from 2.3.0.1 to 2.3.2:
 
        API changes / Behavior changes:
index 98b7e1a..fdd6f11 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.3.3)
+AC_INIT(libsoup, 2.3.4)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)