mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 21:20:36 +00:00
Update CHANGELOG.md for new release.
This commit is contained in:
parent
772f26d468
commit
5a963e31a8
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,12 +2,23 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v1.1.0
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
* Enable "announce" and "lastactivity" modules.
|
* Enable "announce" and "lastactivity" modules.
|
||||||
* Add PROSODY_ADMINS to specify who is an administrator. Fixes #7
|
* Add PROSODY_ADMINS to specify who is an administrator. Fixes #7
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
* Move global ssl section to https_ssl and legacy_ssl_ssl section. It is only needed there. #3
|
* Move global ssl section to https_ssl and legacy_ssl_ssl section. It is only needed there. #3
|
||||||
* <https://prosody.im/doc/ports#ssl_configuration>
|
* <https://prosody.im/doc/ports#ssl_configuration>
|
||||||
|
|
||||||
|
As explained in the [README](https://github.com/SaraSmiseth/prosody#ssl-certificates) this setup uses automatic location to find your certs. This did not work correctly before this change. It just always used the main certificate defined with the global `ssl` config setting. This setting was removed and for the [services](https://prosody.im/doc/certificates#service_certificates) that do not use automatic location new global settings were introduced. These are `legacy_ssl_ssl` and `https_ssl`.
|
||||||
|
|
||||||
|
### Other changes
|
||||||
|
|
||||||
* Add badges to README. Fixes #5.
|
* Add badges to README. Fixes #5.
|
||||||
* Update README. Add information for certificate permissions.
|
|
||||||
* Add link to official documentation on certificate permissions to README. Related to #3
|
* Add link to official documentation on certificate permissions to README. Related to #3
|
||||||
|
|
||||||
## v1.0.0
|
## v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue