[Xfce4-commits] <xfce4-notes-plugin:master> === Release 1.7.1 ===
Mike Massonnet
mmassonnet at xfce.org
Thu Sep 3 11:34:01 CEST 2009
Updating branch refs/heads/master
to b97becdd326bbccbe2c68805ed37dbb49fed427d (commit)
from 2fb5e20eec857383398283b70debb8c019c1e6ab (commit)
commit b97becdd326bbccbe2c68805ed37dbb49fed427d
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Thu Sep 3 11:31:08 2009 +0200
=== Release 1.7.1 ===
NEWS | 9 +++++++++
configure.in.in | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 6f32df3..d99a022 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+VERSION 1.7.1
+
+- Show tabs option is back in the settings dialog
+- Deleting the last note also deletes the window (bug #5535)
+- Rework window default visiblity
+- Keep order of notes (bug #5534)
+- Updated translations: Danish, Basque, Urdu, Catalan, Turkish, Japanese,
+ Hungarian, Indonesian, Italian, Asturian, Romanian, Portuguese, Spanish
+
VERSION 1.7.0
- Renamed "Window" to "Group"
diff --git a/configure.in.in b/configure.in.in
index 1807e81..de4aff0 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ m4_define([xfce4_notes_plugin_version_minor], [7])
m4_define([xfce4_notes_plugin_version_micro], [1])
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