[libsoup] 2.65.1
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.65.1
- Date: Mon, 8 Oct 2018 14:06:32 +0000 (UTC)
commit f880a4a2de0f6e8ecfbe23078c71f1409f9a1b5d
Author: Claudio Saavedra <csaavedra igalia com>
Date: Mon Oct 8 15:58:20 2018 +0300
2.65.1
NEWS | 10 ++++++++++
configure.ac | 4 ++--
meson.build | 2 +-
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 44987556..85187ac1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.64.0 to 2.65.1:
+
+ * Added MTLMv2 responses support [Michal HrubĂ˝]
+ * Many fixes to the meson build system [Tomas Popela]
+ * Remove Visual Studio project files [Chun-wei Fan]
+ * Enable VAPI by default [#119, Jeremy Bicha]
+ * New strict header field parameter parsing API [Claudio Saavedra]
+ * Code cleanups [Claudio Saavedra]
+ * Updated translations: Belarusian, Serbian
+
Changes in libsoup from 2.63.92 to 2.64.0:
* Many fixes to the meson build system [#7, #8, #9, #11, Tomas Popela]
diff --git a/configure.ac b/configure.ac
index 4d139bab..60882368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [64])
-m4_define([soup_micro_version], [0])
+m4_define([soup_minor_version], [65])
+m4_define([soup_micro_version], [1])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
diff --git a/meson.build b/meson.build
index 9f603f19..3d4e650f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.64.0',
+ version: '2.65.1',
meson_version : '>=0.47',
license : 'LGPL2',
default_options : 'c_std=c89')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]