You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by ns...@apache.org on 2013/06/27 20:15:31 UTC

svn commit: r2316 - in /dev/couchdb/notes/1.3.1/rc.2: apache-couchdb-1.3.1.html apache-couchdb-1.3.1.txt

Author: nslater
Date: Thu Jun 27 18:15:30 2013
New Revision: 2316

Log:
Update 1.3.1 release notes

Added:
    dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.txt
Modified:
    dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html

Modified: 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 (original)
+++ dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.html Thu Jun 27 18:15:30 2013
@@ -18,7 +18,7 @@
 
 <p>Pre-built packages for Windows and OS X are available.</p>
 
-<p><em>This is a bugfix release.</em></p>
+<p><em>CouchDB 1.3.1 is a bugfix release, and was originally published on 2013-06-27.</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>
 
@@ -69,3 +69,4 @@
 </li>
 
 </ul>
+

Added: dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.txt
==============================================================================
--- dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.txt (added)
+++ dev/couchdb/notes/1.3.1/rc.2/apache-couchdb-1.3.1.txt Thu Jun 27 18:15:30 2013
@@ -0,0 +1,44 @@
+                       Apache CouchDB 1.3.1 Release Notes
+
+   Apache CouchDB 1.3.1 has been released and is available for download.
+
+   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.
+
+   Grab your copy here:
+
+     http://couchdb.apache.org/
+
+   Pre-built packages for Windows and OS X are available.
+
+   CouchDB 1.3.1 is a bugfix release, and was originally published on
+   2013-06-27.
+
+   These release notes are based on the CHANGES file.
+
+Replicator
+
+     * Tolerate missing source and target fields in _replicator docs
+       (COUCHDB-1788).
+
+Log System
+
+     * Don't log about missing .compact files.
+
+     * Fix bug in WARN level logging from 1.3.0 (COUCHDB-1794).
+
+View Server
+
+     * Fix the -S option to couchjs to increase memory limits (COUCHDB-1792).
+
+Misc
+
+     * Improve documentation: better structure, improve language, less
+       duplication.
+
+     * Improvements to test suite and VPATH build system.