mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Release 0.9.3
This commit is contained in:
parent
eb48b1a0de
commit
bb2b21ea69
@ -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
|
||||||
|
|||||||
@ -19,4 +19,4 @@
|
|||||||
Plinth package init file
|
Plinth package init file
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.9.2'
|
__version__ = '0.9.3'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user