aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-08-09 15:22:11 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-08-09 15:22:11 +0000
commit68a4ad81d7145ea3f2babc7b08fc1a8548694b23 (patch)
treecb7fe58516dc92faca0f41c80e25d2f844efed9e /UPDATING
parent4c6205c6222f3f70fa27d2aef5c84b508ba192db (diff)
downloadports-68a4ad81d7145ea3f2babc7b08fc1a8548694b23.tar.gz
ports-68a4ad81d7145ea3f2babc7b08fc1a8548694b23.zip
- Update to 1.5.2
- Sort USES - Remove unneeded patches Obtained from: Xfce devel repo
Notes
Notes: svn path=/head/; revision=393795
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 26ac9a9a8571..0038d14f121c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20150809:
+ AFFECTS: users of sysutils/xfce4-power-manager
+ AUTHOR: olivierd@FreeBSD.org
+
+ After upgrading to 1.5.2, by default a label is displayed next to the
+ panel icon (it shows percentage and remaining time).
+
+ To hide this label, a new property /xfce4-power-manager/show-panel-label
+ must be created:
+
+ xfconf-query -c xfce4-power-manager \
+ -p /xfce4-power-manager/show-panel-label -n -t int -s 0
+
+ Possible values are:
+ - 0 -> does not display label
+ - 1 -> displays only percentage
+ - 2 -> displays only remaining time
+ - 3 -> displays only percentage and remaining time (default value)
+
20150806:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org