diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-18 01:11:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-18 01:11:44 +0000 |
commit | d3c325a8cb072651205d64ecaeeb931cc2b8a96e (patch) | |
tree | 4c7d7e7350b375f29479d1efb5c18f20da047233 /net/rdesktop/Makefile | |
parent | 59b1e9664d7517ecb83b95ece6c5dae949103984 (diff) | |
download | pkgsrc-d3c325a8cb072651205d64ecaeeb931cc2b8a96e.tar.gz |
Update to 1.4.1, changes:
* persistent bitmap cache optimisations
* support for more RDP-orders (ellipse, polygon)
* libao sound-driver (for Mac OSX and others)
* Unicode support for transmitted strings/filenames
* Added korean keymap
* Xembed fixes to work with krdc correctly
* Portability fixes
* Support for RDP-compression (all bpps)
* process RDP recv queue if send queue is full
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 0d02ada4e50..def28d90132 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:59 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/18 01:11:44 xtraeme Exp $ # -DISTNAME= rdesktop-1.4.0 +DISTNAME= rdesktop-1.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} |