Changelog for
golang-github-jwilder-encoding-0.0.0+git20160927.4dada27-1.2.x86_64.rpm :
Mon Dec 19 13:00:00 2016 tboergerAATTsuse.com
- Update to version 0.0.0+git20160927.4dada27:
* Rework unpacking to return values in the same order they were packed
* Reduce memory usage
* Remove timestamp encoding/decoding
* Remove delta package
* Rename encode/decode funcs
* Fix doc issues
* simple8b: remove interfaces, use fixed buffer
* Fix panic when simple8b input isn\'t 64-bit aligned
* Update Reset() to reset all fields.
* Formatting
Mon Dec 19 13:00:00 2016 tboergerAATTsuse.com
- Refactoring based on new packaging proposal
Fri Nov 13 13:00:00 2015 matwey.kornilovAATTgmail.com
- Update to version 0.0.0+git20150928.07d88d4:
+ Clean timestamp encoder
+ Move CanPack to simple8b
+ Return an error from simple8b.Write
+ Add 64bit zig zag encoding helpers
+ Rework unpacking to return values in the same order they were packed
+ Reduce memory usage
+ Remove timestamp encoding/decoding
+ Remove delta package
+ Rename encode/decode funcs
+ Fix doc issues
Fri Nov 13 13:00:00 2015 matwey.kornilovAATTgmail.com
- Initial version