summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-01-01 15:40:12 +0100
committerKr1ss2022-01-01 15:40:12 +0100
commitc27203333a8dfd451b686dd7568f66bd11a0f786 (patch)
treeac1f138fd6fc6832266a4fc42897d7ff626287a2
parent97050f7d01f3c47756c35a7287a8a44873c6d420 (diff)
downloadaur-c27203333a8dfd451b686dd7568f66bd11a0f786.tar.gz
update changelog
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG6
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dff6192437d..724569d3ca07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail6-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.18.5.r5.43af856
+ pkgver = 6.18.5.r20.8c1f340
pkgrel = 1
epoch = 1
url = https://getmail6.org
@@ -12,7 +12,7 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.18.5.r5.43af856
+ provides = getmail=6.18.5.r20.8c1f340
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index b4987357fb65..1937be8ec326 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Version 6.18.6
+TODO xx January 2022
+ - #104: add config parameter to MDA_lmtp to override recipient address (WIP)
+ - #103: Fix random token generation
+ - #101: Fix ignored netrc_file option
+
Version 6.18.5
30 October 2021
- #93: IMAP: Deal better with untagged status updates
diff --git a/PKGBUILD b/PKGBUILD
index 6256fff65f66..376beed04d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name="${pkgname%-git}"
epoch=1
pkgver() { git -C "$_name" describe --long | sed 's/^v//;s/-/.r/;s/-g/./'; }
-pkgver=6.18.5.r5.43af856
+pkgver=6.18.5.r20.8c1f340
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'