bump version to 1.4.1

add some entries to TODO


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@902 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-05-08 17:57:12 +00:00
parent df4b862047
commit 04818ca41e
6 changed files with 21 additions and 5 deletions

2
README
View File

@ -5,7 +5,7 @@ rdesktop: A Remote Desktop Protocol client.
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocol.
rdesktop currently implements the RDP version 4 and 5 protocols.
Installation
------------

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.4.0)
AC_INIT(rdesktop, 1.4.1)
AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -1,4 +1,4 @@
rdesktop (1.?.?)
rdesktop (1.4.1)
* persistent bitmap cache optimisations
* support for more RDP-orders (ellipse, polygon)
* libao sound-driver (for Mac OSX and others)
@ -10,6 +10,8 @@ rdesktop (1.?.?)
* process RDP recv queue if send queue is full (Debian bug #246461)
* SGI/Irix sound-driver fixes
-- Michael Gernoth <michael@gernoth.net> Sun, 8 May 2005 19:55:35 +0200 (CEST)
rdesktop (1.4.0)
* Basic disk-, parallel-, printer- and serial-redirection
* Fix timezone-redirection

View File

@ -35,6 +35,20 @@
* Autodetect which keymap to use.
* Sound redirection
* Use timestamps in audio packets.
* Add resampling to supported samplerates of audio-hardware.
* Lower CPU-usage with an audio thread.
* Smartcard redirection
* Merge patches currently implementing sc-redirection.
* Miscellaneous
* Clean up header files. The current "proto.h" and "xproto.h" is far

View File

@ -30,7 +30,7 @@
#include <unistd.h>
#endif
#define VERSION "1.4.0"
#define VERSION "1.4.1"
#ifdef WITH_DEBUG
#define DEBUG(args) printf args;

View File

@ -1,6 +1,6 @@
Summary: Remote Desktop Protocol client
Name: rdesktop
Version: 1.4.0
Version: 1.4.1
Release: 1
Copyright: GPL; see COPYING
Group: Applications/Communications