SF.net SVN: geany-plugins:[1273] trunk/geanysendmail

frlan at users.sourceforge.net frlan at xxxxx
Wed Apr 21 21:42:34 UTC 2010


Revision: 1273
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1273&view=rev
Author:   frlan
Date:     2010-04-21 21:42:34 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
GeansSendMail: Preparing 0.4.4 maintenance release -- Last stand alone release

Modified Paths:
--------------
    trunk/geanysendmail/INSTALL
    trunk/geanysendmail/NEWS
    trunk/geanysendmail/README
    trunk/geanysendmail/src/geanysendmail.c
    trunk/geanysendmail/wscript

Modified: trunk/geanysendmail/INSTALL
===================================================================
--- trunk/geanysendmail/INSTALL	2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/INSTALL	2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,12 +1,12 @@
 These installation instructions are written for a Linux system.
 
 At the time of this writing, building the plugin requires a recent SVN checkout
-of the Geany sources (API version 149, Geany v0.19svn+).
+of the Geany sources (API version 147, Geany v0.18.1+).
 
 To compile and install just follow the typical three steps:
 
- % ./waf configure 
- % ./waf build 
+ % ./waf configure
+ % ./waf build
  % ./waf install
 
 The plugin will be installed into your $prefix/lib/geany of your Geany

Modified: trunk/geanysendmail/NEWS
===================================================================
--- trunk/geanysendmail/NEWS	2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/NEWS	2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,3 +1,10 @@
+GeansSendMail 0.4.4 (21.04.2010 - maintenance release)
+	* Execute send email dialog by hitting simple return on email adress
+	  dialog
+	* Minor update of waf build system
+	* Last stand alone release
+
+
 GeanySendMail 0.4.3 (05.01.2010 - maintenance release)
 	* Use waf instead of autotools
 	* Update to Geany plugin API 147

Modified: trunk/geanysendmail/README
===================================================================
--- trunk/geanysendmail/README	2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/README	2010-04-21 21:42:34 UTC (rev 1273)
@@ -1,5 +1,5 @@
 GeanySendMail Plugin
-(0.4.2)
+(0.4.4)
 
 
 About

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/src/geanysendmail.c	2010-04-21 21:42:34 UTC (rev 1273)
@@ -38,7 +38,7 @@
 PLUGIN_VERSION_CHECK(147)
 
 PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.4.3", "Frank Lanitz <frank at frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.4.4", "Frank Lanitz <frank at frank.uvena.de>")
 
 /* Keybinding(s) */
 enum

Modified: trunk/geanysendmail/wscript
===================================================================
--- trunk/geanysendmail/wscript	2010-04-21 21:29:59 UTC (rev 1272)
+++ trunk/geanysendmail/wscript	2010-04-21 21:42:34 UTC (rev 1273)
@@ -4,7 +4,7 @@
 # WAF build script for geany plugin GeanySendMail
 #
 # Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
-# Copyright 2009 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+# Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
 
 
 APPNAME = 'geanysendmail'
-VERSION = '0.4.3'
+VERSION = '0.4.4'
 
 srcdir = '.'
 blddir = '_build_'


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