summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-03-05 10:27:30 +0200
committerClaudio Saavedra <csaavedra@igalia.com>2019-03-05 10:27:30 +0200
commitd23f2e52a4f85a0dd68170017048a4168c4ca512 (patch)
tree8a9d57447eec79cd8f8096f43b3c15be9efee212
parent0648feb20c93fc9c2972025b90388aeb9fcf5983 (diff)
downloadlibsoup-d23f2e52a4f85a0dd68170017048a4168c4ca512.tar.gz
2.65.922.65.92
-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')