mirror of https://github.com/apache/lucene.git
upgrade to lucene 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9465b6bc29
commit
ad091eec70
|
@ -30,6 +30,7 @@ Detailed Change List
|
|||
----------------------
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
1. SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is
|
||||
shipped with a JDK logging implementation, so logging configuration for the .war should
|
||||
be identical to solr 1.3. However, if you are using the .jar file, you can select
|
||||
|
@ -54,12 +55,16 @@ Optimizations
|
|||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
1. SOLR-774: Fixed logging level display (Sean Timm via Otis Gospodnetic)
|
||||
|
||||
2. SOLR-771: CoreAdminHandler STATUS should display 'normalized' paths (koji, hossman, shalin)
|
||||
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
1. Upgraded to Lucene 2.4.0 (yonik)
|
||||
|
||||
|
||||
Build
|
||||
----------------------
|
||||
1. SOLR-776: Added in ability to sign artifacts via Ant for releases (gsingers)
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<property name="maven.dist.prefix" value="${maven.dist.dir}/org/apache/solr"/>
|
||||
|
||||
<!-- The version suffix of the Lucene artifacts checked into "lib" -->
|
||||
<property name="lucene_version" value="2.4-dev"/>
|
||||
<property name="lucene_version" value="2.4.0"/>
|
||||
<!-- The version number to assign to the Maven artifacts. -->
|
||||
<property name="maven_version" value="1.4-SNAPSHOT"/>
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[54442dc6f27fe181c341e7220cbed4156df67422] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[5c6e003fc66d148760ea153801a4b4f6cf451d3a] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[f0f93a79c92709829585d4634d3b9cd7f988fd0b] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[a599f43d5b9ab1ad41b4396897f1f972a19c5147] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[79feaef520336b85e04250b09a7821a65898e4a2] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[440fa4e263aecab5b576594e7f0a84117378dabf] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[b5ff08be5329e61691c0ee1fb9a31efa20772f7e] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue