Skip to content

Commit

Permalink
set 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
osexpert committed Nov 15, 2016
1 parent 7692cfe commit 0279f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.3.3 nov 2016
fix heap corruption in ZLibStream when trying to decompress corrupted/invalid data

v1.3.2 feb 2016
target .NET 4.5
fix rare bug where Zipper could add garbage chars to end of file name (missing nullterm)
Expand Down
2 changes: 1 addition & 1 deletion zlibnet/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyCopyright("Copyright (C) Gerry Shaw, Dave F. Baskin, Gunnar Dalsnes")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyVersion("1.3.3")]


public static class ZLibDll
Expand Down

0 comments on commit 0279f8f

Please sign in to comment.