[Xfce4-commits] <thunar-vcs-plugin:master> Made project ready for release

Peter de Ridder noreply at xfce.org
Sun Sep 27 16:54:02 CEST 2009


Updating branch refs/heads/master
         to ff3d8b861461414efc3ce272ac567e7059830e97 (commit)
       from 276f87c58df2a25a8e2f8503248412449d7440af (commit)

commit ff3d8b861461414efc3ce272ac567e7059830e97
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Sep 27 16:18:09 2009 +0200

    Made project ready for release

 NEWS            |   17 ++++++++++++-----
 README          |   10 +++++-----
 configure.ac.in |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index c691bee..dc6561d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,22 @@
-0.0.3
+0.1.0
 =====
+- The plugin is renamed to thunar-vcs-plugin.
+- All svn api functions are changed to both 1.5 and 1.6.
+- File selection dialog changed to work in more cases.
+- Limited git support added, but disabled.
+
+thunar-svn-plugin-0.0.3
+=======================
 - All svn api functions changed to the 1.5 svn api. libsvn version 1.5 or
   newer is now required.
 
-0.0.2
-=====
+thunar-svn-plugin-0.0.2
+=======================
 - New Subversion actions have been added: switch, relocate, blame.
 - File selection dialog added for various Subversion actions.
 
-0.0.1
-=====
+thunar-svn-plugin-0.0.1
+=======================
 - Initial release of the Thunar SVN Plugin. This version of the Subversion
   Plugin has suport for various Subversion action: add, checkout, cleanup,
   commit, copy, delete, export, import, lock, log, move, properties, resolved,
diff --git a/README b/README
index d5296f8..26eed33 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ About Thunar VCS Plugin
 =======================
 
 The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
-This gives a VCS intergration to Thunar.
+This gives a VCS integration to Thunar.
 
 The current features are:
 - Most of the svn action: add, checkout, cleanup, commit, copy, delete,
@@ -35,10 +35,10 @@ The Thunar SVN Plugin depends on the following packages:
 Installation
 ============
 
-The file 'INSTALL' contains generic installation instructions. Make sure to
-run ./configure --prefix=$(pkg-config --variable prefix thunarx-1) so Thunar
-can find the plugin. For more information, visit the thunar-vcs-plugin website
-at http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
+The file 'INSTALL' contains generic installation instructions. To build the
+plugin xfce4-dev-tool version 4.7.2 or higher is required. For more
+information, visit the thunar-vcs-plugin website at
+http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
 
 
 How to report bugs?
diff --git a/configure.ac.in b/configure.ac.in
index 58236fd..11da6eb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,7 +14,7 @@ m4_define([tvp_version_major], [0])
 m4_define([tvp_version_minor], [1])
 m4_define([tvp_version_micro], [0])
 m4_define([tvp_version_build], [@REVISION@])
-m4_define([tvp_version_tag], [git]) # Leave empty for releases
+m4_define([tvp_version_tag], []) # Leave empty for releases
 m4_define([tvp_version], [tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(), [], [], [tvp_version_tag()-tvp_version_build()])])
 
 dnl *******************************************



More information about the Xfce4-commits mailing list