summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-09-02 16:41:37 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-09-02 16:41:37 +0300
commit6ef233e2f34e27866e90b550fcca7def9257f98b (patch)
tree3490be9a7297f84f0933ac365fe0f840fab59133 /NEWS
parentf9ad17fd4ec44073e16354ef2aaf10859fae9cbc (diff)
downloadlibsoup-6ef233e2f34e27866e90b550fcca7def9257f98b.tar.gz
2.67.932.67.93
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a15a8a2..45395317 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in libsoup from 2.67.92 to 2.67.93:
+
+ * SoupMessage: Handle Transfer-Encoding: identity for
+ compatibility reasons [#148, Thomas Bluemel, Normen Bolling]
+
+ * WebSockets: Only poll IO stream when needed [Carlos Garcia
+ Campos]
+
+ * WebSockets: Properly set cookies received during handshake
+ [Carlos Garcia Campos]
+
+ * WebSockets: Plug a couple of memory leaks and fix a few
+ read-after-free memory errors [Claudio Saavedra]
+
+ * WebSockets: document how web socket extensions should treat
+ buffers in case of error [Claudio SaavedrÉ™]
+
+ * SoupSession: Don't reset user GCancellable internally [Tom
+ Bailey]
+
+ * Tests: Make tests installable [Simon McVittie]
+
+ * Remove deprecate GTimeVal internal usage [Claudio Saavedra]
+
+ * CI: increase coverage by enabling all features during
+ testing [Claudio Saavedra]
+
+ * Updated translations: Korean, German, Galician, Hungarian,
+ Slovenian, Latvian, Finnish, Serbian, Catalan, Polish
+
Changes in libsoup from 2.67.91 to 2.67.92:
* Silence GTimeVal deprecation warnings. [Michael Catanzaro]