Jean-Baptiste Kempf 7 gadi atpakaļ
vecāks
revīzija
d3f80ecc5d
2 mainītis faili ar 6 papildinājumiem un 2 dzēšanām
  1. 5 1
      NEWS
  2. 1 1
      configure.ac

+ 5 - 1
NEWS

@@ -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:

+ 1 - 1
configure.ac

@@ -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)