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 5825e92 commit aef2bf0Copy full SHA for aef2bf0
NEWS
@@ -1,3 +1,18 @@
1
+Version 1.3.2
2
+~~~~~~~~~~~~~
3
+
4
+- Changes:
5
+ * socket: [macOS] Fix build on older macOS
6
+ * socket: [Windows] Prevent crash by properly initializing memory buffers
7
+ * Switch to better initializer strategy
8
+ * Fix compilation on MSVC
9
+ * Add extern "C" guards to public headers
10
+ * socket: Improve error message output/verbose logging
11
+ * socket: [Windows] Make sure errno is set in error conditions
12
+ * socket: Allow setting debug level via environment variable
13
+ * socket: [Windows] Use WSAAddressToStringA (ANSI version)
14
+ * socket: [Windows] Use inet_ntop instead of WSAAddressToStringA for >= Vista
15
16
Version 1.3.1
17
~~~~~~~~~~~~~
18
0 commit comments