summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c4da34f..40661a8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.65.90 to 2.65.91:
+
+ * Remove RFCs from sources [Tomas Popela, #133]
+
Changes in libsoup from 2.65.2 to 2.65.90:
* Avoid using threads in SoupRequestFile asynchronous API
diff --git a/meson.build b/meson.build
index 0221785e..bb5ea925 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.65.90',
+ version: '2.65.91',
meson_version : '>=0.47',
license : 'LGPL2',
default_options : 'c_std=c89')