Author: nslater
Date: Tue Jun 25 20:26:57 2013
New Revision: 2285

Log:
Add 1.3.1-rc.2 release notes

Added:
    dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html   (with props)

Added: dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html
==============================================================================
--- dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html (added)
+++ dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html Tue Jun 25 20:26:57 
2013
@@ -0,0 +1,71 @@
+<title>Apache CouchDB 1.3.1 Release Notes</title>
+
+<meta charset="utf-8">
+
+<link rel="stylesheet" href="../../hidden/style.css">
+
+<h1>Apache CouchDB 1.3.1 Release Notes</h1>
+
+<p>Apache CouchDB 1.3.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>This is a bugfix release.</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=CHANGES;hb=86d756a101eff823a231a78e577b8b0780830123";>CHANGES</a>
 file.</p>
+
+<h2>Replicator</h2>
+
+<ul>
+
+<li>
+<p><strong>Tolerate missing source and target fields in _replicator docs (<a 
href="https://issues.apache.org/jira/browse/COUCHDB-1788";>COUCHDB-1788</a>).</strong></p>
+</li>
+
+</ul>
+
+<h2>Log System</h2>
+
+<ul>
+
+<li>
+<p><strong>Don't log about missing .compact files.</strong></p>
+</li>
+
+<li>
+<p><strong>Fix bug in WARN level logging from 1.3.0 (<a 
href="https://issues.apache.org/jira/browse/COUCHDB-1794";>COUCHDB-1794</a>).</strong></p>
+</li>
+
+</ul>
+
+<h2>View Server</h2>
+
+<ul>
+
+<li>
+<p><strong>Fix the -S option to couchjs to increase memory limits (<a 
href="https://issues.apache.org/jira/browse/COUCHDB-1792";>COUCHDB-1792</a>).</strong></p>
+</li>
+
+</ul>
+
+<h2>Misc</h2>
+
+<ul>
+
+<li>
+<p><strong>Improve documentation: better structure, improve language, less 
duplication.</strong></p>
+</li>
+
+<li>
+<p><strong>Improvements to test suite and VPATH build system.</strong></p>
+</li>
+
+</ul>

Propchange: dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html
------------------------------------------------------------------------------
    svn:mime-type = text/html


Reply via email to