From c8d2f232d6ac2faa9c0f4d1378d9b0b0ec56d02c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 11 Dec 2011 15:00:19 -0800 Subject: [PATCH] Update changelog --- libguac/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libguac/ChangeLog b/libguac/ChangeLog index ccbd5d4f..544da378 100644 --- a/libguac/ChangeLog +++ b/libguac/ChangeLog @@ -1,3 +1,14 @@ +2011-12-11 Michael Jumper + + * 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 * Lag control ("sync" message)