summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-17 15:06:54 -0700
committerelijah <elijah@riseup.net>2015-03-17 15:06:54 -0700
commit74a8f39a0d91f7f992c41cced01f80f24001e173 (patch)
tree2c459d89ed9d1e284098dc43715db813eab97f27 /README.md
parent2d42b4a39eaa346b94fa4aa2bb90bebb5621112e (diff)
parent25b34acce7612f58c5d40819de79734b08cdfb8f (diff)
Merge branch 'develop' into version/0.6.1version/0.6.1
Conflicts: Gemfile.lock
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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
--------------------