summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-02-25 19:44:47 +0000
committerDan Winship <danw@src.gnome.org>2008-02-25 19:44:47 +0000
commit937844bcd935834d0c0cba18d78fdcd956cd46a0 (patch)
tree7baef4a7bc5a779aba6bfa911d5d80334c334e65
parentafba6a120748adef695efba240542d800c2acb8c (diff)
downloadlibsoup-937844bcd935834d0c0cba18d78fdcd956cd46a0.tar.gz
* configure.in: 2.3.4 * NEWS: Update svn path=/trunk/; revision=1096
-rw-r--r--ChangeLog6
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 218faf6f..cbc214b5 100644
--- 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 ad2b0576..e2e5a780 100644
--- 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:
diff --git a/configure.in b/configure.in
index 98b7e1ac..fdd6f118 100644
--- a/configure.in
+++ b/configure.in
@@ -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)