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

Mike Massonnet noreply at xfce.org
Tue Mar 30 13:58:01 CEST 2010


Updating branch refs/heads/master
         to 5b2e731be9801bd93daf26ef46bbcff6c2fef09e (commit)
       from a982667d54c42024274da1ef0408aad2918392c8 (commit)

commit 5b2e731be9801bd93daf26ef46bbcff6c2fef09e
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Tue Mar 30 13:52:27 2010 +0200

    === Release 1.7.5 ===

 ChangeLog       |    4 ++++
 NEWS            |    4 ++++
 configure.ac.in |    2 +-
 lib/Makefile.am |    4 ++--
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dbac42f..8afe842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-30  Mike Massonnet <mmassonnet at xfce.org>
+
+=== Release 1.7.5 ===
+
 2010-03-03  Mike Massonnet <mmassonnet at xfce.org>
 
 Link xfce4-notes-settings against static lib useful for -lm
diff --git a/NEWS b/NEWS
index bf3da45..88a46a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+VERSION 1.7.5
+
+- Fix xfce4-notes-settings not being linked against Math lib
+
 VERSION 1.7.4
 
 - Set Notebook tab reorderable via drag and drop
diff --git a/configure.ac.in b/configure.ac.in
index 309ea89..3c802d2 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], [5])
 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])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 96392d3..05e125b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,8 +16,8 @@ libnotes_la_SOURCES =							\
 	hypertextview.vala						\
 	note.vala							\
 	window.vala							\
-	color.c								\
-	popup.c
+	color.c			color.h					\
+	popup.c			popup.h
 
 libnotes_la_CFLAGS =							\
 	-DPKGDATADIR=\""$(pkgdatadir)"\"				\



More information about the Xfce4-commits mailing list