Author: nslater
Date: Sat Mar 30 11:06:52 2013
New Revision: 1673

Log:
1.2.2 release notes

Added:
    dev/couchdb/notes/1.2.2/
    dev/couchdb/notes/1.2.2/rc.1/
    dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.html
    dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.txt

Added: dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.html
==============================================================================
--- dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.html (added)
+++ dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.html Sat Mar 30 11:06:52 
2013
@@ -0,0 +1,43 @@
+<title>Apache CouchDB 1.2.2 Release Notes</title>
+
+<meta charset="utf-8">
+
+<link rel="stylesheet" href="../../hidden/style.css">
+
+<h1>Apache CouchDB 1.2.2 Release Notes</h1>
+
+<p>Apache CouchDB 1.2.2 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=4ca5e45f7b99ccac58f7adb811f181a421c0f266";>CHANGES</a>
 file.</p>
+
+<h2>HTTP Interface</h2>
+
+<ul>
+
+<li>
+<p><strong>Reset rewrite counter on new request, avoiding unnecessary request 
failures due to bogus rewrite limit reports.</strong></p>
+</li>
+
+</ul>
+
+<h2>Build System</h2>
+
+<ul>
+
+<li>
+<p><strong> Fixed issue in couchdb script where stopped status returns before 
process exits.</strong></p>
+</li>
+
+</ul>

Added: dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.txt
==============================================================================
--- dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.txt (added)
+++ dev/couchdb/notes/1.2.2/rc.1/apache-couchdb-1.2.2.txt Sat Mar 30 11:06:52 
2013
@@ -0,0 +1,31 @@
+                       Apache CouchDB 1.2.2 Release Notes
+
+   Apache CouchDB 1.2.2 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.
+
+   This is a bugfix release
+
+   These release notes are based on the CHANGES file.
+
+HTTP Interface
+
+     * Reset rewrite counter on new request, avoiding unnecessary request
+       failures due to bogus rewrite limit reports.
+
+Build System
+
+     * Fixed issue in couchdb script where stopped status returns before
+       process exits.


Reply via email to