You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2017/10/30 16:27:54 UTC

incubator-ponymail git commit: doc changes

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 44c5c21c5 -> 5ca7c77f4


doc changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/5ca7c77f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/5ca7c77f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/5ca7c77f

Branch: refs/heads/master
Commit: 5ca7c77f47f8a21438ae997ea00e81b840b52e77
Parents: 44c5c21
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Oct 30 17:27:38 2017 +0100
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Oct 30 17:27:38 2017 +0100

----------------------------------------------------------------------
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/5ca7c77f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fbee88..f59a529 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
 ## CHANGES in 0.10:
+- Added empty line quotes to JS compaction feature
+- Changed default theme to 'compact'
+- Fixed mismatch between field mappings, which prevented setups from working
+- Added --dbprefix for setup.py for proxied ES databases
+- Added fielddata values to email subjects to fix word clouds on ES>=5.x
 - Bug: MboxoReader needs to return all data for a read() call (#415)
 - Bug: import-mbox should not check database during a dry run (#413)
 - Archiver loses some message information (#402)