commit 062b64d42717ef33b65f987018d2cb6d40da4dd8 Author: Christian Persch Date: Tue May 29 22:03:24 2012 +0200 Version 0.32.2 NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 664c6eebf9cec5ed5e20cec36a8eca78f417d6d0 Author: Jacques-Pascal Deplaix Date: Sat May 26 17:08:56 2012 +0200 Remove a segfault when passing null in tag argument Bug #676886. src/vte.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit bfecfad9912fb13201b7d6d3c74331496cd3d523 Author: Christian Persch Date: Wed May 23 18:51:16 2012 +0200 table: Move GValueArray existence check/creation out of loop src/table.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 98ce2f265f986fb88c38d508286bb5e3716b9e74 Author: Christian Persch Date: Sat May 19 20:04:12 2012 +0200 emulation: Limit repetitions Don't allow malicious sequences to cause excessive repetitions. https://bugzilla.gnome.org/show_bug.cgi?id=676090 src/vteseq.c | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) commit feeee4b5832b17641e505b7083e0d299fdae318e Author: Christian Persch Date: Sat May 19 19:36:09 2012 +0200 emulation: Limit integer arguments to 65535 To guard against malicious sequences containing excessively big numbers, limit all parsed numbers to 16 bit range. Doing this here in the parsing routine is a catch-all guard; this doesn't preclude enforcing more stringent limits in the handlers themselves. https://bugzilla.gnome.org/show_bug.cgi?id=676090 src/table.c | 2 +- src/vteseq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a9d6a34708f846952f423d078397352858f7b1a4 Author: Christian Persch Date: Sat May 12 18:48:05 2012 +0200 keymap: Treat ALT as META https://bugzilla.gnome.org/show_bug.cgi?id=663779 src/vte.c | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) commit 476a8b4aa9e03ac7c657e489b532df1efa7db3f0 Author: Christian Persch Date: Mon Apr 30 22:49:23 2012 +0200 Remove notify of nonexisting object property src/vte.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit e8d55ffaa517910200148ed4cfd030120e9a9a9e Author: Jason Conti Date: Thu Apr 19 18:37:10 2012 -0400 Use top_srcdir/top_builddir in DOC_SOURCE_DIR to fix out-of-tree builds. Bug #674443. doc/reference/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit dde7e42ec946e6f31e861a06fa9024f6583ef596 Author: Christian Persch Date: Mon Apr 16 19:19:26 2012 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)