diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2011-05-14 18:49:26 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2011-05-14 18:49:26 +0000 |
commit | d79d568a73c0d7080b494b5889ab364d5de987be (patch) | |
tree | f48ae69513e8b2f92ea923f2b599fd13eff622d1 /UPDATING | |
parent | ad011a097d7591a54d339602615817746ec9ccda (diff) |
. 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]
Notes
Notes:
svn path=/head/; revision=274122
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 |