[Xfce4-commits] <eatmonkey:aria2-xml-rpc> Prepare 0.1.4 release

Mike Massonnet noreply at xfce.org
Sun Feb 28 23:14:01 CET 2010


Updating branch refs/heads/aria2-xml-rpc
         to d64a0e79eb7a88ab81a77f7fcba586017b2afd67 (commit)
       from dff4f00e0fc9fc32a32d2f58a3bfae38c9823fd7 (commit)

commit d64a0e79eb7a88ab81a77f7fcba586017b2afd67
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun Feb 28 23:07:09 2010 +0100

    Prepare 0.1.4 release

 NEWS            |   10 ++++++++++
 configure.ac.in |    2 +-
 src/config.rb   |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5df21af..c9f502b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+    0.1.4 (2010-02-28)
+
+New option "pre-allocate files".
+Cache status information within Eat::Aria2Listener to minimize requests.
+Let the desktop file appear in the menu.
+Selecting torrent or metalink files now works.
+Made an InfoBar class to display error messages e.g. when the client is unable
+to connect to aria2 or errors happen on downloads.
+A notification icon is present to show/hide the manager.
+
     0.1.3 (2010-02-13)
 
 Support for aria 1.4 and up.
diff --git a/configure.ac.in b/configure.ac.in
index 3b96ef7..04257be 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([project_version_major], [0])
 m4_define([project_version_minor], [1])
 m4_define([project_version_micro], [4])
 m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], [git]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
 
 dnl ***************************
diff --git a/src/config.rb b/src/config.rb
index 3153bdb..d8ae7e3 100755
--- a/src/config.rb
+++ b/src/config.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-PACKAGE_VERSION = "0.1.0"
+PACKAGE_VERSION = "0.1.4"
 PACKAGE_STRING = "Eatmonkey #{PACKAGE_VERSION}"
 PACKAGE_URL = "http://goodies.xfce.org/projects/applications/eatmonkey"
 



More information about the Xfce4-commits mailing list