summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-08-16 13:45:35 +0900
committerKoichiro IWAO <meta@vmeta.jp>2017-08-16 14:07:32 +0900
commita094c65aaf13daa7c5db036adf1b02a77a240168 (patch)
tree1d6e621557210bf561db1c069f0b30c865fcacb6
parent22dc148802ef2b9bece4d40611203ce308272c8d (diff)
downloadxrdp-proprietary-a094c65aaf13daa7c5db036adf1b02a77a240168.tar.gz
xrdp-proprietary-a094c65aaf13daa7c5db036adf1b02a77a240168.zip
Release v0.9.3.1
-rw-r--r--NEWS.md9
-rw-r--r--README.md2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index f8156f81..02d0804c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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
diff --git a/README.md b/README.md
index 45a6d5a4..ff275cb8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp)
![Apache-License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
-*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])