From ccef886d40251ed7f39d119293750eccfadd4e63 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 28 May 2019 06:21:51 +0200 Subject: [PATCH] Update ChangeLog and bump version for v2.8 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 11 +++++++++-- configure.ac | 2 +- debian/changelog | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b47524a..baf941d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,9 +4,15 @@ Change Log All notable changes to the project are documented in this file. -[v2.8][UNRELEASED] +[v2.8][] - 2019-05-28 --------------------- +### Changes +- The FTP command processor now always converts all inbound commands + to uppercase to handle clients sending commands in lowercase +- Any arguments to the FTP `LIST` command are now ignored +- Improved user feedback on bad FTP root error message + ### Fixes - Fix #18: KDE Dolphin, FTP client interop problems. @@ -399,7 +405,8 @@ First official uftpd release! :-) Lines must end in the old `\r\n` format, rather than UNIX `\n`. -[UNRELEASED]: https://github.com/troglobit/uftpd/compare/v2.7...HEAD +[UNRELEASED]: https://github.com/troglobit/uftpd/compare/v2.8...HEAD +[v2.8]: https://github.com/troglobit/uftpd/compare/v2.7...v2.8 [v2.7]: https://github.com/troglobit/uftpd/compare/v2.6...v2.7 [v2.6]: https://github.com/troglobit/uftpd/compare/v2.5...v2.6 [v2.5]: https://github.com/troglobit/uftpd/compare/v2.4...v2.5 diff --git a/configure.ac b/configure.ac index a72fcb4..9c3924e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([uftpd], [2.8-dev], [https://github.com/troglobit/uftpd/issues],, [http://troglobit.com/uftpd.html]) +AC_INIT([uftpd], [2.8], [https://github.com/troglobit/uftpd/issues],, [http://troglobit.com/uftpd.html]) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) diff --git a/debian/changelog b/debian/changelog index 130224f..fa9fe4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ uftpd (2.8) unstable; urgency=medium * Skip any and *all* FTP LIST options * Enable users group writable FTP root in /etc/inetd.conf - -- Joachim Nilsson Mon, 27 May 2019 20:55:32 +0200 + -- Joachim Nilsson Tue, 28 May 2019 06:22:18 +0200 uftpd (2.7) unstable; urgency=medium