From b0a0427c3596cf12cea0c827acfbb71e243c20d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Thu, 30 Oct 2003 11:49:38 +0000 Subject: [PATCH] Added ChangeLog git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@534 423420c4-83ab-492f-b58f-81f9feb106b5 --- Makefile | 1 + doc/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ rdesktop.spec | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 doc/ChangeLog diff --git a/Makefile b/Makefile index d0436b7..83e65fb 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,7 @@ dist: rdesktop/doc/HACKING \ rdesktop/doc/AUTHORS \ rdesktop/doc/TODO \ + rdesktop/doc/ChangeLog \ rdesktop/doc/keymapping.txt \ rdesktop/doc/keymap-names.txt \ rdesktop/doc/ipv6.txt \ diff --git a/doc/ChangeLog b/doc/ChangeLog new file mode 100644 index 0000000..fe1c892 --- /dev/null +++ b/doc/ChangeLog @@ -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 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 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 Mon, 17 Sep 2001 23:14:28 +1000 (AEST) + +rdesktop (1.0.0) + + * initial release + + -- Matthew Chapman diff --git a/rdesktop.spec b/rdesktop.spec index 3c97f81..d9877be 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -27,7 +27,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %files %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 %{_mandir}/man1/rdesktop.1* %{_datadir}/rdesktop/keymaps