[Xfce4-commits] <xfce4-notes-plugin:master> === Release 1.7.4 ===

Mike Massonnet noreply at xfce.org
Mon Mar 29 14:00:02 CEST 2010


Updating branch refs/heads/master
         to ec5264038a111c91c5e24c9404065f71b9333dc3 (commit)
       from 989f0cabae35d0dd15663fedc5b3775064344efa (commit)

commit ec5264038a111c91c5e24c9404065f71b9333dc3
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Mon Mar 29 13:55:11 2010 +0200

    === Release 1.7.4 ===

 ChangeLog       |    4 ++++
 NEWS            |    7 +++++++
 configure.ac.in |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eebb995..93e9110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-29  Mike Massonnet <mmassonnet at xfce.org>
+
+=== Release 1.7.4 ===
+
 2010-03-28  Mike Massonnet <mmassonnet at xfce.org>
 
 Add xfce4-notes-plugin.desktop.in to POTFILES.skip
diff --git a/NEWS b/NEWS
index 6c37254..bf3da45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+VERSION 1.7.4
+
+- Set Notebook tab reorderable via drag and drop
+- Link to Math lib (-lm) useful for lib/color.c
+- Try to open a link with exo-open first
+- Updated translations: Japanese, German, Portuguese (Brazilian)
+
 VERSION 1.7.3
 
 - Bump GTK+ version to 2.14
diff --git a/configure.ac.in b/configure.ac.in
index b92dae1..953a13e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_notes_plugin_version_minor], [7])
 m4_define([xfce4_notes_plugin_version_micro], [4])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [@REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
 m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [git], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_PREREQ([2.50])



More information about the Xfce4-commits mailing list