Skip to content

Commit b9b4ff8

Browse files
committed
Update NEWS and update version to 0.4.1
1 parent ce56ca4 commit b9b4ff8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
Changes between 0.3.2 and 0.4.0:
27
--------------------------------
38
* Switch to meson buildsystem

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libdsm', ['c'],
2-
version: '0.4.0',
2+
version: '0.4.1',
33
license: ['LGPL2'],
44
default_options: ['c_std=c11',
55
'warning_level=2',

0 commit comments

Comments
 (0)