File: ChangeLog

package info (click to toggle)
libguac 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,528 kB
  • ctags: 426
  • sloc: sh: 10,131; ansic: 1,639; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 986 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2011-05-04 Michael Jumper <zhangmaike@users.sourceforge.net>

	* 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 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-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