Skip to content

Instantly share code, notes, and snippets.

@janl
Last active December 10, 2015 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janl/4494609 to your computer and use it in GitHub Desktop.
Save janl/4494609 to your computer and use it in GitHub Desktop.
<h1>Maintenance Releases of Apache CouchDB 1.0.4, 1.1.2, and 1.2.1</h1>
<p>The Apache CouchDB project is pleased to announce a set of maintenance releases</p>
<h2>CouchDB 1.0.4</h2>
<ul>
<li>Fix file descriptor leak in _log.</li>
<li>Fix missing revisions in _changes?style=all_docs.</li>
<li>Fix validation of attachment names.</li>
<li>Avoid invalidating view indexes when running out of file descriptors.</li>
<li>Fix a race condition where replications can go stale.</li>
</ul>
<h2>CouchDB 1.1.2</h2>
<h3>HTTP Interface:</h3>
<ul>
<li>ETag of attachment changes only when the attachment changes, not
the document.</li>
<li>Fix retrieval of headers larger than 4k.</li>
<li>Allow OPTIONS HTTP method for list requests.</li>
<li>Don't attempt to encode invalid json.</li>
</ul>
<h3>Replicator:</h3>
<ul>
<li>Fix pull replication of documents with many revisions.</li>
<li>Fix replication from an HTTP source to an HTTP target.</li>
</ul>
<h3>View Server:</h3>
<ul>
<li>Avoid invalidating view indexes when running out of file descriptors.</li>
</ul>
<h3>Log System:</h3>
<ul>
<li>Improvements to log messages for file-related errors.</li>
</ul>
<h3>Build System:</h3>
<ul>
<li>Windows: don't ln the couchjs install target.</li>
<li>Windows: remove icu version dependency.</li>
<li>Improve SpiderMonkey version detection.</li>
</ul>
<h2>CouchDB 1.2.1</h2>
<h3>HTTP Interface:</h3>
<ul>
<li>Fix various bugs in the URL rewriter when recursion is involved.</li>
</ul>
<h3>Platform Integration:</h3>
<ul>
<li>Fix couchdb start script.</li>
</ul>
<h3>Futon User Interface:</h3>
<ul>
<li>Disable buttons that aren't available for the logged-in user.</li>
</ul>
<h3>Replicator:</h3>
<ul>
<li>Fix potential replication timeouts.</li>
</ul>
<h3>View Server:</h3>
<ul>
<li>Change use of signals to avoid broken view groups.</li>
</ul>

Maintenance Releases of Apache CouchDB 1.0.4, 1.1.2, and 1.2.1

The Apache CouchDB project is pleased to announce a set of maintenance releases

CouchDB 1.0.4

  • Fix file descriptor leak in _log.
  • Fix missing revisions in _changes?style=all_docs.
  • Fix validation of attachment names.
  • Avoid invalidating view indexes when running out of file descriptors.
  • Fix a race condition where replications can go stale

CouchDB 1.1.2

HTTP Interface:

  • ETag of attachment changes only when the attachment changes, not the document.
  • Fix retrieval of headers larger than 4k.
  • Allow OPTIONS HTTP method for list requests.
  • Don't attempt to encode invalid json.

Replicator:

  • Fix pull replication of documents with many revisions.
  • Fix replication from an HTTP source to an HTTP target.

View Server:

  • Avoid invalidating view indexes when running out of file descriptors.

Log System:

  • Improvements to log messages for file-related errors.

Build System:

  • Windows: don't ln the couchjs install target.
  • Windows: remove icu version dependency.
  • Improve SpiderMonkey version detection.

CouchDB 1.2.1

HTTP Interface:

  • Fix various bugs in the URL rewriter when recursion is involved.

Platform Integration:

  • Fix couchdb start script.

Futon User Interface:

  • Disable buttons that aren't available for the logged-in user.

Replicator:

  • Fix potential replication timeouts.

View Server:

  • Change use of signals to avoid broken view groups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment