You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2014/02/25 09:13:21 UTC

RE: svn commit: r1571593 - in /lucene/dev/trunk: lucene/ivy-versions.properties solr/CHANGES.txt

Hi Shalin,

you have to also update the JAR checksums (and later add the correct svn props to the new checksum files).

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: shalin@apache.org [mailto:shalin@apache.org]
> Sent: Tuesday, February 25, 2014 8:09 AM
> To: commits@lucene.apache.org
> Subject: svn commit: r1571593 - in /lucene/dev/trunk: lucene/ivy-
> versions.properties solr/CHANGES.txt
> 
> Author: shalin
> Date: Tue Feb 25 07:09:07 2014
> New Revision: 1571593
> 
> URL: http://svn.apache.org/r1571593
> Log:
> SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter
> performance
> 
> Modified:
>     lucene/dev/trunk/lucene/ivy-versions.properties
>     lucene/dev/trunk/solr/CHANGES.txt
> 
> Modified: lucene/dev/trunk/lucene/ivy-versions.properties
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/ivy-
> versions.properties?rev=1571593&r1=1571592&r2=1571593&view=diff
> ==========================================================
> ====================
> --- lucene/dev/trunk/lucene/ivy-versions.properties (original)
> +++ lucene/dev/trunk/lucene/ivy-versions.properties Tue Feb 25 07:09:07
> +++ 2014
> @@ -51,7 +51,7 @@ com.sun.jersey.version = 1.8  /com.typesafe/config =
> 1.0.2  /commons-beanutils/commons-beanutils = 1.7.0  /commons-
> cli/commons-cli = 1.2 -/commons-codec/commons-codec = 1.7
> +/commons-codec/commons-codec = 1.9
>  /commons-collections/commons-collections = 3.2.1  /commons-
> configuration/commons-configuration = 1.6  /commons-digester/commons-
> digester = 2.0
> 
> Modified: lucene/dev/trunk/solr/CHANGES.txt
> URL:
> http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=157
> 1593&r1=1571592&r2=1571593&view=diff
> ==========================================================
> ====================
> --- lucene/dev/trunk/solr/CHANGES.txt (original)
> +++ lucene/dev/trunk/solr/CHANGES.txt Tue Feb 25 07:09:07 2014
> @@ -113,6 +113,9 @@ Other Changes
>  * SOLR-5609: If legacy mode is disabled don't let cores create
> slices/replicas/collections .
>    All operations should be performed through collection API (Noble Paul)
> 
> +* SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter
> performance.
> +  (Thomas Champagne, Shawn Heisey via shalin)
> +
>  ==================  4.7.0 ==================
> 
>  Versions of Major Components



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


Re: svn commit: r1571593 - in /lucene/dev/trunk: lucene/ivy-versions.properties solr/CHANGES.txt

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Thanks Uwe for fixing. I'll take care of it in future.

On Tue, Feb 25, 2014 at 1:43 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Hi Shalin,
>
> you have to also update the JAR checksums (and later add the correct svn props to the new checksum files).
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>> -----Original Message-----
>> From: shalin@apache.org [mailto:shalin@apache.org]
>> Sent: Tuesday, February 25, 2014 8:09 AM
>> To: commits@lucene.apache.org
>> Subject: svn commit: r1571593 - in /lucene/dev/trunk: lucene/ivy-
>> versions.properties solr/CHANGES.txt
>>
>> Author: shalin
>> Date: Tue Feb 25 07:09:07 2014
>> New Revision: 1571593
>>
>> URL: http://svn.apache.org/r1571593
>> Log:
>> SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter
>> performance
>>
>> Modified:
>>     lucene/dev/trunk/lucene/ivy-versions.properties
>>     lucene/dev/trunk/solr/CHANGES.txt
>>
>> Modified: lucene/dev/trunk/lucene/ivy-versions.properties
>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/ivy-
>> versions.properties?rev=1571593&r1=1571592&r2=1571593&view=diff
>> ==========================================================
>> ====================
>> --- lucene/dev/trunk/lucene/ivy-versions.properties (original)
>> +++ lucene/dev/trunk/lucene/ivy-versions.properties Tue Feb 25 07:09:07
>> +++ 2014
>> @@ -51,7 +51,7 @@ com.sun.jersey.version = 1.8  /com.typesafe/config =
>> 1.0.2  /commons-beanutils/commons-beanutils = 1.7.0  /commons-
>> cli/commons-cli = 1.2 -/commons-codec/commons-codec = 1.7
>> +/commons-codec/commons-codec = 1.9
>>  /commons-collections/commons-collections = 3.2.1  /commons-
>> configuration/commons-configuration = 1.6  /commons-digester/commons-
>> digester = 2.0
>>
>> Modified: lucene/dev/trunk/solr/CHANGES.txt
>> URL:
>> http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=157
>> 1593&r1=1571592&r2=1571593&view=diff
>> ==========================================================
>> ====================
>> --- lucene/dev/trunk/solr/CHANGES.txt (original)
>> +++ lucene/dev/trunk/solr/CHANGES.txt Tue Feb 25 07:09:07 2014
>> @@ -113,6 +113,9 @@ Other Changes
>>  * SOLR-5609: If legacy mode is disabled don't let cores create
>> slices/replicas/collections .
>>    All operations should be performed through collection API (Noble Paul)
>>
>> +* SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter
>> performance.
>> +  (Thomas Champagne, Shawn Heisey via shalin)
>> +
>>  ==================  4.7.0 ==================
>>
>>  Versions of Major Components
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
Regards,
Shalin Shekhar Mangar.

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