Revision: 2323
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2323&view=rev
Author: frlan
Date: 2011-10-30 21:52:09 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Updatechecker: Adding some info about requirements
Modified Paths:
--------------
trunk/geany-plugins/updatechecker/README
Modified: trunk/geany-plugins/updatechecker/README
===================================================================
--- trunk/geany-plugins/updatechecker/README 2011-10-30 18:41:29 UTC (rev 2322)
+++ trunk/geany-plugins/updatechecker/README 2011-10-30 21:52:09 UTC (rev 2323)
@@ -33,6 +33,18 @@
configuration dialog.
+Requirements
+------------
+
+Updatechecker depends on a recent version of Geany (0.20 or above)
+as well as on:
+
+* GTK >= 2.12
+* libsoup 2.4 >= 2.4.0
+
+To compile it on your own you will need the devel packages for these.
+
+
Development
-----------
@@ -73,5 +85,4 @@
-------------------------------
If you found any bugs or want to provide a patch, please contact Frank
-Lanitz (frank(at)geany(dot)org).
-
+Lanitz (frank(at)geany(dot)org).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2322
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2322&view=rev
Author: frlan
Date: 2011-10-30 18:41:29 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Remove not used folders
Removed Paths:
-------------
trunk/geany-plugins/geanycfp/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2321
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2321&view=rev
Author: hyperair
Date: 2011-10-30 09:44:29 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Create tag geany-plugins-0.21.1
Added Paths:
-----------
tags/geany-plugins/geany-plugins-0.21.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2318
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2318&view=rev
Author: frlan
Date: 2011-10-30 08:28:52 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Version bump on waf-build-system
Modified Paths:
--------------
trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript 2011-10-30 08:28:33 UTC (rev 2317)
+++ trunk/geany-plugins/wscript 2011-10-30 08:28:52 UTC (rev 2318)
@@ -60,7 +60,7 @@
APPNAME = 'geany-plugins'
-VERSION = '0.21'
+VERSION = '0.21.1'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2316
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2316&view=rev
Author: hyperair
Date: 2011-10-30 08:23:02 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Bump version in configure.ac
Modified Paths:
--------------
trunk/geany-plugins/configure.ac
Modified: trunk/geany-plugins/configure.ac
===================================================================
--- trunk/geany-plugins/configure.ac 2011-10-30 08:19:52 UTC (rev 2315)
+++ trunk/geany-plugins/configure.ac 2011-10-30 08:23:02 UTC (rev 2316)
@@ -1,6 +1,6 @@
AC_PREREQ([2.61])
dnl Don't forget when updating version number to do GP_CHECK_GEANY also
-AC_INIT([geany-plugins], [0.21])
+AC_INIT([geany-plugins], [0.21.1])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.