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-03-11 07:28:54 +0300
committerGitHub <noreply@github.com>2020-03-11 07:28:54 +0300
commit0a669c5b06c120ea105a95d74807c45067f05206 (patch)
treec51f707010b24ec02d4a2d96d1b6752489c81713
parenta57e77753fca41da7fa442812aaa1ab654c46596 (diff)
parentb3b1fff833bab83d49154513b40f5ac6810a7ee2 (diff)
Merge pull request #1509 from metalefty/prepare-releasev0.9.13
Prepare release
-rw-r--r--NEWS.md27
-rw-r--r--README.md4
-rw-r--r--configure.ac2
3 files changed, 30 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 088735a9..6d949ba7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,30 @@
+# Release notes for xrdp v0.9.13 (2020/03/11)
+
+This release is an intermediate bugfix release. The previous version v0.9.12 has some regressions on drive redirection.
+
+## Bug fixes (drive redirection related)
+* Fix chansrv crashes with segmentation fault (regression in #1449) #1487
+* Drive redirection now supports Guacamole client #1505 #1507
+* Prevent a coredump in the event of a corrupted file system #1507
+* Resolve double-free in `chansrv_fuse` #1469
+
+## Bug fixes (other)
+* Fix the issue `xrdp --version | less` will show empty output #1471 #1472
+* Fix some warnings found by cppcheck #1479 #1481 #1484 #1485
+
+## Other changes
+* Add FreeBSD CI test #1466
+* Move Microsoft-defined constants into separate includes #1470
+* Perform cppcheck during CI test #1493
+* Support mousex button 8/9 #1478
+
+## Known issues
+* FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to
+ xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266
+* Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965
+
+-----------------------
+
# Release notes for xrdp v0.9.12 (2019/12/28)
## Bug fixes
diff --git a/README.md b/README.md
index 183842ed..84ba4615 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/neutrinolabs/xrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xrdp)
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp)
+[![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.12
+*Current Version:* 0.9.13
# xrdp - an open source RDP server
diff --git a/configure.ac b/configure.ac
index edaf2941..c64867ad 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.12], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.13], [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])