diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-12-01 10:53:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-12-01 10:53:15 +0000 |
commit | 25f8ff738bd19612cf7f5930d3147905d17f39ca (patch) | |
tree | dc885247e878ba5ab7807b1ee44e6308d38f9b6b /net/rdesktop/Makefile | |
parent | a98d548a9ba29835dde9605809e03994ccf83ef3 (diff) | |
download | pkgsrc-25f8ff738bd19612cf7f5930d3147905d17f39ca.tar.gz |
Update rdesktop to 1.5.0. Changes:
* SeamlessRDP - seamless windows support
* Keymap fixes
* Fix connection issues with Windows XP RTM
* Keyboard handling improvements and fixes
* SGI/Irix sound-driver fixes
* Support for clipboard INCR protocol
* Session Directory support
* Support for long filenames on redirected drives
* XOR ellipse drawing fix
* Clipboard unicode support (Ilya Konstantinov)
* Fix display issues with exotic color depths (30bpp, 32bpp, etc)
* Large file support
* The default color depth is now the depth of the root window
* Basic support for Windows Vista Beta 2
* Fix high cpu-usage in OSS-driver
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index ec8536d94d1..5439156f018 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2006/11/06 11:00:24 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/12/01 10:53:15 hubertf Exp $ # -DISTNAME= rdesktop-1.4.1 -PKGREVISION= 1 +DISTNAME= rdesktop-1.5.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} |