Release libstrophe-0.10.1

This commit is contained in:
Dmitry Podgorny
2020-12-24 16:04:21 +02:00
parent 5792d52461
commit 2d5424bcff
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
0.10.1
- Fixed compilation error when LibreSSL is used
- Fixed crash when NULL is provided as password
0.10.0
- Coding style has been unified

View File

@@ -1,4 +1,4 @@
AC_INIT([libstrophe], [0.10.0], [jack@metajack.im])
AC_INIT([libstrophe], [0.10.1], [jack@metajack.im])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
LT_INIT([dlopen])