summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-08-10 10:58:00 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2018-08-10 10:58:00 +0300
commit578f7d804529761d68b0cc3e4a77089682ded63c (patch)
treed7e86e1a3431728ee24d4f5331d9dfb45d8cc10e
parenta184e92bf02ddd3288671f51e40d8c1980c7a8e5 (diff)
downloadlibsoup-gnome-3-28.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b64f41b..a9a19423 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.62.2 to 2.62.3:
+
+ * Check for trailing dots in domains [#5, Claudio Saavedra]
+ * Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
+ * 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]
+
+ Note: from now onwards bgo# references bugs in GNOME Bugzilla
+ and # issues in GNOME gitlab.
+
Changes in libsoup from 2.62.1 to 2.62.2:
* Fixes to instrospection annotation [#795135,
diff --git a/configure.ac b/configure.ac
index d8f2dd81..82fa4241 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [62])
-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])