[libsoup] 2.63.90
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.63.90
- Date: Thu, 9 Aug 2018 14:10:24 +0000 (UTC)
commit dfc4a9ee505ce63c00b40c8a00a3c2d250af1025
Author: Claudio Saavedra <csaavedra igalia com>
Date: Fri Aug 3 17:48:59 2018 +0300
2.63.90
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3d0a08ad..73ea7812 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.63.2 to 2.63.90:
+
+ * Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
+ * Fixes to GObject-introspection [bgo#794787, Corentin Noël]
+ * Use atomic-refcounting in classes that are not using GObject-refcounting
+ [bgo#785110, Edward Hervey]
+ * Many Coverity-found code fixes [bgo#781771, Milan Crha]
+ * Bail out on cookie-jar calls with empty hostnames [#3, Michael Catanzaro]
+ * Fixes to the simple-httpd example [#2, Mooffie]
+ * Updated translations: Chinese (Taiwan), Catalan
+
+ Note: from now onwards bgo# references bugs in GNOME Bugzilla
+ and # issues in GNOME gitlab.
+
Changes in libsoup from 2.63.1 to 2.63.2:
* Many fixes to the meson build system support [#795324,
diff --git a/configure.ac b/configure.ac
index 98ea0208..907968d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [63])
-m4_define([soup_micro_version], [2])
+m4_define([soup_micro_version], [90])
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 329e8890..de0b9dd6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.63.2',
+ version: '2.63.90',
meson_version : '>=0.43',
license : 'LGPL2',
default_options : 'c_std=c89')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]