diff --git a/documentation/history.doc b/documentation/history.doc index 01815fe..267080e 100644 --- a/documentation/history.doc +++ b/documentation/history.doc @@ -765,3 +765,12 @@ smbfs 1.84 (25.3.2016) - Major rework of the code which decodes individual commands, their parameters and the responses. This is still incomplete, but it's a lot more useful now than before. + + +smbfs 1.85 (27.3.2016) + +- Moved the SMB decoding code out of "sock.c" and into a + separate set of files. + +- The SMB decoding code should be functionally complete now, + covering all the commands which smbfs uses. diff --git a/source_code/smbfs_rev.h b/source_code/smbfs_rev.h index 6eb92b1..3726ce2 100644 --- a/source_code/smbfs_rev.h +++ b/source_code/smbfs_rev.h @@ -1,6 +1,6 @@ #define VERSION 1 -#define REVISION 84 -#define DATE "25.3.2016" -#define VERS "smbfs 1.84" -#define VSTRING "smbfs 1.84 (25.3.2016)\r\n" -#define VERSTAG "\0$VER: smbfs 1.84 (25.3.2016)" +#define REVISION 85 +#define DATE "27.3.2016" +#define VERS "smbfs 1.85" +#define VSTRING "smbfs 1.85 (27.3.2016)\r\n" +#define VERSTAG "\0$VER: smbfs 1.85 (27.3.2016)" diff --git a/source_code/smbfs_rev.rev b/source_code/smbfs_rev.rev index 871727d..a862eb8 100644 --- a/source_code/smbfs_rev.rev +++ b/source_code/smbfs_rev.rev @@ -1 +1 @@ -84 +85