Skip to content

Commit 8a88734

Browse files
committed
Update changelog.
1 parent 21f9eca commit 8a88734

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,9 @@ Release 0.5.7 - 2014/12/23
207207
IMPROVEMENTS
208208
* Add mpu.exe -r option which is shorthand of --reference.
209209
* Add default and implicit --reference=./MsgPack.dll option in mpu.exe
210+
211+
Release 0.5.8 - 2015/1/18
212+
213+
BUG FIXES
214+
* Fix Unpacker fails to unpack data when the stream returns data one by one. Issue #59
215+
* Fix Unpacker cannot read empty bytes from System.Net API. Issue #60

MsgPack.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>MsgPack.Cli</id>
55
<title>MessagePack for CLI</title>
6-
<version>0.5.7</version>
6+
<version>0.5.8</version>
77
<authors>FUJIWARA, Yusuke</authors>
88
<owners>FUJIWARA, Yusuke</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -12,13 +12,13 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>MessagePack is fast, compact, and interoperable binary serialization format.
1414
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.</description>
15-
<releaseNotes>This release fixes serializer generator bugs.</releaseNotes>
15+
<releaseNotes>This release fixes unpacker bugs related to network use.</releaseNotes>
1616
<copyright>Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright>
1717
<tags>MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D</tags>
1818
<dependencies />
1919
</metadata>
2020
<files>
21-
<file src="bin\**\*.*" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" />
22-
<file src="src\**\*.cs" target="src" exclude="" />
21+
<file src="bin\**\*.dll" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" />
22+
<file src="bin\**\*.XML" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" />
2323
</files>
2424
</package>

0 commit comments

Comments
 (0)