Added ChangeLog

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@534 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2003-10-30 11:49:38 +00:00
parent 20f2937ea4
commit b0a0427c35
3 changed files with 37 additions and 1 deletions

View File

@ -90,6 +90,7 @@ dist:
rdesktop/doc/HACKING \ rdesktop/doc/HACKING \
rdesktop/doc/AUTHORS \ rdesktop/doc/AUTHORS \
rdesktop/doc/TODO \ rdesktop/doc/TODO \
rdesktop/doc/ChangeLog \
rdesktop/doc/keymapping.txt \ rdesktop/doc/keymapping.txt \
rdesktop/doc/keymap-names.txt \ rdesktop/doc/keymap-names.txt \
rdesktop/doc/ipv6.txt \ rdesktop/doc/ipv6.txt \

35
doc/ChangeLog Normal file
View File

@ -0,0 +1,35 @@
rdesktop (1.3.0)
* RDP5
* 15, 16 and 24 bit color depths
* Basic clipboard redirection
* Sound
* IPv6
* Attaching to console on Windows 2003
-- Peter Astrand <peter@cendio.se> Wed, 29 Oct 2003 16:40:58 +0100 (CET)
rdesktop (1.2.0)
* new - more portable - key mapping code
* support for "high" (128-bit) encryption
* toggling out of full-screen mode with Ctrl-Alt-Enter
* a few extra options including host:port syntax
* many, many bug fixes and optimisations
-- Matthew Chapman <matthewc@cse.unsw.edu.au> Thu, 30 Jan 2003 04:29
rdesktop (1.1.0)
* solves arith.c licensing issue by taking big number routines from
OpenSSL
* keyboard support not merged from unified patches yet
* still no manpage
-- Matthew Chapman <matthewc@cse.unsw.edu.au> Mon, 17 Sep 2001 23:14:28 +1000 (AEST)
rdesktop (1.0.0)
* initial release
-- Matthew Chapman <matthewc@cse.unsw.edu.au>

View File

@ -27,7 +27,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
%{_bindir}/rdesktop %{_bindir}/rdesktop
%{_mandir}/man1/rdesktop.1* %{_mandir}/man1/rdesktop.1*
%{_datadir}/rdesktop/keymaps %{_datadir}/rdesktop/keymaps