Skip to content

Commit

Permalink
Update change logs and bump version for v2.12 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 25, 2020
1 parent 3005b13 commit 8fe6391
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Change Log
All notable changes to the project are documented in this file.


[v2.12][] - 2020-05-25
----------------------

### Changes
- Use common log message format and log level when user enters an
invalid path. This unfortunately affects changes introduced in
[v2.11][] to increase logging at default log level.

### Fixes
- Issue #30: When entering an invalid directory with the FTP command CWD,
a NULL ptr was deref. in a DBG() message even though the log level is
set to a value lower than `LOG_DEBUG`. This caused uftpd to crash
and cause denial of service. Depending on the init/inetd system used
this could be permanent.


[v2.11][] - 2020-01-05
----------------------

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.11], [https://github.com/troglobit/uftpd/issues],,
AC_INIT([uftpd], [2.12], [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])
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
uftpd (2.12) stable; urgency=medium

* Fix issue #30: uftpd crashes when an invalid CWD is entered
* Use common log message format and log level for all path refs.

-- Joachim Nilsson <troglobit@gmail.com> Mon, 25 May 2020 18:08:32 +0200

uftpd (2.11) unstable; urgency=medium

* Increased logging at default log level. Now all relevant interaction
Expand Down

0 comments on commit 8fe6391

Please sign in to comment.