Thomas Guillem 9 роки тому
батько
коміт
54246f3538
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      NEWS

+ 4 - 1
NEWS

@@ -5,8 +5,11 @@ Changes between 0.1.0 and 0.2.0:
  * Add folder creation with smb_directory_create
  * Add files creation with smb_fwrite
  * Add files and folder move/rename with smb_file_mv
- * Fix smb_tree_connect return value and smb_tree_disconnect implementation
  * Fix session state after spnego authentication
+ * Fix return values of all public functions: return a negative number in case
+   of error, and 0 or a positive number in case of success.
+ * Add smb_session_get_nt_status: get the last NT_STATUS
+ * Only export needed symbols
 
 
 Changes between 0.0.7 and 0.1.0: