Skip to content

Commit 38e8f2c

Browse files
jbkempftguillem
authored andcommitted
Update NEWS for 0.3.2 and update version to 0.4.0
1 parent 9ba6fa7 commit 38e8f2c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

NEWS

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
Changes between 0.3.1 and 0.3.3:
1+
Changes between 0.3.2 and 0.4.0:
22
--------------------------------
33
* Switch to meson buildsystem
4+
* Add support for older CIFS tree connect response
45
* add smb_session_abort() and netbios_ns_abort() that allow interrupting any
56
I/O operations
67

78

9+
Changes between 0.3.1 and 0.3.2:
10+
--------------------------------
11+
12+
* Disable sigpipe to avoid crash when network goes down
13+
14+
815
Changes between 0.3.0 and 0.3.1:
916
--------------------------------
1017

meson.build

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

0 commit comments

Comments
 (0)