Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 6beb9e9

Browse files
committed
Release xpyb 1.3.1
Signed-off-by: Julien Danjou <[email protected]>
1 parent 64032e0 commit 6beb9e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 1.3.1 (2012-03-23)
2+
==========================
3+
- Depends on xcb-proto 1.7.1
4+
- Fix length field handling, again
5+
- Pack requests using standard size and no alignment
6+
17
Release 1.3 (2012-03-22)
28
========================
39
- Export API to other Python modules

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.57)
55
AC_INIT([xpyb],
6-
1.3,
6+
1.3.1,
77
88
AC_CONFIG_SRCDIR([xpyb.pc.in])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)