[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release.
noreply at xfce.org
noreply at xfce.org
Mon Sep 15 08:38:08 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 7fd9b537abc7028496735770cc688e472c9007c6
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Sep 15 09:32:58 2014 +0300
Updates for release.
---
NEWS | 33 +++++++++++++++++++++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index f9e3ea2..fea7427 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+1.4.0
+=====
+
+* Miscellaneous bug fixes:
+ - Conditionally use xfce_dialog_show_help_with_version
+ - Add support for lxpanel 0.7+ (Bug 11108)
+ - Yves-Alexis Perez fixed the logic of xfconf logind inhibition keys
+ - plugin: update desktop file install location
+ - plugin: Fix crash when devices (dis)connect
+ - Point to versioned help docs
+ - Add DragonflyBSD to host check
+ - Only use batteries for current charge state that are
+ used for power supply
+ - fix minor build warnings
+ - Sync the brightness slider with blank and DPMS settings
+ - plugin: Use the brightness-slider-min-level for the scroll wheel
+ - Draw a bubble with a question mark if the device state is unknown
+ - Keep blank and DPMS timeout settings in order
+ - Fix typos in debug messages
+ - Update AppData info about the panel plugins
+ - Never try to display the -missing icons
+ - Add timestamp for 1.3.2 release to AppData
+ - Add trailing colons in labels for Comboboxes and Spinbuttons
+
+Translation updates: Bulgarian (bg), Chinese (China) (zh_CN),
+ Chinese (Taiwan) (zh_TW), Croatian (hr), Czech (cs),
+ Dutch (Flemish) (nl), English (Australia) (en_AU),
+ Finnish (fi), French (fr), German (de), Indonesian (id),
+ Italian (it), Japanese (ja), Kazakh (kk), Malay (ms),
+ Norwegian Nynorsk (nn), Polish (pl),
+ Portuguese (Brazilian) (pt_BR), Russian (ru),
+ Serbian (sr), Thai (th), Ukrainian (uk)
+
1.3.2
=====
[Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index bf67d7f..ae60c7d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
-m4_define([xfpm_version_minor], [3])
-m4_define([xfpm_version_micro], [2])
+m4_define([xfpm_version_minor], [4])
+m4_define([xfpm_version_micro], [0])
m4_define([xfpm_version_build], [@REVISION@])
-m4_define([xfpm_version_tag], [git])
+m4_define([xfpm_version_tag], [])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list