[Xfce4-commits] [apps/parole] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Aug 11 20:13:35 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 apps/parole.
commit b6a92dcb8f25abcbb3b0a1d531430c47b413cc2e
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Aug 11 14:13:16 2019 -0400
Updates for release
---
NEWS | 8 ++++++++
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 71ac40e..9a65c7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.0.4
+=====
+- Bug Fixes
+ - Inhibit power management during video playback (Bug #15747)
+- Translation Updates: Finnish, Galician, Hungarian, Japanese,
+ Portuguese (Brazil)
+
1.0.3
=====
- Bug Fixes
@@ -405,3 +412,4 @@ First stable release of the Parole 1.0.x series!
0.1.90
====
First release.
+
diff --git a/configure.ac.in b/configure.ac.in
index 7135ecb..25f0f3f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,9 +3,9 @@ m4_define([parole_verinfo], [0:8:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [1])
m4_define([parole_version_minor], [0])
-m4_define([parole_version_micro], [3])
+m4_define([parole_version_micro], [4])
m4_define([parole_version_build], [@REVISION@])
-m4_define([parole_version_tag], [git])
+m4_define([parole_version_tag], [])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
AC_INIT([parole], [parole_version], [https://docs.xfce.org/apps/parole/bugs])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list