guacamole-spice-protocol/libguac/ChangeLog

51 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-10-24 19:01:21 +00:00
2012-10-24 Michael Jumper <zhangmzike@users.sourceforge.net>
* Implement audio instruction
2012-10-22 22:49:43 +00:00
2012-10-22 Michael Jumper <zhangmzike@users.sourceforge.net>
* Implement protocol nesting (via "nest" instruction)
* Add size events
2012-10-22 22:49:43 +00:00
* Add guac_client_info structure to be populated during handshake
2012-08-11 20:47:50 +00:00
2012-07-23 Michael Jumper <zhangmaike@users.sourceforge.net>
* Add unit tests for Unicode in protocol
* Fix handling of Unicode (UTF-8) characters in protocol
2012-06-04 03:42:04 +00:00
2012-05-23 David Pham-Van <d.pham-van@ulteo.com>
* Corrected padding in base64 encoding
2012-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>
2012-05-05 02:07:29 +00:00
* Buffer/layer allocation and pooling fixes
* Automatic PNG palletization
* Fix error reporting
* Add log handlers for guac_client_plugin_get_client()
* Add layer and drawing instructions
* Reorganized source
* Raster operations
* Cacheable cursors
2011-12-11 23:00:19 +00:00
2011-12-11 Michael Jumper <zhangmaike@users.sourceforge.net>
* Added functions for alloc/free of layers and buffers
* Added "clip" instruction
* New, more efficient instruction format
* Fixed guac_write_base64 to match docs
* Added guac_error for error reporting and logging
* Consistent naming conventions
* Migrated daemon-specific functionality to guacd
* Made private members of structs private (using double-underscore prefix)
2011-03-16 05:21:25 +00:00
2011-03-14 Michael Jumper <zhangmaike@users.sourceforge.net>
* Lag control ("sync" message)
* Automatic message handle frequency limiting
2011-02-28 Michael Jumper <zhangmaike@users.sourceforge.net>
* Initial release