Changelog for
golang-github-burntsushi-xgb-0.0.0+git20160522.27f1227-1.30.x86_64.rpm :
Wed Dec 7 13:00:00 2016 tboergerAATTsuse.com
- Update to version 0.0.0+git20160522.27f1227:
* Formatting and 80 cols.
* add a new api: NewConnNet
* assign a sequence id to the cookie before returning from Conn.NewRequest
* Remove panics/fatal errors.
* sendRequest reads req.buf after closing req.seq
* Read/Write mutex for Extensions map
* Handle wildcard values in Xauthority file
* fix structs with field name of \'Bytes\'
* Remove stray format char in randr example
Wed Dec 7 13:00:00 2016 tboergerAATTsuse.com
- Refactoring based on new packaging proposal
Sat Aug 15 14:00:00 2015 iAATTmarguerite.su
- initial version 0.0.0+git20150426.3ac861b:
+ Use consistent extension names. Close #6.
+ example/randr: check the GetOutputInfo\'s mode length (virtual head can have zero mode)
+ examples:randr use info.Connection to detect whether there has any Randr.Modes
+ Fix Issue #21: automatic calculation of alignment padding after lists
+ Formatting and 80 cols.
+ add a new api: NewConnNet
+ assign a sequence id to the cookie before returning from Conn.NewRequest
+ Remove panics/fatal errors.