summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2012-03-22 21:52:19 +0100
committerJulien Danjou <julien@danjou.info>2012-03-22 21:52:19 +0100
commit831826a3ef3967bafd1cb72ed780c9d2257b63af (patch)
tree79287020fd9d691c9e4d4d262e0f39916c14d9bd
parent057b54d4bcd5b383343e00a3685e6b1ef343c2d2 (diff)
Release xpyb 1.31.3
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index fbb908b..5238c91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,36 @@
-Release 0.9 (2008-07-29)
-=========================
-
-Initial release.
-
+Release 1.3 (2012-03-22)
+========================
+- Export API to other Python modules
+- Do not provide .py built files in dist packages
+- Do not raise if poll_for_event has no event
+- Rename reply to reply_type.
+- Rename response type field to response_type.
+- Use xcb_discard_request() when deallocating a cookie
+- Make xpybConn a base type
+- Use LIBXCB_CFLAGS so that locally installed XCB headers get preferred
+- Only use the low-order 7 bits of the type code in determining event types
+- Don't blindly access the connection object in xpybCookie_dealloc
+- Removed prototype for obsolete xpybReply_populate routine
+- Ensure that there's still a valid connection to the X server before
+ attempting to send a request
+- Don't leak reply data
-Release 1.0 (2008-10-17)
+Release 1.2 (2009-12-17)
=========================
-Bugfix release.
-
+Documentation and build updates.
Release 1.1 (2009-04-08)
=========================
Added new wrap() function.
+Release 1.0 (2008-10-17)
+=========================
-Release 1.2 (2009-12-17)
+Bugfix release.
+
+Release 0.9 (2008-07-29)
=========================
-Documentation and build updates.
+Initial release.
diff --git a/configure.ac b/configure.ac
index fea6082..ec5f25a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([xpyb],
- 1.2,
+ 1.3,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xpyb.pc.in])
AC_CONFIG_MACRO_DIR([m4])