Release xcb-proto 1.4

This commit is contained in:
Julien Danjou 2009-02-16 11:35:46 +01:00
parent d7f720df74
commit 3b32ef907c
2 changed files with 6 additions and 1 deletions

5
NEWS
View file

@ -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.

View file

@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([XCB Proto],
1.3,
1.4,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])