From a624147c1c5cc027259e00d74d641a48c4595b18 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 7 May 2018 15:50:41 +0200 Subject: release 2.0.0 --- ChangeLog | 260 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- configure.ac | 2 +- debian/changelog | 6 +- 3 files changed, 263 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0af8cba..f1f1c7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1,259 @@ -# Generated by Makefile +2018-05-07 15:50:41 +0200 Mike Gabriel (70e7ea2) + + * release 2.0.0 (HEAD -> master, tag: 2.0.0) + +2018-05-07 15:05:21 +0200 Mike Gabriel (3e3d22b) + + * autogen.sh: Drop file. Not used. + +2018-05-07 15:04:38 +0200 Mike Gabriel (38b6a9d) + + * README.md: Add Installation and Known Issues section. + +2018-05-07 14:53:33 +0200 Mike Gabriel (36ec6a6) + + * freerdp2-session.in: Fix another parenthesis typo. + +2018-05-07 13:57:24 +0200 Mike Gabriel (2b0530f) + + * freerdp2-session.in: Remove flawed parenthesis open. + +2018-05-07 13:50:08 +0200 Mike Gabriel (460ae57) + + * freerdp2-session: Unset AUTH_INFO_PASSWORD right after usage. + +2018-05-07 13:01:43 +0200 Mike Gabriel (bb65a76) + + * freerdp2-session.in: Disallow fullscreen toggling via + CTRL+ALT+Enter. + +2018-05-07 13:00:35 +0200 Mike Gabriel (d8a641c) + + * freerdp2-session.in: Sounds is not yet working. If we launch a + pulseaudio process, it starts a dummy device for unknown + reason. + +2018-05-07 12:12:24 +0200 Mike Gabriel (9b64560) + + * known_hosts2: Add more info and request comment removal once host + keys get deployed. + +2018-05-07 11:34:01 +0200 Mike Gabriel (3b33597) + + * known_hosts2 file: Append EOL to comment, so appending to this file + is sanely possible. + +2018-05-07 11:26:13 +0200 Mike Gabriel (ddce7b0) + + * known_hosts2: Forgot to add this file to Git. + +2018-05-07 11:25:01 +0200 Mike Gabriel (de23aed) + + * FreeRDP known_hosts2: Provide an empty known_hosts2 file for + FreeRDP that site admins need to populate with RDP server + host keys. + +2018-05-07 11:14:10 +0200 Mike Gabriel (ee26591) + + * freerdp2-session.in: Log xfreerdp command output to syslog. + +2018-05-06 15:29:33 +0200 Mike Gabriel (ca291d8) + + * freerdp2-session.in: Two more typos, missing quotes. + +2018-05-06 15:18:11 +0200 Mike Gabriel (767780d) + + * freerdp2-session.in: typo fix + +2018-05-06 15:17:45 +0200 Mike Gabriel (0eb7be3) + + * freerdp2-session.in: FreeRDP2 API for /from-stdin has changed. Only + the password is expected on stdin, on all other params + need to be passed-in as options. + +2018-05-06 02:03:49 +0200 Mike Gabriel (011f9bf) + + * freerdp2-session.in: Use .freerdp2-socket (not .freerdp-socket). + Add license header. + +2018-05-06 02:00:13 +0200 Mike Gabriel (57314df) + + * Switch from pkglibexecdir -> libexecdir. Replace socket-sucker by + socat call. + +2018-05-02 15:49:26 +0200 Mike Gabriel (337ff9d) + + * apparmor: Add rules to allow D-Bus session(send) and + accessibility(send, receive). + +2018-05-02 15:48:50 +0200 Mike Gabriel (a5d8065) + + * apparmor: Add various rules (some related to systemd switch) fixing + session startup failures on machines using systemd as + system-wide service. + +2018-05-02 12:04:42 +0200 Mike Gabriel (a67c676) + + * lightdm-remote-freerdp2 PAM configuration: Use pam_freerdp2.so, not + pam_freerdp.so. + +2018-03-11 14:49:22 +0100 Mike Gabriel (e02cd21) + + * debian/control: Fix freerdp-x11 dependency. Must be freerdp2-x11. + +2017-12-18 16:55:34 +0100 Mike Gabriel (0855832) + + * freerdp2-session.in: Adapt xfreerdp invocation to FreeRDP v2 + command line option style. + +2017-12-07 09:25:38 +0100 Mike Gabriel (63c326c) + + * White-space clean-up. + +2017-12-07 09:25:19 +0100 Mike Gabriel (92b2bec) + + * Add upstream's .deb packaging for nightly builds and release builds + targetting Debian and Ubuntu. + +2017-12-07 09:24:37 +0100 Mike Gabriel (349c023) + + * Continue project under name lightdm-remote-session-freerdp2. + +2012-09-18 15:54:00 -0500 Ted Gould (c8cbafb) + + * 1.0 (tag: 1.0) + +2012-09-17 22:18:41 +0000 Ted Gould (50fc3e1) + + * Add an apparmor profile. Fixes: + https://bugs.launchpad.net/bugs/1049849. Approved by + jenkins. + +2012-09-14 15:50:16 -0500 Ted Gould (be67082) + + * Fixing up the desktop file and directories to get everything + cleaned up + +2012-09-14 15:48:44 -0500 Ted Gould (0a2d6ea) + + * Adding in the session wrapper + +2012-09-14 15:45:53 -0500 Ted Gould (27eb25f) + + * Adding in the apparmor profile + +2012-09-14 15:35:12 -0500 Ted Gould (1cfeec5) + + * Attaching bug + +2012-08-31 08:01:00 +0000 Ted Gould (276b4b8) + + * Remove the NLA exclusion. Approved by Albert Astals Cid, jenkins. + +2012-08-31 07:43:53 +0000 Ted Gould (4f33e98) + + * Check byte count or error. Approved by Albert Astals Cid, jenkins. + +2012-08-30 17:01:47 -0500 Ted Gould (86663e0) + + * Also check to ensure we wrote an identical number of bytes in and + out. Idea by Albert + +2012-08-30 15:28:24 -0500 Ted Gould (eb39fef) + + * Adding back NLA so that we check certs + +2012-08-30 08:12:48 +0000 Ted Gould (357bbd2) + + * Checking return values and enabling PIE to increase security. + Fixes: https://bugs.launchpad.net/bugs/1039636. Approved + by Albert Astals Cid, jenkins. + +2012-08-29 16:58:05 -0500 Ted Gould (ff6a857) + + * Check to ensure we wrote something + +2012-08-29 16:36:04 -0500 Ted Gould (3116bf2) + + * Attaching bug + +2012-08-29 16:35:47 -0500 Ted Gould (b74d1cf) + + * Compiling with PIE + +2012-08-29 16:34:01 -0500 Ted Gould (dd7dda9) + + * Checking the return values on read and write better + +2012-08-29 16:32:29 -0500 Ted Gould (bbc1c93) + + * Check the return from snprintf + +2012-08-21 15:08:18 -0500 Ted Gould (94a390d) + + * 0.3 (tag: 0.3) + +2012-08-21 15:08:02 -0500 Ted Gould (a75f4fa) + + * Install the binary in the right directory + +2012-08-21 15:00:37 -0500 Ted Gould (7eef1ea) + + * 0.2 (tag: 0.2) + +2012-08-21 14:59:28 -0500 Ted Gould (c9798cf) + + * Adding a socket sucker C program + +2012-08-21 14:50:28 -0500 Ted Gould (60c71fb) + + * Copyright header + +2012-08-21 14:45:12 -0500 Ted Gould (f1e0580) + + * Ignoring some more stuff. + +2012-08-21 14:34:12 -0500 Ted Gould (63a0293) + + * Making the session call the socket sucker + +2012-08-21 14:30:41 -0500 Ted Gould (7c3a571) + + * Getting the directory using the home environment variable + +2012-08-21 14:25:11 -0500 Ted Gould (3541e56) + + * Filling out the function based on some examples, basic stuff + +2012-08-21 14:14:14 -0500 Ted Gould (0125935) + + * Adding in the socket sucker build target + +2012-08-21 14:12:17 -0500 Ted Gould (f5e23ba) + + * Get us a C compiler + +2012-08-20 12:55:40 -0500 Ted Gould (45844af) + + * Changing the name of the key for Robert + +2012-08-17 23:12:50 -0500 Ted Gould (daabe7d) + + * 0.1 (tag: 0.1) + +2012-08-17 23:08:01 -0500 Ted Gould (c6efcc7) + + * Adding the piece that actually starts the session itself. + +2012-08-17 22:52:59 -0500 Ted Gould (63478d8) + + * Adding in the session configuration + +2012-08-17 22:39:34 -0500 Ted Gould (24f787b) + + * Adding a starting PAM configuration file. + +2012-08-17 22:21:15 -0500 Ted Gould (b038ae4) + + * Base build system + diff --git a/configure.ac b/configure.ac index 2d5a1c6..ec28bf4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lightdm-remote-session-freerdp2], [1.0]) +AC_INIT([lightdm-remote-session-freerdp2], [2.0.0]) AM_INIT_AUTOMAKE([1.11 -Wno-portability]) AM_SILENT_RULES([yes]) diff --git a/debian/changelog b/debian/changelog index 5cba881..0415600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -lightdm-remote-session-freerdp2 (1.0.1-0) UNRELEASED; urgency=low +lightdm-remote-session-freerdp2 (2.0.0-0) unstable; urgency=low - * Upstream-provided Debian package for nx-libs. + * Upstream-provided Debian package for lightdm-remote-session-freerdp2. See upstream ChangeLog for recent changes. - -- Mike Gabriel Thu, 07 Dec 2017 09:18:41 +0100 + -- Mike Gabriel Mon, 07 May 2018 15:50:29 +0200 -- cgit v1.2.3