We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7302c2 commit 1f7d16eCopy full SHA for 1f7d16e
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Zurl Changelog
2
==============
3
4
+v. 1.10.1 (2019-03-29)
5
+
6
+ * Disable OpenSSL on Mac. It conflicts with libcurl's TLS backend.
7
+ * WebSocket: don't send empty path.
8
+ * WebSocket: don't sometimes emit error during clean close.
9
10
v. 1.10.0 (2018-12-18)
11
12
* Fix compilation with libcurl 7.62.
src/app.cpp
@@ -51,7 +51,7 @@
51
#include "log.h"
52
#include "worker.h"
53
54
-#define VERSION "1.10.0"
+#define VERSION "1.10.1"
55
56
static void cleanStringList(QStringList *in)
57
{
0 commit comments