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, <d...@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 <d...@apache.org> > Authored: Tue May 28 19:57:10 2013 +0200 > Committer: Dave Cottlehuber <d...@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 > ------------- > >