From c5e7fde6a749bcc5fdb5ba193062b571cf7e7e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 19 Jul 2024 23:00:17 +0200 Subject: [PATCH] Update from 0.18.0 to f99bcc47: - jmap: fix typo in man page - calendar: fix error with non-gnu awk - depends-diff: only print changes if any - Release version 0.18.1 - smtp: take smtp-domain into account for tls connections - smtp: fix error when setting smtp-domain with starttls - rfc822: make header parsing less pedantic - log: create directories if necessary --- aerc.changes | 13 +++++++++++++ aerc.spec | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index d97f471..730695b 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 19 19:38:43 UTC 2024 - Matej Cepl + +- Update from 0.18.0 to f99bcc47: + - jmap: fix typo in man page + - calendar: fix error with non-gnu awk + - depends-diff: only print changes if any + - Release version 0.18.1 + - smtp: take smtp-domain into account for tls connections + - smtp: fix error when setting smtp-domain with starttls + - rfc822: make header parsing less pedantic + - log: create directories if necessary + ------------------------------------------------------------------- Sun Jun 30 23:10:36 UTC 2024 - Matej Cepl diff --git a/aerc.spec b/aerc.spec index 42decdf..b4c3767 100644 --- a/aerc.spec +++ b/aerc.spec @@ -18,7 +18,7 @@ %{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec} Name: aerc -Version: 0.18.0 +Version: 0.18.1+git.1721248632.f99bcc47 Release: 0 Summary: An email client for terminals License: MIT