Update NEWS and bump version to v0.9.22.1
This commit is contained in:
parent
2f214c8452
commit
d2a55d9203
15
NEWS.md
15
NEWS.md
@ -1,3 +1,18 @@
|
||||
# Release notes for xrdp v0.9.22.1 (2023/05/23)
|
||||
|
||||
This release is just a re-packing of source code tarball since v0.9.22 tarball includes invalid source code (#2687).
|
||||
|
||||
See [v0.9.22 release note](https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.22) for functional changes since v0.9.22.1 is what v0.9.22 should be.
|
||||
|
||||
Thanks to [@morgancoxuk](https://github.com/morgancoxuk) and [bsmojver](https://github.com/bsmojver) for reporting and testing!
|
||||
|
||||
## References
|
||||
* https://github.com/neutrinolabs/xrdp/issues/2687
|
||||
* https://bugzilla.redhat.com/show_bug.cgi?id=2208248
|
||||
* https://bugzilla.redhat.com/show_bug.cgi?id=2208015
|
||||
|
||||
-----------------------
|
||||
|
||||
# Release notes for xrdp v0.9.22 (2023/05/07)
|
||||
|
||||
## General announcements
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Process this file with autoconf to produce a configure script
|
||||
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT([xrdp], [0.9.22], [xrdp-devel@googlegroups.com])
|
||||
AC_INIT([xrdp], [0.9.22.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])
|
||||
|
Loading…
Reference in New Issue
Block a user