[libsoup/gnome-3-30] 2.64.3



commit a64991685e4e2e1674b1c541419059583b12beee
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sun Dec 13 12:24:47 2020 -0600

    2.64.3

 NEWS         | 4 ++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4b7798e0..0d2ef290 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.64.2 to 2.64.3:
+
+       * Backport a large number of WebSocket fixes [!160, Claudio Saavedra]
+
 Changes in libsoup from 2.64.1 to 2.64.2:
 
        * TLD tests updated (Claudio Saavedra)
diff --git a/configure.ac b/configure.ac
index e7ae2c48..e25e4c71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [64])
-m4_define([soup_micro_version], [2])
+m4_define([soup_micro_version], [3])
 
 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 5a92cdab..6fdb0ce5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.64.2',
+        version: '2.64.3',
         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]