Add change log

This commit is contained in:
James Valleroy 2016-06-07 19:07:52 -04:00 committed by Sunil Mohan Adapa
parent 7a9a4cd861
commit bf6985de7f
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

39
CHANGELOG.md Normal file
View File

@ -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