Author: djc
Date: Tue Nov 5 14:42:29 2013
New Revision: 3426
Log:
Add 1.5.0-rc.3 release notes
Added:
dev/couchdb/notes/1.5.0/rc.3/apache-couchdb-1.5.0.html (with props)
Added: dev/couchdb/notes/1.5.0/rc.3/apache-couchdb-1.5.0.html
==============================================================================
--- dev/couchdb/notes/1.5.0/rc.3/apache-couchdb-1.5.0.html (added)
+++ dev/couchdb/notes/1.5.0/rc.3/apache-couchdb-1.5.0.html Tue Nov 5 14:42:29
2013
@@ -0,0 +1,47 @@
+<title>Apache CouchDB 1.5.0 Release Notes</title>
+
+<meta charset="utf-8">
+
+<link rel="stylesheet" href="../../hidden/style.css">
+
+<h1>Apache CouchDB 1.5.0 Release Notes</h1>
+
+<p>Apache CouchDB 1.5.0 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.0 is a feature release, and was originally published on
2013-11-05.</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.x.rst;hb=90cecc20e34380ba6c7ea6d5f95a2ae855b33f24">changelog</a>.</p>
+
+<h2>Changes</h2>
+<ul>
+<li><a
href="https://issues.apache.org/jira/browse/COUCHDB-1781">COUCHDB-1781</a>: The
official documentation has been overhauled. A lot of
+content from other sources have been merged, and the index page
+has been rebuilt to make the docs much more accessible.
+<a
href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=54813a7">#54813a7</a></li>
+<li>A new administration UI, codenamed Fauxton, has been included as an
+experimental preview. It can be accessed at <tt>/_utils/fauxton/</tt>. There
+are too many improvements here to list them all. We are looking for
+feedback from the community on this preview release.</li>
+<li><a
href="https://issues.apache.org/jira/browse/COUCHDB-1888">COUCHDB-1888</a>:
Fixed an issue where admin users would be restricted by
+the <tt>public_fields</tt> feature.</li>
+<li>Fixed an issue with the JavaScript CLI test runner. <a
href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=be76882">#be76882</a>,
+<a
href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=54813a7">#54813a7</a></li>
+<li><a
href="https://issues.apache.org/jira/browse/COUCHDB-1867">COUCHDB-1867</a>: An
experimental plugin feature has been added. See
+<tt>src/couch_plugin/README.md</tt> for details. We invite the community to
+test and report any findings.</li>
+<li><a
href="https://issues.apache.org/jira/browse/COUCHDB-1894">COUCHDB-1894</a>: An
experimental Node.js-based query server runtime
+has been added. See <a
href="http://docs.couchdb.org/en/latest/experimental.html">Experimental
Features</a> for details. We invite the
+community to test and report any findings.</li>
+<li><a
href="https://issues.apache.org/jira/browse/COUCHDB-1901">COUCHDB-1901</a>:
Better retry mechanism for transferring attachments
+during replication. <a
href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=4ca2cec">#4ca2cec</a></li>
+</ul>
Propchange: dev/couchdb/notes/1.5.0/rc.3/apache-couchdb-1.5.0.html
------------------------------------------------------------------------------
svn:mime-type = text/html