Releases: troglobit/uftpd
Releases · troglobit/uftpd
uftpd v1.8
Changes
- Updated README.md
- Add TODO.md
- Add CHANGELOG.md, attempt to align with http://keepachangelog.com
- From now on Travis-CI only runs when pushing to the dev branch,
so all new development must be done there. - Upgrade to libuEv v1.0.4
Fixes
- Fix insecure
chroot()
reported in Coverity Scan CID #54523. - Minor cleanup fixes.
uftpd v1.7
The TFTP Blocksize Negotiation release.
Changes
- Support for RFC 2348, TFTP blocksize negotiation
- Support for custom server directory, instead of FTP user's $HOME
- Log to stderr when running in foreground and debug is enabled
uftpd v1.6
Fix missing http://github.com/troglobit/libuev in make dist
from v1.4 and v1.5 and bump version to v1.6
Since the introduction of the event library libuev the make dist
target has failed to include the libuev sub-directory. This is due to the git archive
command unfortunately not supporting git sub-modules.