[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon May 25 23:39:09 CEST 2015
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 69d7dd60ab937c612746d089a062674488b3383e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon May 25 23:38:04 2015 +0200
Updates for release
---
NEWS | 38 ++++++++++++++++++++++++++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 41 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 39e03e1..4faeadb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+1.5.0
+=====
+New development release of xfce4-power-manager.
+This release marks the transition to several new
+technologies.
+
+* Port to Gtk3 (Eric, Simon)
+* Port to gdbus (Peter)
+* Drop LXDE panel plugin
+* Bumped dependencies:
+ - UPower>= 0.99
+ - Gtk3 >= 3.14
+ - libxfce4ui-2
+
+* Miscellaneous improvements:
+ - The settings dialog has been ported to GtkApplication
+ - The panel plugin now uses UPower's icon names
+ directly and is consequently compatible with all
+ major icon themes out of the box
+ - The panel plugin uses symbolic icons
+ - The systray icon uses colored icons
+ - The settings dialog now has a unique icon name
+ (xfce4-power-manager-settings)
+
+* And finally some bug fixes:
+ - Fix for panel icon on Desktop systems (Bug #11840)
+ - Never use symbolic icons for the systray (Bug #11756)
+ - Look up the schema for light-locker's settings recursively (Bug #11488)
+ - Don't crash when UPower returns "" for the icon-name (Bug #11756)
+
+* Translation updates:
+Asturian, Chinese (China), Chinese (Taiwan), Czech,
+French, German, Greek, Indonesian, Italian, Japanese,
+Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
+Polish, Portuguese, Portuguese (Brazilian), Russian,
+Serbian, Slovak, Slovenian, Spanish, Swedish, Thai,
+Ukrainian.
+
1.4.3
=====
New stable release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index a01c64d..e61eeaa 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], [4])
-m4_define([xfpm_version_micro], [3])
+m4_define([xfpm_version_minor], [5])
+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