summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-02-11 15:12:03 +0100
committerKr1ss2021-02-11 15:12:03 +0100
commit500e49e3a7c4c25152c1b2d48921379f5d63e389 (patch)
tree4584458ee4442c587a611b980131c037e6ae166c
parent165d1f438220ae60e1844328621ef320904cc8a2 (diff)
downloadaur-500e49e3a7c4c25152c1b2d48921379f5d63e389.tar.gz
update changelog
-rw-r--r--.SRCINFO5
-rw-r--r--CHANGELOG20
-rw-r--r--PKGBUILD2
3 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f36e94fb8bb..e5851ae916ad 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.11.r435.4699143
+ pkgver = 6.14.r463.fd2240b
pkgrel = 1
epoch = 1
url = http://getmail6.org
@@ -11,11 +11,10 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.11.r435.4699143
+ provides = getmail=6.14.r463.fd2240b
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
b2sums = SKIP
pkgname = getmail6-git
-
diff --git a/CHANGELOG b/CHANGELOG
index 22ff1cd137d5..cab283bd1aee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,23 @@
+Version 6.14
+14 December 2021
+ - #64 getmail6: sometimes dies on running external filter program in version 6.13
+ - #65 Wait much longer, and raise an exception when timeout (pull from ykasap/fix-timeout to solve #64)
+ - #63 Trap exceptions caused by xoauth2 token expiration
+ - #61 Refresh the OAuth access token when reconnecting (IMAP IDLE)
+
+Version 6.13
+07 December 2021
+ - fix #59: Traceback while trying to reap child process
+ - fix #60: Need to refresh the OAuth access token when reconnecting (IMAP IDLE)
+
+Version 6.12
+31 December 2020
+ - fix #53: unclosed file warnings
+ - fix #52: getmail seems to lose its child process and hangs forever (pull #54)
+ - documentation improvements (#55, #56)
+
Version 6.11
-TODO
+09 December 2020
- comply more closely with the XDG basedir specification: allow an
unset XDG_CONFIG_HOME environment variable.
- Simplify the documentation around the location of the configuration directory.
diff --git a/PKGBUILD b/PKGBUILD
index 7a8911549fbc..e08037a49ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
"$(git tag -l | sed -r 's/v?([0-9\.]+)(-.+)?/\1/g' | sort -Vr | sed 1q)" \
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=6.11.r435.4699143
+pkgver=6.14.r463.fd2240b
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'