projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f720d
)
Release xcb-proto 1.4
author
Julien Danjou
<julien@danjou.info>
Mon, 16 Feb 2009 10:35:46 +0000
(11:35 +0100)
committer
Julien Danjou
<julien@danjou.info>
Mon, 16 Feb 2009 13:54:50 +0000
(14:54 +0100)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
8c91ed8
..
e007eae
100644
(file)
--- 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
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])