diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index d0fbc0316d2fbd09ef4ed4bed06d3a455c8fd4aa..d872c4d583f823e163b51b6d355b276476fc0ba9 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,6 +2,31 @@ Release notes ============= +NEXT RELEASE +------------ + +Breaking changes: + +* ``xmpp_server`` role + + * Installs Prosody nightly builds (default version 0.10) instead of + latest stable. Change made to improve reproducability, and to + avoid future breakages after new major/minor releases of + Prosody. Prosody package name can be specified through the + ``xmpp_prosody_package`` variable. + + This should most likely not break anything, but is included as + possibly breaking change nevertheless since it is a big change in + how Prosody is installed. + + This change had to be done because LDAP integration broke with + Prosody 0.11 due to missing LDAP bindings for Lua 5.2. See + `MAR-137: XMPP server LDAP integration not working for Prosody + 0.11.x + `_ + for more details. + + 2.0.0 -----