File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >MessagePack is fast, compact, and interoperable binary serialization format.
1414This 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 >
You can’t perform that action at this time.
0 commit comments