[Xfce4-commits] <thunarx-python:master> === Release 0.2.1 ===
Adam Plumb
noreply at xfce.org
Thu May 27 18:12:41 CEST 2010
Updating branch refs/heads/master
to fa00805d448369a77862cbe2d8e2648f5d7b87a0 (commit)
from fef21fd7a77a3daefcb315b87db25956a118068e (commit)
commit fa00805d448369a77862cbe2d8e2648f5d7b87a0
Author: Adam Plumb <adamplumb at gmail.com>
Date: Tue Feb 2 08:35:09 2010 -0500
=== Release 0.2.1 ===
NEWS | 5 +++++
configure.ac.in | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index e851ea0..d215217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.2.1:
+ - Override the thunarx.PropertyPage constructor to allow for a string or
+ GtkWidget label
+ - Updated the README file with some corrections and clarifications
+
0.2.0:
- Allow thunarx-python to run on all versions of thunar (>= 0.4.0)
diff --git a/configure.ac.in b/configure.ac.in
index 7511605..c4cbfce 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], [0])
+m4_define([txp_version_micro], [1])
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