mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 14:48:06 +02:00
xcb-proto 1.14.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
0c31b8a29e
commit
496e3ce329
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
Release 1.14.1 (2020-10-08)
|
||||
===========================
|
||||
* Python 3.9 compatibility (stop using removed interfaces)
|
||||
* Fix handling of enum attributes in fields
|
||||
|
||||
Release 1.14 (2020-02-22)
|
||||
=========================
|
||||
* Fix size computation of imported lists
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([XCB Proto],
|
||||
1.14,
|
||||
1.14.1,
|
||||
[xcb@lists.freedesktop.org])
|
||||
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue