From e82248683ed7d53be1e01526f7b2a53dde545ef9 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 15 Aug 2019 09:20:03 +0200 Subject: [PATCH] Update & spellcheck ChangeLogs and bump version for v2.10 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 22 ++++++++++++---------- configure.ac | 2 +- debian/changelog | 12 ++++++------ 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a50a99d..5c6bae6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,11 +4,12 @@ Change Log All notable changes to the project are documented in this file. -[v2.10][UNRELEASED] ---------------------- +[v2.10][] - 2019-08-15 +---------------------- ### Changes - Issue #25: Add support for TFTP write support (WRQ) +- Slightly improved debug messages. ### Fixes - Minor fix to TFTP error codes, only use standardized codes, and @@ -27,7 +28,7 @@ All notable changes to the project are documented in this file. - Fixes failing `dpkg -P uftpd` due to bug in postrm script ### Fixes -- Issue #21: Check for `pkg-config` before lookging for deps. +- Issue #21: Check for `pkg-config` before looking for deps. - Issue #22: Check FTP root security *after* having dropped privs. This means no longer having to run with `-o writable` by default - Issue #23: FTP command `CWD /` does not work, affects all clients. @@ -55,7 +56,7 @@ All notable changes to the project are documented in this file. - Require libuEv v2.2, or later ### Fixes -- Issue #17: Issues with relative FTP root when running unpriviliged +- Issue #17: Issues with relative FTP root when running unprivileged [v2.6][] - 2018-07-03 @@ -101,7 +102,7 @@ Bug fix release. ### Changes - Handle non-chrooted use-cases better, ensure CWD starts with / -- Increased default inactivty timer: 20 sec --> 180 sec +- Increased default inactivity timer: 20 sec --> 180 sec - Ensure FTP `PASV` and `PORT` sockets are set non-blocking to prevent blocking the event loop - [README.md][] updates, add usage section and improve build + install @@ -186,7 +187,7 @@ Minor fix release. [v2.0][] - 2016-01-22 --------------------- -Sleak, smart, simple ... UNIX +Sleek, smart, simple ... UNIX ### Changes - Greatly simplified command line syntax @@ -231,7 +232,7 @@ built-in FTP client and wget. - Major refactor of both FTP and TFTP servers to use libuEv better. - Move to use [libite][] v1.0.0 for `strlcpy()`, `strlcat()`, `pidfile()` and more. -- Add proper session timout to TFTP, like what FTP already has. +- Add proper session timeout to TFTP, like what FTP already has. - Add support for `NLST` FTP command, needed for multiple get operations. This fixes issue #2, thanks to @oz123 on GitHub for pointing this out! - Add support for `FEAT` and `HELP` FTP commands used by some clients. @@ -312,7 +313,7 @@ roll your own build of this release from the GIT source tree. ### Fixes - Fix nasty invalid `sizeof()` argument to `recv()` causing uftpd to only read 4/8 bytes (32/64 bit arch) at a time from the FTP socket. - This should greatly reduce CPU utilisation and improve xfer speeds. + This should greatly reduce CPU utilization and improve xfer speeds. Found by [Coverity Scan][]. - Fix minor resource leak in `ftp_session()` when `getsockname()` or `getpeername()` fail. Minor fix because the session exits and the OS @@ -360,7 +361,7 @@ roll your own build of this release from the GIT source tree. - Incompatible changes to the command line arguments, compared to v1.2! - Add libuEv as a GIT submodule, handles signals, timers, and all I/O. - Refactor all signal handling, timers, and socket `poll()` calls to - use libuEv instead. Much cleaner and maintaiable code as a result. + use libuEv instead. Much cleaner and maintainable code as a result. - Clarify copyright claims, not much remains of the original [FtpServer][] code, by [Xu Wang][]. @@ -435,7 +436,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.9...HEAD +[UNRELEASED]: https://github.com/troglobit/uftpd/compare/v2.10...HEAD +[v2.10]: https://github.com/troglobit/uftpd/compare/v2.9...v2.10 [v2.9]: https://github.com/troglobit/uftpd/compare/v2.8...v2.9 [v2.8]: https://github.com/troglobit/uftpd/compare/v2.7...v2.8 [v2.7]: https://github.com/troglobit/uftpd/compare/v2.6...v2.7 diff --git a/configure.ac b/configure.ac index 4ab8e28..e193527 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([uftpd], [2.10-beta1], [https://github.com/troglobit/uftpd/issues],, +AC_INIT([uftpd], [2.10], [https://github.com/troglobit/uftpd/issues],, [https://troglobit.com/projects/uftpd/]) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) diff --git a/debian/changelog b/debian/changelog index cbc8756..95d1eed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ uftpd (2.10) unstable; urgency=medium - * Add suport for TFTP WRQ, i.e. support for sending files to server + * Add support for TFTP WRQ, i.e. for clients sending files to server * Fix invalid TFTP error codes, now uses custom error string to code 0 - * Slightly improved debug messages. + * Slightly improved debug messages - -- Joachim Nilsson Mon, 12 Aug 2019 11:50:42 +0200 + -- Joachim Nilsson Thu, 15 Aug 2019 08:59:35 +0200 uftpd (2.9) unstable; urgency=medium @@ -30,7 +30,7 @@ uftpd (2.8) unstable; urgency=medium uftpd (2.7) unstable; urgency=medium * Bug fix release - * Fix running uftpd as unpriviliged user using a relative FTP root + * Fix running uftpd as unprivileged user using a relative FTP root -- Joachim Nilsson Sun, 03 Mar 2019 11:39:03 +0100 @@ -81,7 +81,7 @@ uftpd (2.2-3) stable; urgency=low A user must now be member of the users group to share files over TFTP/FTP. Simply add a user to 'users' and they can upload their - files to /srv/ftp. The TFT/FTP server itself has no rights to + files to /srv/ftp. The TFTP/FTP server itself has no rights to write there. Add an uploads/ sub-directory with write perms for the 'ftp' user if you want to enable anonymous uploads via FTP. @@ -142,7 +142,7 @@ uftpd (1.8-1) unstable; urgency=low * New upstream release: - Fix insecure chroot(), reported by Coverity Scan, CID #54523 - - Minor updates to README and a new CHANGLOG file + - Minor updates to README and a new CHANGELOG file -- Joachim Nilsson Sun, 2 Feb 2015 06:45:06 +0100