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
This commit is contained in:
parent
8bb232d13c
commit
c5e7fde6a7
13
aerc.changes
13
aerc.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 19 19:38:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <mcepl@cepl.eu>
|
Sun Jun 30 23:10:36 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec}
|
%{?!_libexecdir:%define _libexecdir %{_exec_prefix}/libexec}
|
||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.18.0
|
Version: 0.18.1+git.1721248632.f99bcc47
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An email client for terminals
|
Summary: An email client for terminals
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user