Add 1.6.8 release notes.

This commit is contained in:
Milan Broz
2015-09-08 12:26:54 +02:00
parent 7d9a14fd24
commit f238e8c075
2 changed files with 49 additions and 1 deletions

View File

@@ -1173,12 +1173,13 @@ int crypt_header_restore(struct crypt_device *cd,
const char *backup_file);
/**
* Receive last reported error.
* Receive last reported error, DEPRECATED.
*
* @param cd crypt device handle
* @param buf buffef for message
* @param size size of buffer
*
* @note This function is DEPRECATED and will be removed in future versions.
* @note All error messages are reported also through log callback.
*/
void crypt_last_error(struct crypt_device *cd, char *buf, size_t size);