summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40661a8b..84e793c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.65.91 to 2.65.92:
+
+ * SoupConnection: Fix check for remote disconnectin idle state
+ [Michael Catanzaro, #134]
+
+ * Code cleanups and warnings fixed [Michael Catanzaro]
+
+ * Remove stale .pc.in files [Claudio Saavedra, #137]
+
+ * Updated translations: Dutch
+
Changes in libsoup from 2.65.90 to 2.65.91:
* Remove RFCs from sources [Tomas Popela, #133]
diff --git a/meson.build b/meson.build
index bb5ea925..6d738b94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.65.91',
+ version: '2.65.92',
meson_version : '>=0.47',
license : 'LGPL2',
default_options : 'c_std=c89')