diff options
author | Robert Newson <rnewson@apache.org> | 2012-08-31 12:16:17 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2012-08-31 12:22:17 +0100 |
commit | 272d641529e6cde5a24ed73e827e27ef52c87d2a (patch) | |
tree | 336a297a9d233e1260fca9db26be469dab2d2e9f /NEWS | |
parent | 4067f743026fbaf8d48fe000d90a26a5c38c988a (diff) | |
download | couchdb-272d641529e6cde5a24ed73e827e27ef52c87d2a.tar.gz |
COUCHDB-1026 - encode database name when rewriting
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ This version has not been released yet. * Moved the JS test suite to the CLI * Make password hashing synchronous when using the /_config/admins API. * Added utc_id UUID algorithm. + * encode database name during URL rewriting. Version 1.2.1 ------------- |