From 68565058cce0613f3e876f117c02a23931b67db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 11 Oct 2023 10:56:44 +0200 Subject: [PATCH] Update from bc176bd to d179485: - release.sh: update version in GNUMakefile - mk: remove trimpath flag from debug build - ui: export global functions - app: fix nil pointer dereference on startup --- aerc.changes | 9 +++++++++ aerc.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index 30e7db0..9493140 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 11 08:55:55 UTC 2023 - Matej Cepl + +- Update from bc176bd to d179485: + - release.sh: update version in GNUMakefile + - mk: remove trimpath flag from debug build + - ui: export global functions + - app: fix nil pointer dereference on startup + ------------------------------------------------------------------- Tue Oct 10 13:31:43 UTC 2023 - Matej Cepl diff --git a/aerc.spec b/aerc.spec index cd1138f..7af73cd 100644 --- a/aerc.spec +++ b/aerc.spec @@ -18,7 +18,7 @@ %define _libexecdir %{_exec_prefix}/libexec Name: aerc -Version: 0.15.2+git.1696930681.bc176bd +Version: 0.15.2+git.1697012741.d179485 Release: 0 Summary: An email client for terminals License: MIT