SF.net SVN: geany-plugins:[2006] trunk/geany-plugins/updatechecker

frlan at users.sourceforge.net frlan at xxxxx
Sun Mar 27 17:26:15 UTC 2011


Revision: 2006
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2006&view=rev
Author:   frlan
Date:     2011-03-27 17:26:15 +0000 (Sun, 27 Mar 2011)

Log Message:
-----------
Updatechecker: Make plugin depend on API v203 due some theading issue

Modified Paths:
--------------
    trunk/geany-plugins/updatechecker/ChangeLog
    trunk/geany-plugins/updatechecker/src/updatechecker.c

Modified: trunk/geany-plugins/updatechecker/ChangeLog
===================================================================
--- trunk/geany-plugins/updatechecker/ChangeLog	2011-03-27 17:25:50 UTC (rev 2005)
+++ trunk/geany-plugins/updatechecker/ChangeLog	2011-03-27 17:26:15 UTC (rev 2006)
@@ -1,3 +1,8 @@
+2011-03-27  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * Make plugin depend on plugin API v203 due some threading changes.
+
+
 2010-08-27  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * src/updatechecker.c: Submit an user agent on request.
@@ -6,16 +11,14 @@
 2010-08-26  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * src/updatechecker.c: Cleaning up the code and removing redundant code
-						as well as fixing a typo. 
+                        as well as fixing a typo.
 
 
 2010-08-23  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
- * src/updatechecker.c: Some adjustments on a couple of strings. 
+ * src/updatechecker.c: Some adjustments on a couple of strings.
 
 
 2010-08-22  Frank Lanitz  <frank at frank.uvena.de>
 
  * Initial release
-
-

Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-03-27 17:25:50 UTC (rev 2005)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-03-27 17:26:15 UTC (rev 2006)
@@ -28,7 +28,7 @@
 GeanyData       *geany_data;
 GeanyFunctions  *geany_functions;
 
-PLUGIN_VERSION_CHECK(188)
+PLUGIN_VERSION_CHECK(203)
 
 PLUGIN_SET_TRANSLATABLE_INFO(
     LOCALEDIR,


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