[Xfce4-commits] [apps/parole] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Fri Nov 15 19:06:09 CET 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 0b612da39ddac0798a6242315852c5a73debdfa5
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Nov 15 13:05:54 2019 -0500

    Updates for release
---
 NEWS            | 14 +++++++++-----
 configure.ac.in |  4 ++--
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index bffa979..66266c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
-1.0.5 (UNRELEASED)
-=====
+1.0.5
+======
 - Bug Fixes
-  - Fix Parole creating and not cleaning up thumbnails (Bug #16026)
+  - Fix creation cleanup of thumbnails (Xfce #16026)
+  - Fix volume hotkeys in fullscreen (Xfce #16005)
+  - Fix compiler warnings
+- Translation Updates:
+  English (United Kingdom), Galician, Hebrew, Korean, Malay, Serbian,
+  Slovenian, Thai
 
 1.0.4
 =====
@@ -416,5 +421,4 @@ First stable release of the Parole 1.0.x series!
 
 0.1.90
 ====
-First release.
-
+First release.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index eef9dcb..891f963 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],     [4])
+m4_define([parole_version_micro],     [5])
 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