Skip to content

Commit d3f80ec

Browse files
committed
Update NEWS
1 parent 30a838e commit d3f80ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Changes between 0.2.7 and 0.2.8:
1+
Changes between 0.2.7 and 0.3.0:
22
--------------------------------
33

44
* Implement SMB SESSION LOGOFF (0x74)
55
* Add smb_stat_list_next() to reduce directory traversal speed
66
* Fix guest login
77
* Fix compilation when using compatibility layer
8+
* Fix crash against malformed packet in smb_fstat
9+
* Fix too small buffer in smb_session_login_spnego, leading to failure
10+
* Fix payload for smb_negotiate for arm5te
11+
* Fix misc crashes
812

913

1014
Changes between 0.2.6 and 0.2.7:

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.53])
22

3-
AC_COPYRIGHT([Copyright 2014-2016 VideoLabs])
3+
AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])
44

55
AC_INIT([libdsm], [m4_esyscmd([./package_version.sh])], [], [libdsm], [])
66
AC_CONFIG_HEADER(config.h)

0 commit comments

Comments
 (0)