1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-11 18:54:03 +02:00
xmpp-rs/sasl/CHANGELOG.md
Maxime “pep” Buquet 5c312476c2
sasl: 0.5.1 release
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-08-20 21:29:51 +02:00

22 lines
825 B
Markdown

Version 0.5.1, released 2023-08-20:
* Important changes
- Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs.
* Small changes
- Use module FQNs in macro (thanks Raman Hafiyatulin)
- Fix SASL ANONYMOUS service side (#11)
- Update LICENSE file to reflect 0.5.0 changes
- Bump dependencies
Version 0.5.0, released 2021-01-12:
* Important changes
- Relicensed to MPL-2.0 from LGPL-3.0-or-later.
- Made all of the errors into enums, instead of strings.
* Small changes
- Replaced rand\_os with getrandom.
- Bumped all dependencies.
Version 0.4.2, released 2018-05-19:
* Small changes
- Marc-Antoine Perennou updated the openssl and base64 dependencies to 0.10.4 and 0.9.0 respectively.
- lumi updated them further to 0.10.7 and 0.9.1 respectively.