[Xfce4-commits] <thunarx-python:master> Release 0.2.3

Adam Plumb noreply at xfce.org
Sat Mar 12 17:02:01 CET 2011


Updating branch refs/heads/master
         to 3ea8c96e11bc9b6f2b0237adc3d5f39205d114c5 (commit)
       from 165fd427335c8835efeb9c01cb1bf71eb3891bf6 (commit)

commit 3ea8c96e11bc9b6f2b0237adc3d5f39205d114c5
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Sat Mar 12 11:01:12 2011 -0500

    Release 0.2.3

 NEWS            |    8 ++++++++
 configure.ac.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 70f1e38..8787dd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.2.3:
+    - Fix the python macros to work with python3
+    - Fix the main Makefile.am to only build the docs folder if 
+        --gtk-docs-enable is set
+    - The overview docs now properly includes the example script.  This fixes an
+        install bug
+    - Add support for importing the pygtk module as a PyCapsule
+
 0.2.2:
     - Add gtk-doc documentation
     - Fixed dependency information in the README file
diff --git a/configure.ac.in b/configure.ac.in
index d87a857..6d2a0ca 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([txp_version_major], [0])
 m4_define([txp_version_minor], [2])
-m4_define([txp_version_micro], [2])
+m4_define([txp_version_micro], [3])
 m4_define([txp_version_tag], [])
 m4_define([txp_version_build], [])
 m4_define([txp_version], [txp_version_major().txp_version_minor().txp_version_micro()ifelse(txp_version_tag(), [], [], [txp_version_tag()-txp_version_build()])])



More information about the Xfce4-commits mailing list