Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed May 28, 2019
1 parent 4a39b42 commit ccef886
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <troglobit@gmail.com> Mon, 27 May 2019 20:55:32 +0200
-- Joachim Nilsson <troglobit@gmail.com> Tue, 28 May 2019 06:22:18 +0200

uftpd (2.7) unstable; urgency=medium

Expand Down

0 comments on commit ccef886

Please sign in to comment.