diff options
author | bsam <bsam@FreeBSD.org> | 2011-05-15 02:49:26 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-05-15 02:49:26 +0800 |
commit | 54a74860d8fe6868f7529dca939958aa3c23b297 (patch) | |
tree | b979799a73035fd3d138b43fba146bd83a9828fc /UPDATING | |
parent | 40d239ffdb40aebec260ca8bf3b8a9b9977dda12 (diff) | |
download | freebsd-ports-graphics-54a74860d8fe6868f7529dca939958aa3c23b297.tar.gz freebsd-ports-graphics-54a74860d8fe6868f7529dca939958aa3c23b297.tar.zst freebsd-ports-graphics-54a74860d8fe6868f7529dca939958aa3c23b297.zip |
. update sysutils/gksu to version 2.0.2; [1]
. update sysutils/libgksu to version 2.0.9; [1]
. fix timing bug in the program when running on slower / single core systems; [1]
. fix a bug in libgksu, which calls tcdrain() on the master side of a pty. [2]
PR: 156401 [1], 141149 [2]
Submitted by: Kris Moore <kris@pcbsd.org> [1],
john hood <jh@sandstorm.net>, sandstorm-ni@sandstorm.net [2]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ 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. +20110514: + AFFECTS: users of sysutils/gksu, sysutils/libgksu, sysutils/libgksuui + AUTHOR: bsam@FreeBSD.org + + sysutils/gksu has been updated to 2.0.2. sysutils/libgksuui has been + deprecated since it has become a part of sysutils/libgksu. + + Before upgrading remove sysutils/libgksuui. + 20110511: AFFECTS: users of editors/emacs AUTHOR: ashish@FreeBSD.org |