The JIRA tickets themselves are still marked as Fixed Version 2.11, Gary, would you mind updating them?
On Thu, Feb 1, 2018 at 9:09 PM, <rpo...@apache.org> wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 041fe8ffe -> a9e8f525a > > > Update changes.xml: moved JIRA tickets that are not included in the 2.11 > release to the 3.0 section > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/ > commit/a9e8f525 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a9e8f525 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a9e8f525 > > Branch: refs/heads/master > Commit: a9e8f525a20d92d85caf6c4e4de22d45b0a98c2c > Parents: 041fe8f > Author: rpopma <rpo...@apache.org> > Authored: Thu Feb 1 21:08:50 2018 +0900 > Committer: rpopma <rpo...@apache.org> > Committed: Thu Feb 1 21:08:50 2018 +0900 > > ---------------------------------------------------------------------- > src/changes/changes.xml | 40 +++++++++++++++++++++------------------- > 1 file changed, 21 insertions(+), 19 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ > a9e8f525/src/changes/changes.xml > ---------------------------------------------------------------------- > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index 2f21b0f..469493a 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -30,13 +30,33 @@ > - "update" - Change > - "remove" - Removed > --> > - <release version="2.11.0" date="2018-xx-xx" description="GA Release > 2.11.0"> > + <release version="3.0.0" date="2018-xx-xx" description="GA Release > 3.0.0"> > <action issue="LOG4J2-2224" dev="rpopma" type="update"> > Renamed package core.util.datetime to core.time.internal.format > to clarify these classes are to be considered private. > </action> > <action issue="LOG4J2-2225" dev="rpopma" type="update"> > Moved time-related classes from core.util to core.time. Classes > considered private moved to core.time.internal. > </action> > + <action issue="LOG4J2-2228" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Split off ZeroMq/JeroMq support into a new module log4j-jeromq. > + </action> > + <action issue="LOG4J2-2227" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Split off Kafka support into a new module log4j-kafka. > + </action> > + <action issue="LOG4J2-2230" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Split off SMTP support into a new module log4j-smtp. > + </action> > + <action issue="LOG4J2-2231" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Move CSV layout from log4j-core to a new module log4j-csv. > + </action> > + <action issue="LOG4J2-2232" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Move JMS code to a new module log4j-jms. > + </action> > + <action issue="LOG4J2-2233" dev="ggregory" type="update" > due-to="Gary Gregory"> > + Move JDBC code to a new module log4j-jdbc. > + </action> > + </release> > + <release version="2.11.0" date="2018-xx-xx" description="GA Release > 2.11.0"> > <action issue="LOG4J2-2236" dev="rpopma" type="update"> > Removed unnecessary dependency on jcommander since Log4j uses > embedded picocli since 2.9. > </action> > @@ -173,24 +193,6 @@ > <action issue="LOG4J2-2229" dev="ggregory" type="update" > due-to="Gary Gregory"> > Update Jackson from 2.9.3 to 2.9.4. > </action> > - <action issue="LOG4J2-2228" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Split off ZeroMq/JeroMq support into a new module log4j-jeromq. > - </action> > - <action issue="LOG4J2-2227" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Split off Kafka support into a new module log4j-kafka. > - </action> > - <action issue="LOG4J2-2230" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Split off SMTP support into a new module log4j-smtp. > - </action> > - <action issue="LOG4J2-2231" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Move CSV layout from log4j-core to a new module log4j-csv. > - </action> > - <action issue="LOG4J2-2232" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Move JMS code to a new module log4j-jms. > - </action> > - <action issue="LOG4J2-2233" dev="ggregory" type="update" > due-to="Gary Gregory"> > - Move JDBC code to a new module log4j-jdbc. > - </action> > </release> > <release version="2.10.0" date="2017-11-18" description="GA Release > 2.10.0"> > <action issue="LOG4J2-2120" dev="mikes" type="add" due-to="Carter > Douglas Kozak"> > >