aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
committerRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
commitaa8319bc591f3629b7bfd51caf4ff1a59d11ff4c (patch)
treebdd8425daa01fbad2f105808dcc12011377d3387
parentd960b8d2caa689521d9bef950ee0ab23862c9f9e (diff)
downloadaerc-aa8319bc591f3629b7bfd51caf4ff1a59d11ff4c.tar.gz
Release version 0.18.10.18.1
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--CHANGELOG.md10
-rw-r--r--GNUmakefile2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 189a0c8a..73e4b607 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to aerc will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [0.18.1](https://git.sr.ht/~rjarry/aerc/refs/0.18.1) - 2024-07-15
+
+### Fixed
+
+- Startup error if `log-file` directory does not exist.
+- Aerc is now less pedantic about invalid headers for the maildir and notmuch
+ backends.
+- Error when trying to configure `smtp-domain` with STARTTLS enabled.
+- `smtp-domain` is now properly taken into account for TLS connections.
+
## [0.18.0](https://git.sr.ht/~rjarry/aerc/refs/0.18.0) - 2024-07-02
### Added
diff --git a/GNUmakefile b/GNUmakefile
index f651762b..517c8688 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
# variables that can be changed by users
#
-VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.0)
+VERSION ?= $(shell git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.18.1)
DATE ?= $(shell date +%Y-%m-%d)
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin