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

noreply at xfce.org noreply at xfce.org
Fri May 5 01:47:23 CEST 2017


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

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 522ccac395feae3cec242c5ddc38cf529ef6d5d3
Author: Andre Miranda <andre42m at gmail.com>
Date:   Thu May 4 20:45:01 2017 -0300

    Updates for release
---
 NEWS            | 13 +++++++++++++
 configure.ac.in |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 783fa87..9f7fcff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+=== Version 1.8.99 ===
+
+  * Enhancements:
+    - Port to GTK+3
+    - Updated translations (thanks to translators!)
+
+  * Bugs fixed:
+    - Fix appdata description
+    - Fix crash in GValueArray handling (bug #11879)
+    - Use while instead of when in strings (bug #12157)
+    - Fix gray overlay in region mode screenshots (bug #11922)
+    - Fix crash when uploading to zimagez (bug #11879)
+
 === Version 1.8.2 ===
 
   * Enhancements:
diff --git a/configure.ac.in b/configure.ac.in
index c0bfd8b..4a69019 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 
 m4_define([xfce4_screenshooter_version_major], [1])
 m4_define([xfce4_screenshooter_version_minor], [8])
-m4_define([xfce4_screenshooter_version_micro], [2])
+m4_define([xfce4_screenshooter_version_micro], [99])
 m4_define([xfce4_screenshooter_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_version_build], [@REVISION@])
 m4_define([xfce4_screenshooter_version_tag], [])

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


More information about the Xfce4-commits mailing list