Release 0.9.3

This commit is contained in:
James Valleroy 2016-06-12 10:19:36 -04:00
parent eb48b1a0de
commit bb2b21ea69
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [0.9.3] - 2016-06-12
### Added ### Added
- Added Polish translation. - Added Polish translation.
- Added check to Diagnostics to skip tests for modules that have not - Added check to Diagnostics to skip tests for modules that have not
@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file.
positive results. positive results.
- Fixed some username checks that could cause errors when editing the - Fixed some username checks that could cause errors when editing the
user. user.
- Switched to using apt-get for module setup in Plinth. This fixes
several issues that were seen during package installs.
### Changed ### Changed
- Moved Dynamic DNS and Pagekite from Applications to System - Moved Dynamic DNS and Pagekite from Applications to System
@ -36,4 +38,4 @@ All notable changes to this project will be documented in this file.
- Fixed issue that could allow someone to start a module setup process - Fixed issue that could allow someone to start a module setup process
without being logged in to Plinth. without being logged in to Plinth.
[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.9.2...HEAD [0.9.3]: https://github.com/freedombox/Plinth/compare/v0.9.2...v0.9.3

View File

@ -19,4 +19,4 @@
Plinth package init file Plinth package init file
""" """
__version__ = '0.9.2' __version__ = '0.9.3'