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 ce56ca4 commit b9b4ff8Copy full SHA for b9b4ff8
NEWS
@@ -1,3 +1,8 @@
1
+Changes between 0.4.0 and 0.4.1:
2
+--------------------------------
3
+ * Fix socket connect() on some OSes (Apple and more)
4
+ * Fix build with recent meson version
5
+
6
Changes between 0.3.2 and 0.4.0:
7
--------------------------------
8
* Switch to meson buildsystem
meson.build
@@ -1,5 +1,5 @@
project('libdsm', ['c'],
- version: '0.4.0',
+ version: '0.4.1',
license: ['LGPL2'],
default_options: ['c_std=c11',
'warning_level=2',
0 commit comments