Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,24 +0,0 @@
2005-10-15 Zoltan Varga <vargaz@freemail.hu>
* Import 0.84 version of SharpZipLib and merge local changes. This is
needed by newer versions of IKVM.
* ICSharpCode.SharpZipLib: Remove 0.6 version.
2004-11-25 Raja R Harinath <rharinath@novell.com>
* Makefile (EXTRA_DISTFILES): Add SharpZipLib.pub.
2004-06-21 Raja R Harinath <rharinath@novell.com>
* Makefile (LIBRARY_SNK): Sign with SharpZipLib.key. The library
is delay-signed according to ICSharpCode.SharpZipLib/AssemblyInfo.cs.
2004-06-09 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Don't sign this assembly as it is fully signed during
compilation (we have the original private key). Thanks to Jackson.
2004-05-28 Duncan Mak <duncan@ximian.com>
* SharpZipLib.pub: Added public key.

View File

@@ -6,7 +6,7 @@ LIBRARY = ICSharpCode.SharpZipLib.dll
LIBRARY_SNK = SharpZipLib.key
LIB_REFS = System System.Xml
LIB_MCS_FLAGS = /r:$(corlib) -warn:1
LIB_MCS_FLAGS = -warn:1
NO_TEST = yes
EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)