summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-08-29 15:44:45 +0200
committerKr1ss2020-08-29 15:44:45 +0200
commitd33e68555fd2e093c3464253bdb8872ecae77bc6 (patch)
treec76245ea85ed3e8bb2ff29d5dd8fff9b389a06a6
parent8544f86593891437804282679e33d25c262ea58c (diff)
downloadaur-d33e68555fd2e093c3464253bdb8872ecae77bc6.tar.gz
update CHANGELOG due to new release
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD2
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ab252f4dd5..248fcf03440c 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.00.r365.3046769
+ pkgver = 6.00.r393.86448a3
pkgrel = 1
url = http://getmail6.org
changelog = CHANGELOG
@@ -8,7 +8,7 @@ pkgbase = getmail6-git
license = GPL2
makedepends = git
depends = python-chardet
- provides = getmail=6.00.r365.3046769
+ provides = getmail=6.00.r393.86448a3
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 59100c257566..5a9f3a9912fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+Version 6.6
+29 August 2020
+ - fix #34: quote mailbox if necessary
+ - fix #36: use setuptools, suggest pip to install and uninstall
+
+Version 6.5
+28 August 2020
+ - fix #23: port getmail-gmail-xoauth-tokens
+ - fix #24: TypeError: 'gaierror' object is not subscriptable
+ - documentation fixes
+
Version 6.4
24 August 2020
- fix #20: mboxrd can't concat str to bytes
diff --git a/PKGBUILD b/PKGBUILD
index d50c4fcd22de..12955811a6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
-pkgver=6.00.r365.3046769
+pkgver=6.00.r393.86448a3
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'