[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 01/01: Updates for the release

noreply at xfce.org noreply at xfce.org
Thu Jan 25 03:08:13 CET 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-timer-plugin.

commit 4d8faa73328928b955d0fa1d22e56ea0081eb738
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Jan 24 23:05:19 2018 -0300

    Updates for the release
---
 NEWS            | 14 ++++++++++++++
 README          |  4 ++--
 configure.ac.in |  4 ++--
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index e69de29..f7fcf93 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
+1.7.0
+======
+- Port to GTK+3.
+- New icon (Bug #13517).
+- Add "keep above" for Beep dialog (Bug #13514).
+- When paused show all menu timers (Bug #13516).
+- Small UI improvements (Bug #13515).
+- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan,
+  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
+  English (Australia), English (United Kingdom), Finnish, French, Galician,
+  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
+  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish,
+  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish,
+  Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur
diff --git a/README b/README
index def1602..3718174 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-Timer plugin for XFCE 4.4
+Timer plugin for Xfce 4.12
 
 Copyright (C) 2005 Kemal Ilgar Eroglu <kieroglu at math.washington.edu>
 
-You need XFCE 4.4 for this plugin.
+You need Xfce 4.12 for this plugin.
 
 Nothing to describe really. Use the options menu to add timers. You can choose them to be 
 countdown periods or alarms at certain times. Only one of them can be run at a time.
diff --git a/configure.ac.in b/configure.ac.in
index b5b9ac3..b318413 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_timer_version_major], [1])
-m4_define([xfce4_timer_version_minor], [6])
+m4_define([xfce4_timer_version_minor], [7])
 m4_define([xfce4_timer_version_micro], [0])
 m4_define([sample_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_timer_version_build], [@REVISION@])
-m4_define([xfce4_timer_version_tag]) # Leave empty only for releases, but use 'git' in most cases
+m4_define([xfce4_timer_version_tag], []) # Leave empty only for releases, but use 'git' in most cases
 m4_define([xfce4_timer_version], [xfce4_timer_version_major().xfce4_timer_version_minor().xfce4_timer_version_micro()ifelse(xfce4_timer_version_nano(), [], [], [.xfce4_timer_version_nano()])ifelse(xfce4_timer_version_tag(), [git], [xfce4_timer_version_tag()-xfce4_timer_version_build()], [xfce4_timer_version_tag()])])
 
 AC_CONFIG_MACRO_DIR([m4])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list