projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c2794
)
Release libxcb 1.4
author
Arnaud Fontaine
<arnau@debian.org>
Wed, 15 Jul 2009 15:15:02 +0000
(16:15 +0100)
committer
Arnaud Fontaine
<arnau@debian.org>
Wed, 15 Jul 2009 15:15:02 +0000
(16:15 +0100)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
f1e1e78
..
af173eb
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,9
@@
+Release 1.4 (2009-07-15)
+========================
+* Add majorCode, minorCode and resourceID fields to X generic error
+* Fix precedence bug: wrong length for big-requests preceded by sync
+* Fix libxcb-randr version info
+
Release 1.3 (2009-05-29)
========================
* Copy full IPv4 mapping (Bug #20665)
diff --git
a/configure.ac
b/configure.ac
index
95fa351
..
96f5079
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3,7
+3,7
@@
AC_PREREQ(2.57)
AC_INIT([libxcb],
- 1.
3
,
+ 1.
4
,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])