[Xfce4-commits] <thunarx-python:master> Release 0.3.0
Adam Plumb
noreply at xfce.org
Fri Mar 25 19:42:03 CET 2011
Updating branch refs/heads/master
to 68111c9e70b3da122bf7e34ef69d435af8f49e1d (commit)
from 498daa46c98fefccee671d0d88656c0bce6c56bd (commit)
commit 68111c9e70b3da122bf7e34ef69d435af8f49e1d
Author: Adam Plumb <adamplumb at gmail.com>
Date: Fri Mar 25 14:42:02 2011 -0400
Release 0.3.0
NEWS | 8 ++++++++
configure.ac.in | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 8787dd9..1cb3291 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.3.0:
+ - Look for python extensions in $XDG_DATA_DIR/thunarx-python/extensions now. No longer look in /usr/lib/thunarx-1/python.
+ - Fix PyCapsule support for the pygobject module
+ - Don't hard-code the docs directory in the Makefile.am files
+ - Use g_return_val_if_fail in override function instead of g_return_if_fail
+ - Updated documentation and moved examples to its own folder
+ - Removed the dependency on gnome-python2, there was no need for it.
+
0.2.3:
- Fix the python macros to work with python3
- Fix the main Makefile.am to only build the docs folder if
diff --git a/configure.ac.in b/configure.ac.in
index dd2986e..c920c18 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,8 +12,8 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([txp_version_major], [0])
-m4_define([txp_version_minor], [2])
-m4_define([txp_version_micro], [3])
+m4_define([txp_version_minor], [3])
+m4_define([txp_version_micro], [0])
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()])])
@@ -21,7 +21,7 @@ m4_define([txp_version], [txp_version_major().txp_version_minor().txp_version_mi
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2009 Adam Plumb <adamplumb at gmail.com>.])
+AC_COPYRIGHT([Copyright (c) 2010 Adam Plumb <adamplumb at gmail.com>.])
AC_INIT([thunarx-python], [txp_version], [thunar-dev at xfce.org])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
More information about the Xfce4-commits
mailing list