We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5792d52 commit 2d5424bCopy full SHA for 2d5424b
2 files changed
ChangeLog
@@ -1,5 +1,6 @@
1
0.10.1
2
- Fixed compilation error when LibreSSL is used
3
+ - Fixed crash when NULL is provided as password
4
5
0.10.0
6
- Coding style has been unified
configure.ac
@@ -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])
0 commit comments