Release bump to fix greylisting

This commit is contained in:
Jaroslav Škarvada 2021-04-12 23:59:13 +02:00
parent 116a80fa29
commit f749ab0447
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: The exim mail transfer agent
Name: exim
Version: 4.94
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Url: https://www.exim.org/
@ -480,6 +480,9 @@ fi
%{_sysconfdir}/cron.daily/greylist-tidy.sh
%changelog
* Mon Apr 12 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.94-3
- Release bump to fix greylisting
* Thu Mar 25 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.94-2
- Fixed cname handling in TLS certificate verification
Resolves: rhbz#1942583