[Xfce4-commits] <xfce4-time-out-plugin:master> updates for 1.0.1
Landry Breuil
noreply at xfce.org
Tue Apr 17 13:08:01 CEST 2012
Updating branch refs/heads/master
to 32c062eaa5299b9385a15c6b3a74ef9ffd0e32cc (commit)
from ff8a995c91775b9af470c87a80fd45e23c0bc5e2 (commit)
commit 32c062eaa5299b9385a15c6b3a74ef9ffd0e32cc
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 17 12:58:49 2012 +0200
updates for 1.0.1
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 00b6219..41db93a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.0.1 (17/04/2012)
+=====
+- Port to libxfce4ui
+- Build the plugin as a module
+- Fix double-free when seconds are not displayed (bug #7538)
+- Port to GtkTooltip and fix bug #6157
+- Emit the 'update' signal only if the countdown is running
+- Only call gtk_progress_set_percentage() with valid value (bug #7660)
+
1.0.0
=====
- Translated into a total of 31 languages, with 15 at 100%
diff --git a/configure.ac.in b/configure.ac.in
index 1591b54..e145d96 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,9 +10,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [0])
-m4_define([time_out_version_micro], [0])
+m4_define([time_out_version_micro], [1])
m4_define([time_out_version_build], [r at REVISION@])
-m4_define([time_out_version_tag], [git])
+m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
dnl ***************************
More information about the Xfce4-commits
mailing list