[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Feb 13 22:11:42 CET 2017
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit bfc56bbfbc14ff09308e51f1d417b04697fd5514
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Feb 13 22:10:33 2017 +0100
Updates for release
---
NEWS | 18 ++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e9afd99..cf3dfed 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,24 @@
| Xfce Notify Daemon |
+--------------------+
+Version 0.3.5 (13 February 2017):
+ This is a feature release.
+
+ Features:
+ * Notification log ("persistence" according to fd.o spec)
+ * Rework settings dialog and include more options
+
+ Bugs fixed:
+ * Fix height of settings dialog when plugged
+ * Fix compilation on 3.14
+
+ Updated translations: Bulgarian, Chinese (China), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch (Flemish), Finnish, French, German,
+ Icelandic, Italian, Korean, Lithuanian, Norwegian Bokmål, Polish,
+ Portuguese, Portuguese (Brazilian), Russian, Serbian, Slovak, Spanish,
+ Swedish, Ukrainian
+
+
Version 0.3.4 (09 November 2016):
This is a feature release.
diff --git a/configure.ac.in b/configure.ac.in
index 9df4729..e3d9692 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,9 +8,9 @@ dnl
dnl version info
m4_define([xfce4_notifyd_version_major], [0])
m4_define([xfce4_notifyd_version_minor], [3])
-m4_define([xfce4_notifyd_version_micro], [4])
+m4_define([xfce4_notifyd_version_micro], [5])
m4_define([xfce4_notifyd_version_build], [@REVISION@])
-m4_define([xfce4_notifyd_version_tag], [git])
+m4_define([xfce4_notifyd_version_tag], [])
m4_define([xfce4_notifyd_version], [xfce4_notifyd_version_major().xfce4_notifyd_version_minor().xfce4_notifyd_version_micro()ifelse(xfce4_notifyd_version_tag(), [git], [xfce4_notifyd_version_tag()-xfce4_notifyd_version_build()], [xfce4_notifyd_version_tag()])])
m4_define([notifications_spec_version], [0.9])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list