Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2020-12-28 16:59:00 +0300
committerGitHub <noreply@github.com>2020-12-28 16:59:00 +0300
commitf24b7b7988140b18202908654db3289659303772 (patch)
tree669b5df1dbd56723a58c619eaed36d340e3ee6b5
parenta033cf0ea4a20bfe0c8aa66a5865e89fc2f9b0dc (diff)
parent114fc6eeaa3f4e58777f54aef785ab4ddc513cbd (diff)
Merge pull request #1766 from metalefty/releasev0.9.15
Release v0.9.15
-rw-r--r--NEWS.md35
-rw-r--r--README.md2
-rw-r--r--configure.ac2
3 files changed, 37 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index e57c13fd..93ec6041 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,38 @@
+# Release notes for xrdp v0.9.15 (2020/12/28)
+
+## New features
+* Allow token sign in without autologon for SSO (#1667 #1668)
+* Norwegian keyboard support (#1675)
+* Improved config support for chansrv (#1635)
+* Unified chansrv, sesman and libxrdp logging (#1633 #1708 #1738) - thanks to @aquesnel
+* Support SUSE move to /usr/etc (#1702)
+* Parameters may now be specified for user-specified shell (#1270 #1695)
+* xrdp executables now allow alternative config files to be specified with -c (#1588 #1650 #1651)
+* sesrun improvements (#1741)
+* Drive redirection location can now be specified (#1048)
+* Now compiles on RISC-V (#1761)
+
+## Bug fixes
+* Additional buffer overflow checks (#1662)
+* FUSE support now builds on 32-bit platforms (#1682)
+* genkeymap array size conflict fixed (#1691)
+* Buffering issue with neutrinordp over a slow link fixed (#1608 1634)
+* Various documentation fixes (#1704 #1741 #1755 #1759)
+* Prevent PAM info message from causing authentication failure (#1727)
+* Cosmetic fixes for minor issues (#1751 #1755 #1749)
+* Try harder to clean up socket files on session exit (#1740 #1756)
+* xrdp-chansrv become defunct in docker while file copy (#1658)
+
+## Internal changes
+* Compilation warnings with newer compilers (#1659 #1680)
+* Continuation Integration checks on 32-bit platforms now include FUSE support (#1682)
+* Continuation Integration builds now default to the Ubuntu Focal platform (#1666)
+* FUSE type tidy-ups (#1686)
+* Switch from Travis CI to GitHub Actions (#1728 #1732)
+* Easier to set up console logging for utilities (#1711)
+
+-----------------------
+
# Release notes for xrdp v0.9.14 (2020/08/31)
## New features
diff --git a/README.md b/README.md
index 21f755b5..2dccadfe 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp-questions)
![Apache-License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
-*Current Version:* 0.9.14
+*Current Version:* 0.9.15
# xrdp - an open source RDP server
diff --git a/configure.ac b/configure.ac
index 6ef2b1e4..29151d3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.65)
-AC_INIT([xrdp], [0.9.14], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.15], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.7.2 foreign])
AC_CONFIG_MACRO_DIR([m4])