You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/24 10:42:46 UTC

svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: sebb
Date: Fri Jun 24 10:42:46 2016
New Revision: 1750073

URL: http://svn.apache.org/viewvc?rev=1750073&view=rev
Log:
Drop duplicate entry for BCEL-184

Modified:
    commons/proper/bcel/trunk/RELEASE-NOTES.txt
    commons/proper/bcel/trunk/src/changes/changes.xml

Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1750073&r1=1750072&r2=1750073&view=diff
==============================================================================
--- commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] (original)
+++ commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] Fri Jun 24 10:42:46 2016
@@ -97,8 +97,6 @@ o BCEL-187: Verification error when an i
 o BCEL-218: Remove ObjectType cache. Thanks to chas.
 o BCEL-184: The verifier now checks if methods with a void return type attempt
             to return an object. Thanks to J�r�me Leroux.
-o BCEL-184: The verifier now checks if methods with a void return type attempt
-            to return an object. Thanks to J�r�me Leroux.
 o BCEL-207: MethodGen.removeLocalVariable now properly unreference the removed
             variable from the targetters of the instruction handlers delimiting
             the scope of the variable. Thanks to Mark Roberts.

Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1750073&r1=1750072&r2=1750073&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Jun 24 10:42:46 2016
@@ -167,10 +167,6 @@ For full information about API changes p
         The verifier now checks if methods with a void return type attempt
         to return an object.
       </action>
-      <action issue="BCEL-184" type="fix" due-to="J�r�me Leroux">
-        The verifier now checks if methods with a void return type attempt
-        to return an object.
-      </action>
       <action issue="BCEL-207" type="fix" due-to="Mark Roberts">
         MethodGen.removeLocalVariable now properly unreference the removed
         variable from the targetters of the instruction handlers delimiting



Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Posted by sebb <se...@gmail.com>.
On 24 June 2016 at 15:46, Jörg Schaible <jo...@bpm-inspire.com> wrote:
> sebb wrote:
>
>> I'm not sure why the svnmailer does not default to UTF-8, but it
>> clearly doesn't.
>
> ??? It seems it does:
>
> ================ %< ===============
> Content-Type: text/plain; charset=UTF-8
> ================ %< ===============
>
> and when I look at
>
> ================ %< ===============
>>>> >              to return an object. Thanks to Jérôme Leroux.
>>>> > -o BCEL-184: The verifier now checks if methods with a void return
>>>> > type
>>>> attempt
>>>> > -            to return an object. Thanks to Jérôme Leroux.
>>>> >  o BCEL-207: MethodGen.removeLocalVariable now properly unreference
>>>> >  the
>>>> removed
> ================ %< ===============
>
> all characters are displayed fine, escpially Jérôme's name.

The thread refers to the svnmailer commit messages, not SVN contents.

> Cheers,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Posted by Jörg Schaible <jo...@bpm-inspire.com>.
sebb wrote:

> I'm not sure why the svnmailer does not default to UTF-8, but it
> clearly doesn't.

??? It seems it does:

================ %< ===============
Content-Type: text/plain; charset=UTF-8
================ %< ===============

and when I look at

================ %< ===============
>>> >              to return an object. Thanks to J�r�me Leroux.
>>> > -o BCEL-184: The verifier now checks if methods with a void return
>>> > type
>>> attempt
>>> > -            to return an object. Thanks to J�r�me Leroux.
>>> >  o BCEL-207: MethodGen.removeLocalVariable now properly unreference
>>> >  the
>>> removed
================ %< ===============

all characters are displayed fine, escpially J�r�me's name.

Cheers,
J�rg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Posted by sebb <se...@gmail.com>.
I'm not sure why the svnmailer does not default to UTF-8, but it
clearly doesn't.

On 24 June 2016 at 13:10, Benedikt Ritter <br...@apache.org> wrote:
> Nice, thank you!
>
> sebb AT ASF <se...@apache.org> schrieb am Fr., 24. Juni 2016 um 12:46 Uhr:
>
>> Looks like the fix for the encoding was successful.
>>
>> [I was looking for somewhere to apply a dummy change to test the UTF8
>> fix when I found the duplicate ...]
>>
>> On 24 June 2016 at 11:42,  <se...@apache.org> wrote:
>> > Author: sebb
>> > Date: Fri Jun 24 10:42:46 2016
>> > New Revision: 1750073
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1750073&view=rev
>> > Log:
>> > Drop duplicate entry for BCEL-184
>> >
>> > Modified:
>> >     commons/proper/bcel/trunk/RELEASE-NOTES.txt
>> >     commons/proper/bcel/trunk/src/changes/changes.xml
>> >
>> > Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
>> > URL:
>> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1750073&r1=1750072&r2=1750073&view=diff
>> >
>> ==============================================================================
>> > --- commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] (original)
>> > +++ commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] Fri Jun 24
>> 10:42:46 2016
>> > @@ -97,8 +97,6 @@ o BCEL-187: Verification error when an i
>> >  o BCEL-218: Remove ObjectType cache. Thanks to chas.
>> >  o BCEL-184: The verifier now checks if methods with a void return type
>> attempt
>> >              to return an object. Thanks to Jérôme Leroux.
>> > -o BCEL-184: The verifier now checks if methods with a void return type
>> attempt
>> > -            to return an object. Thanks to Jérôme Leroux.
>> >  o BCEL-207: MethodGen.removeLocalVariable now properly unreference the
>> removed
>> >              variable from the targetters of the instruction handlers
>> delimiting
>> >              the scope of the variable. Thanks to Mark Roberts.
>> >
>> > Modified: commons/proper/bcel/trunk/src/changes/changes.xml
>> > URL:
>> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1750073&r1=1750072&r2=1750073&view=diff
>> >
>> ==============================================================================
>> > --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
>> > +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Jun 24
>> 10:42:46 2016
>> > @@ -167,10 +167,6 @@ For full information about API changes p
>> >          The verifier now checks if methods with a void return type
>> attempt
>> >          to return an object.
>> >        </action>
>> > -      <action issue="BCEL-184" type="fix" due-to="Jérôme Leroux">
>> > -        The verifier now checks if methods with a void return type
>> attempt
>> > -        to return an object.
>> > -      </action>
>> >        <action issue="BCEL-207" type="fix" due-to="Mark Roberts">
>> >          MethodGen.removeLocalVariable now properly unreference the
>> removed
>> >          variable from the targetters of the instruction handlers
>> delimiting
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Posted by Benedikt Ritter <br...@apache.org>.
Nice, thank you!

sebb AT ASF <se...@apache.org> schrieb am Fr., 24. Juni 2016 um 12:46 Uhr:

> Looks like the fix for the encoding was successful.
>
> [I was looking for somewhere to apply a dummy change to test the UTF8
> fix when I found the duplicate ...]
>
> On 24 June 2016 at 11:42,  <se...@apache.org> wrote:
> > Author: sebb
> > Date: Fri Jun 24 10:42:46 2016
> > New Revision: 1750073
> >
> > URL: http://svn.apache.org/viewvc?rev=1750073&view=rev
> > Log:
> > Drop duplicate entry for BCEL-184
> >
> > Modified:
> >     commons/proper/bcel/trunk/RELEASE-NOTES.txt
> >     commons/proper/bcel/trunk/src/changes/changes.xml
> >
> > Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
> > URL:
> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1750073&r1=1750072&r2=1750073&view=diff
> >
> ==============================================================================
> > --- commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] (original)
> > +++ commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] Fri Jun 24
> 10:42:46 2016
> > @@ -97,8 +97,6 @@ o BCEL-187: Verification error when an i
> >  o BCEL-218: Remove ObjectType cache. Thanks to chas.
> >  o BCEL-184: The verifier now checks if methods with a void return type
> attempt
> >              to return an object. Thanks to Jérôme Leroux.
> > -o BCEL-184: The verifier now checks if methods with a void return type
> attempt
> > -            to return an object. Thanks to Jérôme Leroux.
> >  o BCEL-207: MethodGen.removeLocalVariable now properly unreference the
> removed
> >              variable from the targetters of the instruction handlers
> delimiting
> >              the scope of the variable. Thanks to Mark Roberts.
> >
> > Modified: commons/proper/bcel/trunk/src/changes/changes.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1750073&r1=1750072&r2=1750073&view=diff
> >
> ==============================================================================
> > --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
> > +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Jun 24
> 10:42:46 2016
> > @@ -167,10 +167,6 @@ For full information about API changes p
> >          The verifier now checks if methods with a void return type
> attempt
> >          to return an object.
> >        </action>
> > -      <action issue="BCEL-184" type="fix" due-to="Jérôme Leroux">
> > -        The verifier now checks if methods with a void return type
> attempt
> > -        to return an object.
> > -      </action>
> >        <action issue="BCEL-207" type="fix" due-to="Mark Roberts">
> >          MethodGen.removeLocalVariable now properly unreference the
> removed
> >          variable from the targetters of the instruction handlers
> delimiting
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Posted by sebb AT ASF <se...@apache.org>.
Looks like the fix for the encoding was successful.

[I was looking for somewhere to apply a dummy change to test the UTF8
fix when I found the duplicate ...]

On 24 June 2016 at 11:42,  <se...@apache.org> wrote:
> Author: sebb
> Date: Fri Jun 24 10:42:46 2016
> New Revision: 1750073
>
> URL: http://svn.apache.org/viewvc?rev=1750073&view=rev
> Log:
> Drop duplicate entry for BCEL-184
>
> Modified:
>     commons/proper/bcel/trunk/RELEASE-NOTES.txt
>     commons/proper/bcel/trunk/src/changes/changes.xml
>
> Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
> URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1750073&r1=1750072&r2=1750073&view=diff
> ==============================================================================
> --- commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] (original)
> +++ commons/proper/bcel/trunk/RELEASE-NOTES.txt [utf-8] Fri Jun 24 10:42:46 2016
> @@ -97,8 +97,6 @@ o BCEL-187: Verification error when an i
>  o BCEL-218: Remove ObjectType cache. Thanks to chas.
>  o BCEL-184: The verifier now checks if methods with a void return type attempt
>              to return an object. Thanks to Jérôme Leroux.
> -o BCEL-184: The verifier now checks if methods with a void return type attempt
> -            to return an object. Thanks to Jérôme Leroux.
>  o BCEL-207: MethodGen.removeLocalVariable now properly unreference the removed
>              variable from the targetters of the instruction handlers delimiting
>              the scope of the variable. Thanks to Mark Roberts.
>
> Modified: commons/proper/bcel/trunk/src/changes/changes.xml
> URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1750073&r1=1750072&r2=1750073&view=diff
> ==============================================================================
> --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
> +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Fri Jun 24 10:42:46 2016
> @@ -167,10 +167,6 @@ For full information about API changes p
>          The verifier now checks if methods with a void return type attempt
>          to return an object.
>        </action>
> -      <action issue="BCEL-184" type="fix" due-to="Jérôme Leroux">
> -        The verifier now checks if methods with a void return type attempt
> -        to return an object.
> -      </action>
>        <action issue="BCEL-207" type="fix" due-to="Mark Roberts">
>          MethodGen.removeLocalVariable now properly unreference the removed
>          variable from the targetters of the instruction handlers delimiting
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org