You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Benoit Chesneau <bc...@gmail.com> on 2013/05/28 20:12:30 UTC

Re: [2/2] git commit: updated refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32

uh? i thought the consensus was to not apply it on 1.3. When this change
has been decided? ( and tested)

benoƮt
On May 28, 2013 8:06 PM, <dc...@apache.org> wrote:

> Update NOTICE/NEWS/CHANGES/Changelog.rst for mochiweb backport
>
>
> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
> Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/266cd328
> Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/266cd328
> Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/266cd328
>
> Branch: refs/heads/1696-backport-mochiweb-2-4-2-1.3.x
> Commit: 266cd3288f1f964f6cfc8ade874b443d0d382794
> Parents: 50e5b1e
> Author: Dave Cottlehuber <dc...@apache.org>
> Authored: Tue May 28 19:57:10 2013 +0200
> Committer: Dave Cottlehuber <dc...@apache.org>
> Committed: Tue May 28 20:04:51 2013 +0200
>
> ----------------------------------------------------------------------
>  CHANGES                     |    1 +
>  NEWS                        |    3 ++-
>  NOTICE                      |    4 ++++
>  share/doc/src/changelog.rst |    2 ++
>  4 files changed, 9 insertions(+), 1 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/266cd328/CHANGES
> ----------------------------------------------------------------------
> diff --git a/CHANGES b/CHANGES
> index 00f444f..18aabdb 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -24,6 +24,7 @@ Misc:
>
>   * Improve documentation: better structure, improve language, less
> duplication.
>   * Improvements to test suite and VPATH build system.
> + * Add support for Erlang R16B through pmod-transform library.
>
>  Version 1.3.0
>  -------------
>
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/266cd328/NEWS
> ----------------------------------------------------------------------
> diff --git a/NEWS b/NEWS
> index 486daf0..9d777b8 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -14,7 +14,8 @@ Version 1.3.1
>   * Don't log about missing .compact files.
>   * Fix bug in WARN level logging from 1.3.0.
>   * Improve documentation: better structure, improve language, less
> duplication.
> - * Improvements to test suite.
> + * Improvements to test suite and build system.
> + * Add support for Erlang R16B through pmod-transform library.
>
>  Version 1.3.0
>  -------------
>
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/266cd328/NOTICE
> ----------------------------------------------------------------------
> diff --git a/NOTICE b/NOTICE
> index e6ef17d..a8e7210 100644
> --- a/NOTICE
> +++ b/NOTICE
> @@ -73,3 +73,7 @@ This product also includes the following third-party
> components:
>   * Underscore.js 1.4.2 (http://underscorejs.org)
>
>     Copyright 2012, Jeremy Ashkenas
> +
> + * Erlang/OTP pmod parse-transfrom library
> +
> +   Copyright, 2013, ERLANG PUBLIC LICENSE Version 1.1
>
>
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/266cd328/share/doc/src/changelog.rst
> ----------------------------------------------------------------------
> diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
> index b85ef75..4fea3cc 100644
> --- a/share/doc/src/changelog.rst
> +++ b/share/doc/src/changelog.rst
> @@ -63,6 +63,8 @@ Miscellaneous
>
>  * Improve documentation: better structure, improve language, less
> duplication.
>  * Improvements to test suite.
> +* :issue`1696`: Add support for Erlang R16B through pmod-transform
> library.
> +  :commit:`50e5b1e`
>
>  Version 1.3.0
>  -------------
>
>

Re: [2/2] git commit: updated refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32

Posted by Benoit Chesneau <bc...@gmail.com>.
On Tue, May 28, 2013 at 8:57 PM, Noah Slater <ns...@apache.org> wrote:
> We're dropping this for 1.3.1.
>

OK, that's a good news imo. Thanks for the info.

- benoit
>
> On 28 May 2013 19:42, Benoit Chesneau <bc...@gmail.com> wrote:
>
>> ---------- Forwarded message ----------
>> From: "Dirkjan Ochtman" <di...@ochtman.nl>
>> Date: May 28, 2013 8:23 PM
>> Subject: Re: [2/2] git commit: updated
>> refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32
>> To: "dev@couchdb.apache.org" <de...@couchdb.apache.org>
>> Cc:
>>
>> > On Tue, May 28, 2013 at 8:12 PM, Benoit Chesneau <bc...@gmail.com>
>> wrote:
>> > > uh? i thought the consensus was to not apply it on 1.3. When this
>> change
>> > > has been decided? ( and tested)
>> >
>> > It's being tested right now, join #couchdb-dev and help. ;)
>> >
>> > Cheers,
>> >
>> > Dirkjan
>>
>> Well the mailing list is my bible, as it should be for all of us....
>>
>> Anyway I don't understand this last-minute change. We were agree to have it
>> on 1.4 (or next major) and suddenly it changed. At least the *public*
>> discussion stalled on that.
>>
>> Also I don't think that bumping a release of a dependency + patching our
>> code to support it should enter in a minor release which is supposed to be
>> only for fixes.
>>
>> Anyway I won't block on that thing, but it's still surprising. Hopefully
>> everything will go well.
>>
>> benoit
>>
>
>
>
> --
> NS

Re: [2/2] git commit: updated refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32

Posted by Noah Slater <ns...@apache.org>.
We're dropping this for 1.3.1.


On 28 May 2013 19:42, Benoit Chesneau <bc...@gmail.com> wrote:

> ---------- Forwarded message ----------
> From: "Dirkjan Ochtman" <di...@ochtman.nl>
> Date: May 28, 2013 8:23 PM
> Subject: Re: [2/2] git commit: updated
> refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32
> To: "dev@couchdb.apache.org" <de...@couchdb.apache.org>
> Cc:
>
> > On Tue, May 28, 2013 at 8:12 PM, Benoit Chesneau <bc...@gmail.com>
> wrote:
> > > uh? i thought the consensus was to not apply it on 1.3. When this
> change
> > > has been decided? ( and tested)
> >
> > It's being tested right now, join #couchdb-dev and help. ;)
> >
> > Cheers,
> >
> > Dirkjan
>
> Well the mailing list is my bible, as it should be for all of us....
>
> Anyway I don't understand this last-minute change. We were agree to have it
> on 1.4 (or next major) and suddenly it changed. At least the *public*
> discussion stalled on that.
>
> Also I don't think that bumping a release of a dependency + patching our
> code to support it should enter in a minor release which is supposed to be
> only for fixes.
>
> Anyway I won't block on that thing, but it's still surprising. Hopefully
> everything will go well.
>
> benoit
>



-- 
NS

Re: [2/2] git commit: updated refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32

Posted by Benoit Chesneau <bc...@gmail.com>.
---------- Forwarded message ----------
From: "Dirkjan Ochtman" <di...@ochtman.nl>
Date: May 28, 2013 8:23 PM
Subject: Re: [2/2] git commit: updated
refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32
To: "dev@couchdb.apache.org" <de...@couchdb.apache.org>
Cc:

> On Tue, May 28, 2013 at 8:12 PM, Benoit Chesneau <bc...@gmail.com>
wrote:
> > uh? i thought the consensus was to not apply it on 1.3. When this change
> > has been decided? ( and tested)
>
> It's being tested right now, join #couchdb-dev and help. ;)
>
> Cheers,
>
> Dirkjan

Well the mailing list is my bible, as it should be for all of us....

Anyway I don't understand this last-minute change. We were agree to have it
on 1.4 (or next major) and suddenly it changed. At least the *public*
discussion stalled on that.

Also I don't think that bumping a release of a dependency + patching our
code to support it should enter in a minor release which is supposed to be
only for fixes.

Anyway I won't block on that thing, but it's still surprising. Hopefully
everything will go well.

benoit

Re: [2/2] git commit: updated refs/heads/1696-backport-mochiweb-2-4-2-1.3.x to 266cd32

Posted by Dirkjan Ochtman <di...@ochtman.nl>.
On Tue, May 28, 2013 at 8:12 PM, Benoit Chesneau <bc...@gmail.com> wrote:
> uh? i thought the consensus was to not apply it on 1.3. When this change
> has been decided? ( and tested)

It's being tested right now, join #couchdb-dev and help. ;)

Cheers,

Dirkjan