mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 18:58:03 +02:00
Release xcb-proto 1.4
This commit is contained in:
parent
d7f720df74
commit
3b32ef907c
2 changed files with 6 additions and 1 deletions
5
NEWS
5
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.
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue