You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Noah Slater <ns...@apache.org> on 2013/06/27 20:38:14 UTC

[ANNOUNCE] Apache CouchDB 1.3.1 released

Dear Community,

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.

On behalf of the CouchDB PMC,

-- 
NS

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Noah Slater <ns...@apache.org>.
Jeff,

Thanks for the fast response!

In case it helps, I usually send out an email a few days before the
announcement with a release date. If you subscribe to dev@ you can filter
for this by flagging any emails with "[RELEASE][NOTICE]" in the subject!

Thanks,


On 28 June 2013 15:37, Jeff Snider <je...@jsnider.net> wrote:

> I'm the maintainer for the couchdb port in macports.  The update was
> checked into the MP repo yesterday shortly after the release announcement.
>  If you're still seeing the previous version, make sure to run *port
> selfupdate* to get the latest port definitions, then try again.  If you
> need further help feel free to send me an email directly.
>
> -Jeff
>
>
>
> On Jun 28, 2013, at 9:15 AM, Filippo Fadda <
> filippo.fadda@programmazione.it> wrote:
>
> Still not available on MacPorts. Do you know the guy who, generally,
> prepare the package? Does he follows the mailing list?
>
>


-- 
NS

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Jeff Snider <je...@jsnider.net>.
I'm the maintainer for the couchdb port in macports.  The update was checked into the MP repo yesterday shortly after the release announcement.  If you're still seeing the previous version, make sure to run port selfupdate to get the latest port definitions, then try again.  If you need further help feel free to send me an email directly.

-Jeff



On Jun 28, 2013, at 9:15 AM, Filippo Fadda <fi...@programmazione.it> wrote:

> Still not available on MacPorts. Do you know the guy who, generally, prepare the package? Does he follows the mailing list?

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Robert Newson <rn...@apache.org>.
1.3.1 has only been out for 19 hours, they might need a little more time.

B.


On 28 June 2013 15:15, Filippo Fadda <fi...@programmazione.it> wrote:
> Still not available on MacPorts. Do you know the guy who, generally, prepare the package? Does he follows the mailing list?

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Filippo Fadda <fi...@programmazione.it>.
Still not available on MacPorts. Do you know the guy who, generally, prepare the package? Does he follows the mailing list?

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Robert Newson <rn...@apache.org>.
1 day left before that code arrives in our git repo. :D

On 28 June 2013 14:58, Noah Slater <ns...@apache.org> wrote:
> That's yet to come!
>
>
> On 28 June 2013 14:57, Tim Tisdall <ti...@gmail.com> wrote:
>
>> Forgive my ignorance and forgetfulness...  Is this the version that's
>> supposed to have clustering support merged in?  Or is that yet to come?
>>
>> -Tim
>>
>>
>> On Thu, Jun 27, 2013 at 2:38 PM, Noah Slater <ns...@apache.org> wrote:
>>
>> > Dear Community,
>> >
>> > 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.
>> >
>> > On behalf of the CouchDB PMC,
>> >
>> > --
>> > NS
>> >
>>
>
>
>
> --
> NS

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Noah Slater <ns...@apache.org>.
That's yet to come!


On 28 June 2013 14:57, Tim Tisdall <ti...@gmail.com> wrote:

> Forgive my ignorance and forgetfulness...  Is this the version that's
> supposed to have clustering support merged in?  Or is that yet to come?
>
> -Tim
>
>
> On Thu, Jun 27, 2013 at 2:38 PM, Noah Slater <ns...@apache.org> wrote:
>
> > Dear Community,
> >
> > 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.
> >
> > On behalf of the CouchDB PMC,
> >
> > --
> > NS
> >
>



-- 
NS

Re: [ANNOUNCE] Apache CouchDB 1.3.1 released

Posted by Tim Tisdall <ti...@gmail.com>.
Forgive my ignorance and forgetfulness...  Is this the version that's
supposed to have clustering support merged in?  Or is that yet to come?

-Tim


On Thu, Jun 27, 2013 at 2:38 PM, Noah Slater <ns...@apache.org> wrote:

> Dear Community,
>
> 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.
>
> On behalf of the CouchDB PMC,
>
> --
> NS
>