summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-24 13:22:55 -0400
committerDan Winship <danw@gnome.org>2012-09-24 13:22:55 -0400
commit7496908adfe7ef37462b621b97f1879cc2cc0271 (patch)
treef90d2c9ac1b15d25ad9ccf6ad23f7c35b9b0cadd
parentbcfc0669f5fb8706015ef84b82d924457a911522 (diff)
downloadlibsoup-7496908adfe7ef37462b621b97f1879cc2cc0271.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9eae8aaf..f591aa8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in libsoup from 2.39.92 to 2.40.0
+
+ * New/updated translations:
+ Bengali (India), Bulgarian, Chinese (Simplified), Estonian,
+ German, Hebrew, Hindi, Hungarian, Latvian, Malayalam,
+ Punjabi, Tamil, Telugu, Thai, Ukranian
+
Changes in libsoup from 2.39.91 to 2.39.92:
* Fixed some g_warnings (and a possible crash) with the
diff --git a/configure.ac b/configure.ac
index 188b900b..ce382745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.39.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.40.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])