SF.net SVN: geany-plugins:[448] trunk/geanyvc

yurand at users.sourceforge.net yurand at xxxxx
Fri Feb 6 09:57:51 UTC 2009


Revision: 448
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=448&view=rev
Author:   yurand
Date:     2009-02-06 09:57:51 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
GeanyVC: Readme update, set geany minimal version to 0.16

Modified Paths:
--------------
    trunk/geanyvc/README
    trunk/geanyvc/configure.in

Modified: trunk/geanyvc/README
===================================================================
--- trunk/geanyvc/README	2009-02-06 09:25:58 UTC (rev 447)
+++ trunk/geanyvc/README	2009-02-06 09:57:51 UTC (rev 448)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.4
+.. |(version)| replace:: 0.5
 
 =======
 geanyvc
@@ -14,7 +14,7 @@
 implemented, but, hey, you don't need anything besides diff, log, status,
 revert and commit most time.
 
-In order to use it you need Geany 0.15.
+In order to use it you need Geany 0.16.
 
 Features
 ========
@@ -25,34 +25,33 @@
 
  * diff file
  * diff directory
- * diff project
+ * diff base directory
  * blame
  * log file
  * log directory
- * log project
+ * log base directory
  * status
  * revert file
+ * revert directory
+ * revert base directory
  * show unmodified original file
  * add file
  * remove file
  * update
  * commit
 
-Currently Subversion only:
-
- * revert directory
- * revert project
-
 CVS::
 
  * diff file
  * diff directory
- * diff project
+ * diff base directory
  * log file
  * log directory
- * log project
+ * log base directory
  * status
  * revert file
+ * revert directory
+ * revert base directory
  * update
 
 Requirements
@@ -138,12 +137,31 @@
 Download
 ========
 
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4.tar.gz
+The current version is:
 
+============= =============== ==========================================================
+Geany Version Geanyvc Version Download
+============= =============== ==========================================================
+0.16                      0.5 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.5.tar.gz
+============= =============== ==========================================================
+
 Up to date source code can be downloaded here::
 
   svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanyvc
 
+If you have old version of Geany installed you need old version of plugin as well. These versions of plugin
+are no longer supported and if you find bug in one of them, it won't be fixed unless you do it yourself.
+
+============= =============== ==========================================================
+Geany Version Geanyvc Version Download
+============= =============== ==========================================================
+0.15                      0.4 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4.tar.gz
+
+0.14                      0.3 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.3.tar.gz
+
+0.13                      0.2 http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.2.tar.gz
+============= =============== ==========================================================
+
 Gentoo
 ------
 

Modified: trunk/geanyvc/configure.in
===================================================================
--- trunk/geanyvc/configure.in	2009-02-06 09:25:58 UTC (rev 447)
+++ trunk/geanyvc/configure.in	2009-02-06 09:57:51 UTC (rev 448)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([geanyvc], [0.4], [yurand2 at gmail.com])
+AC_INIT([geanyvc], [0.5], [yurand2 at gmail.com])
 AM_INIT_AUTOMAKE([1.9 foreign])
 
 AM_CONFIG_HEADER(config.h)
@@ -16,7 +16,7 @@
 
 
 # checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.16])
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list