[Xcb-commit] Branch 'xcb-1.9' - configure.ac NEWS
Alan Coopersmith
alanc at kemper.freedesktop.org
Thu May 30 08:41:48 PDT 2013
NEWS | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 1ac282213543e5f0bbcf621d3798a6c6fad3120b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Thu May 30 08:37:38 2013 -0700
libxcb 1.9.1
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
diff --git a/NEWS b/NEWS
index 533d72b..7dfe1b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 1.9.1 (2013-05-30)
+==========================
+
+* Fix python code to work with python-3
+* Security fix for integer overflow in read_packet() [CVE-2013-2064]
+
Release 1.9 (2012-10-05)
========================
diff --git a/configure.ac b/configure.ac
index 7364383..9796f90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([libxcb],
- 1.9,
+ 1.9.1,
[xcb at lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb.pc.in])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
More information about the xcb-commit
mailing list