summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-05-09 23:33:19 +0200
committerKr1ss2022-05-09 23:33:19 +0200
commit52db7e0a934c56248e44a5c99b96babeb35cdaf9 (patch)
tree96c992e0465e47c315e335022c17c866625bede1
parentc27203333a8dfd451b686dd7568f66bd11a0f786 (diff)
downloadaur-52db7e0a934c56248e44a5c99b96babeb35cdaf9.tar.gz
update changelog
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD2
3 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724569d3ca07..e4b2f1c05fa4 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.r20.8c1f340
+ pkgver = 6.18.8.r0.b087130
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.r20.8c1f340
+ provides = getmail=6.18.8.r0.b087130
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 1937be8ec326..70bd320342ba 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,22 @@
+Version 6.18.8
+09 May 2022
+ - #118: redirect_uri requirements in Microsoft's OAuth 2.0
+
+Version 6.18.7
+08 May 2022
+ - #116: Update to avoid use of depreciated Google OAuth2 flow
+ - #114: Fails with "Killed" when retrieving large emails
+ use timeout for socket also as wait timeout for child
+ - #112: getmail keeps downloading the whole mailbox
+ new to_oldmail_on_each_mail option.
+ - #111: DeprecationWarnings from ssl
+
Version 6.18.6
-TODO xx January 2022
+08 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
+ - #94: bad message from server!' and empty messages
Version 6.18.5
30 October 2021
diff --git a/PKGBUILD b/PKGBUILD
index 376beed04d26..797b4e479bfc 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.r20.8c1f340
+pkgver=6.18.8.r0.b087130
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'