[libsoup] 2.63.91



commit a91d07f608693a744272d60b53d9a1137c1de00e
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Aug 14 11:21:47 2018 +0300

    2.63.91

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 73ea7812..368a0019 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.63.90 to 2.63.91:
+
+       * Simplify soup_hosts_matches_host() [Claudio Saavedra]
+       * Add new tests for trailing dots in domain names [Claudio Saavedra]
+       * Updated Turkish translation
+
 Changes in libsoup from 2.63.2 to 2.63.90:
 
        * Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
diff --git a/configure.ac b/configure.ac
index 907968d6..54741d21 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], [90])
+m4_define([soup_micro_version], [91])
 
 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 de0b9dd6..abbc3c08 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.63.90',
+        version: '2.63.91',
         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]