summaryrefslogtreecommitdiff
authorJulien Danjou <julien@danjou.info>2012-03-23 22:39:23 (GMT)
committer Julien Danjou <julien@danjou.info>2012-03-23 22:39:23 (GMT)
commit6beb9e93f64256837ff3cc34f171d7abe86e184c (patch) (side-by-side diff)
tree032ef136b87a0fc731ecb030922695b656ef5f94
parent64032e0579fea517c22723a914441344da4feea2 (diff)
downloadxpyb-master.zip
xpyb-master.tar.gz
Release xpyb 1.3.1HEAD1.3.1master
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5238c91..f325731 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 1.3.1 (2012-03-23)
+==========================
+- Depends on xcb-proto 1.7.1
+- Fix length field handling, again
+- Pack requests using standard size and no alignment
+
Release 1.3 (2012-03-22)
========================
- Export API to other Python modules
diff --git a/configure.ac b/configure.ac
index 4262900..610433e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([xpyb],
- 1.3,
+ 1.3.1,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xpyb.pc.in])
AC_CONFIG_MACRO_DIR([m4])