diff options
author | Matthias Klose <doko@ubuntu.com> | 2017-01-22 18:07:04 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2017-01-22 18:07:04 +0000 |
commit | 0f314c78c2f6802622820248641e4f4bdf97e816 (patch) | |
tree | 86290f2ef953332b0d98f0f6333147a96109537d /zlib/contrib/dotzlib | |
parent | 8d86f717985224c6b65e7730275f7a7fa58dbc31 (diff) | |
download | gcc-0f314c78c2f6802622820248641e4f4bdf97e816.tar.gz |
2017-01-22 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.11.
* configure: Regenerate.
Changes in 1.2.11 (15 Jan 2017)
- Fix deflate stored bug when pulling last block from window
- Permit immediate deflateParams changes before any deflate input
From-SVN: r244762
Diffstat (limited to 'zlib/contrib/dotzlib')
-rw-r--r-- | zlib/contrib/dotzlib/DotZLib/UnitTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/dotzlib/DotZLib/UnitTests.cs b/zlib/contrib/dotzlib/DotZLib/UnitTests.cs index a0e39857cc8..44f76332ba0 100644 --- a/zlib/contrib/dotzlib/DotZLib/UnitTests.cs +++ b/zlib/contrib/dotzlib/DotZLib/UnitTests.cs @@ -156,7 +156,7 @@ namespace DotZLibTests public void Info_Version()
{
Info info = new Info();
- Assert.AreEqual("1.2.10", Info.Version);
+ Assert.AreEqual("1.2.11", Info.Version);
Assert.AreEqual(32, info.SizeOfUInt);
Assert.AreEqual(32, info.SizeOfULong);
Assert.AreEqual(32, info.SizeOfPointer);
|