Author: djc Date: Tue Apr 8 08:35:36 2014 New Revision: 4979 Log: Add 1.5.1-rc.1 release notes
Added: dev/couchdb/notes/1.5.1/rc.1/apache-couchdb-1.5.1.html (with props) Added: dev/couchdb/notes/1.5.1/rc.1/apache-couchdb-1.5.1.html ============================================================================== --- dev/couchdb/notes/1.5.1/rc.1/apache-couchdb-1.5.1.html (added) +++ dev/couchdb/notes/1.5.1/rc.1/apache-couchdb-1.5.1.html Tue Apr 8 08:35:36 2014 @@ -0,0 +1,29 @@ +<title>Apache CouchDB 1.5.1 Release Notes</title> + +<meta charset="utf-8"> + +<link rel="stylesheet" href="../../hidden/style.css"> + +<h1>Apache CouchDB 1.5.1 Release Notes</h1> + +<p>Apache CouchDB 1.5.1 has been released and is available for download.</p> + +<p>CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDBâs incremental replication. CouchDB supports master-master setups with automatic conflict detection.</p> + +<p>Grab your copy here:</p> + +<blockquote> +<a href="http://couchdb.apache.org/">http://couchdb.apache.org/</a> +</blockquote> + +<p>Pre-built packages for Windows and OS X are available.</p> + +<p><em>CouchDB 1.5.1 is a security release, and was originally published on 2014-04-08.</em></p> + +<p>These release notes are based on the <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain;f=share/doc/src/whatsnew/1.5.rst;hb=1.5.x">changelog</a>.</p> + +<ul> +<li>Add the <tt>max_count</tt> option (<a href="http://docs.couchdb.org/latest/config/misc.html#config-uuids"><em>UUIDs Configuration</em></a>) to allow rate-limiting +the amount of UUIDs that can be requested from the <a href="http://docs.couchdb.org/latest/api/server/common.html#api-server-uuids"><em>/_uuids</em></a> +handler in a single request.</li> +</ul> Propchange: dev/couchdb/notes/1.5.1/rc.1/apache-couchdb-1.5.1.html ------------------------------------------------------------------------------ svn:mime-type = text/html