From bf6985de7f9b585b47490dc90142c052d0587c8b Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 7 Jun 2016 19:07:52 -0400 Subject: [PATCH] Add change log --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..389074e54 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [Unreleased] +### Added +- Added Polish translation. +- Added check to Diagnostics to skip tests for modules that have not + been setup. +- Added sorting of menu items per locale. +- Allowed setting IP for shared network connections. + +### Fixed +- Fixed issue preventing access to Plinth on a non-standard port. +- Fixed issue in Privoxy configuration. Two overlapping + listen-addresses were configured, which prevented privoxy service + from starting. +- Fixed issues with some diagnostic tests that would show false + positive results. +- Fixed some username checks that could cause errors when editing the + user. + +### Changed +- Moved Dynamic DNS and Pagekite from Applications to System + Configuration. + +### Deprecated +- Dealt with ownCloud removal from Debian. The ownCloud page in Plinth + will be hidden if it has not been setup. Otherwise, a warning is + shown. + +### Removed +- Removed init script and daemonize option. +- Removed writing to PID file. + +### Security +- Fixed issue that could allow someone to start a module setup process + without being logged in to Plinth. + +[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.9.2...HEAD