[Xcb-commit] NEWS configure.ac
Julien Danjou
jdanjou at kemper.freedesktop.org
Tue Feb 17 02:21:27 PST 2009
NEWS | 5 +++++
configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 3b32ef907c26bf8babda8eebb1cc5d5ab524976b
Author: Julien Danjou <julien at danjou.info>
Date: Mon Feb 16 11:35:46 2009 +0100
Release xcb-proto 1.4
diff --git a/NEWS b/NEWS
index 8c91ed8..e007eae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 1.4 (2009-02-16)
+========================
+* Add explicit padding in various protocol description.
+* Associate fields with the enum which describes their allowed values.
+
Release 1.3 (2008-12-10)
========================
Explicit padding was added in various protocol description.
diff --git a/configure.ac b/configure.ac
index 8a8281d..6ada425 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([XCB Proto],
- 1.3,
+ 1.4,
[xcb at lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
More information about the xcb-commit
mailing list