Skip to content

Commit

Permalink
SMBServer v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 10, 2017
1 parent 11bc00e commit 39b89ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SMBLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("SMBLibrary")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2016")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
6 changes: 6 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Revision History:
1.0.7 - Improved connection buffer implementation.
Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false.
Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting a file.

1.0.8 - Bugfix: Honor FILE_DELETE_ON_CLOSE flag.
Bugfix: SMB_COM_SESSION_SETUP_ANDX Extended Request: NativeOS and NativeLanMan were not properly read.
Improved Transaction2Subcommands implementation.
Added support for GSSAPI SPNEGO tokens.
API: Added SMBServer.OnLogEntry event.
6 changes: 3 additions & 3 deletions SMBServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("SMBServer")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2016")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]

0 comments on commit 39b89ba

Please sign in to comment.