| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |
