From 0d00d6a8f6eaf15d2a3e5125e599f9735c85d5d6 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 17 Mar 2015 15:03:33 -0700 Subject: added support for tmp_users db. not backward compatible with prior config files (seq_file changed to seq_dir) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 665efa4..bf7fb27 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,24 @@ the deamon wrapper. You can do this like this: ruby -I lib lib/tapicero.rb +Changes +-------------------- + +0.6.1 + +UPGRADING: the config option 'seq_file' is no long used, now 'seq_dir' is used +(defaults to "/var/run/tapicero"). + +* prevent username and password from leaking in processlist +* support for tmp_users database + +0.6.0 + +* do not log error if the db or design doc already exists + (since another tapicero instance probably created it) +* pid now created successfully on server boot +* don't die when couchdb is restarted + License -------------------- -- cgit v1.2.3