Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 18, 2018
1 parent 30a838e commit d3f80ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Changes between 0.2.7 and 0.2.8:
Changes between 0.2.7 and 0.3.0:
--------------------------------

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


Changes between 0.2.6 and 0.2.7:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.53])

AC_COPYRIGHT([Copyright 2014-2016 VideoLabs])
AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])

AC_INIT([libdsm], [m4_esyscmd([./package_version.sh])], [], [libdsm], [])
AC_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit d3f80ec

Please sign in to comment.