Hi Gary, thanks for the changes, but see my comments below:
On Wed, Oct 15, 2014 at 4:44 PM, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Wed Oct 15 14:44:54 2014 > New Revision: 1632060 > > URL: http://svn.apache.org/r1632060 > Log: > [EMAIL-143] Update Apache Commons Logging from 1.1.3 to 1.2. > I failed to find any dependency to commons logging and I have also not seen a commit from you that bumped the version from 1.1.3 to 1.2 anywhere in the codebase. Do I miss there something or was this a mistake? > [EMAIL-144] Update Oracle Mail from 1.4.5 to 1.5.2. > ok, if you update to javamail 1.5.2 we should probably bump the version to 1.4. > [EMAIL-145] Update slf4j-jdk14 from 1.6.1 to 1.7.7. > thats just a test dependency, I would not create a ticket for it and mention it in the release notes. > > Modified: > commons/proper/email/trunk/src/changes/changes.xml > > Modified: commons/proper/email/trunk/src/changes/changes.xml > URL: > http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1632060&r1=1632059&r2=1632060&view=diff > > ============================================================================== > --- commons/proper/email/trunk/src/changes/changes.xml (original) > +++ commons/proper/email/trunk/src/changes/changes.xml Wed Oct 15 14:44:54 > 2014 > @@ -30,6 +30,15 @@ > <action dev="tn" type="add" issue="EMAIL-141" date="2014-09-14" > due-to="Stephen Kruger"> > Added support for mapping of content-ids to DataSource in > "MimeMessageParser". > </action> > + <action dev="ggregory" type="update" issue="EMAIL-143" > date="2014-10-15"> > + Update Apache Commons Logging from 1.1.3 to 1.2. > + </action> > + <action dev="ggregory" type="update" issue="EMAIL-144" > date="2014-10-15"> > + Update Oracle Mail from 1.4.5 to 1.5.2. > + </action> > + <action dev="ggregory" type="update" issue="EMAIL-145" > date="2014-10-15"> > + Update slf4j-jdk14 from 1.6.1 to 1.7.7. > + </action> > </release> > <release version="1.3.3" date="2014-07-12"> > <action dev="tn" type="fix" issue="EMAIL-140" date="2014-07-01" > due-to="Gary Gregory"> > > >