[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: updates for 1.8.2
noreply at xfce.org
noreply at xfce.org
Sun Jan 25 10:00:21 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.
commit 4a98b70642a91e09def1f5da8f4ae0b1cdeb53f0
Author: Landry Breuil <landry at xfce.org>
Date: Sun Jan 25 10:00:02 2015 +0100
updates for 1.8.2
---
NEWS | 10 +++++++++-
configure.ac.in | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4c0af1a..783fa87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
-=== Version x.x.x ===
+=== Version 1.8.2 ===
* Enhancements:
+ - Add imgur.com as possible upload option (bug #6899)
+ - Add appdate file (bug #11202)
- Make region selection with compositing on more usable on darker
backgrounds (bug #9592).
+ - Updated translations (thanks to translators!)
+
+ * Bugs fixed:
+ - Fix keyboard navigation between choices (bug #11325)
+ - Fix build with automake 1.13 (bug #10030)
+ - Use filename-friendly date format for saved files (bug #8445)
=== Version 1.8.1 ===
diff --git a/configure.ac.in b/configure.ac.in
index 651c104..f67caf6 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], [1])
+m4_define([xfce4_screenshooter_version_micro], [2])
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