diff options
| author | Koichiro IWAO <meta@vmeta.jp> | 2017-08-16 13:45:35 +0900 |
|---|---|---|
| committer | Koichiro IWAO <meta@vmeta.jp> | 2017-08-16 14:07:32 +0900 |
| commit | a094c65aaf13daa7c5db036adf1b02a77a240168 (patch) | |
| tree | 1d6e621557210bf561db1c069f0b30c865fcacb6 | |
| parent | 22dc148802ef2b9bece4d40611203ce308272c8d (diff) | |
| download | xrdp-proprietary-a094c65aaf13daa7c5db036adf1b02a77a240168.tar.gz xrdp-proprietary-a094c65aaf13daa7c5db036adf1b02a77a240168.zip | |
Release v0.9.3.1
| -rw-r--r-- | NEWS.md | 9 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +# Release notes for xrdp v0.9.3.1 (2017/08/16) + +This release fixes a trivial packaging issue #848 occurred in v0.9.3. The issue only affects systemd systems. This release is principally for distro packagers or users who compile & install xrdp from source. + +Users who running xrdp on these systems don't need to upgrade from v0.9.3 to v0.9.3.1. + +* Linux systems without systemd +* non-Linux systems such as BSD operating systems + # Release notes for xrdp v0.9.3 (2017/07/15) ## New features @@ -2,7 +2,7 @@ [](https://gitter.im/neutrinolabs/xrdp)  -*Current Version:* 0.9.3 +*Current Version:* 0.9.3.1 # xrdp - an open source RDP server diff --git a/configure.ac b/configure.ac index 94990ddc..6464c631 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.3], [xrdp-devel@googlegroups.com]) +AC_INIT([xrdp], [0.9.3.1], [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]) |
