diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index f777988..adeb1b9 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -8,7 +8,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.26 -Release: 22%{?dist} +Release: 23%{?dist} License: BSD with advertising Group: System Environment/Libraries # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/; @@ -444,6 +444,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog +* Fri May 29 2015 Jakub Jelen 2.1.26-23 +- Add ability to handle logging in gssapi plugin (#1187097) + * Mon Mar 16 2015 Jakub Jelen 2.1.26-22 - Rever "Do not leak memory in plugin_common.c ..." due the breakage of svn (#1202364)