You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/12/01 09:21:59 UTC

[Lucene.Net] svn commit: r799540 - in /websites/production/lucene.net: ./ content/lucene.net/download.html content/lucene.net/index.html

Author: pnasser
Date: Thu Dec  1 08:21:59 2011
New Revision: 799540

Log:
2.9.4 release

Modified:
    websites/production/lucene.net/   (props changed)
    websites/production/lucene.net/content/lucene.net/download.html
    websites/production/lucene.net/content/lucene.net/index.html

Propchange: websites/production/lucene.net/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Dec  1 08:21:59 2011
@@ -1 +1 @@
-/websites/staging/lucene.net/trunk:785483-797954
+/websites/staging/lucene.net/trunk:785483-799538

Modified: websites/production/lucene.net/content/lucene.net/download.html
==============================================================================
--- websites/production/lucene.net/content/lucene.net/download.html (original)
+++ websites/production/lucene.net/content/lucene.net/download.html Thu Dec  1 08:21:59 2011
@@ -30,23 +30,22 @@
 		
 		 <div class="left">
 
-<h1 id="latest_release_-_lucenenet_292_-_march_06_2011">Latest Release - Lucene.Net 2.9.2 - March 06, 2011</h1>
+<h1 id="latest_release_-_lucenenet_294_-_nov_29_2011">Latest Release - Lucene.Net 2.9.4 - Nov 29, 2011</h1>
 <p>These are the official releases that have been fully tested by the Lucene.Net community. The binary library can
 also easily be incorporated into your applications using the NuGet Package Manager.</p>
 <ul>
-<li><a href="http://www.apache.org/dist/incubator/lucene.net/binaries/">Binary</a></li>
-<li><a href="http://www.apache.org/dist/incubator/lucene.net/source/">Source</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucene.net/binaries/2.9.4-incubating/">Binary</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucene.net/source/2.9.4-incubating/">Source</a></li>
 </ul>
 <h1 id="cutting_edge">Cutting Edge</h1>
-<p>At the moment, we are preparing the 2.9.4 version for general release in our trunk, 
-and we also have an extensive effort underway to '.Net-ify' Lucene.Net under the 2.9.4g
-branch. </p>
+<p>The 2.9.4g .Net'ified branch will be released in early January, from there we are hard at work porting over Lucene 3.0.3.</p>
 <ul>
-<li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/">2.9.4 - Trunk</a> - Nearly ready for release</li>
-<li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/branches/Lucene.Net_2_9_4g/">2.9.4g - .Net'ified</a> - Continually evolving to provide a more standard .Net experience</li>
+<li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/branches/Lucene.Net_2_9_4g/">2.9.4g - .Net'ified</a> - Generics version of our latest 2.9.4 release</li>
+<li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/branches/Lucene.Net.3.0.3//">3.0.3 - Latest and Greatest</a></li>
 </ul>
 <h1 id="release_archives">Release Archives</h1>
 <ul>
+<li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_4_RC3/">2.9.2 Source</a></li>
 <li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_1/">2.9.1 Source</a></li>
 <li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_4_0/">2.4.0 Source</a></li>
 <li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/tags/">Older Releases</a></li>

Modified: websites/production/lucene.net/content/lucene.net/index.html
==============================================================================
--- websites/production/lucene.net/content/lucene.net/index.html (original)
+++ websites/production/lucene.net/content/lucene.net/index.html Thu Dec  1 08:21:59 2011
@@ -37,6 +37,15 @@
 <li>Maximize usability and power when used within the .NET runtime. To that end, it will present a highly idiomatic, carefully tailored API that takes advantage of many of the special features of the .NET runtime.</li>
 </ol>
 <h1 id="news">News</h1>
+<h2 id="november_29_2011_-_apache_lucenenet_294_incubating_released">November 29, 2011 - Apache Lucene.Net 2.9.4 Incubating released</h2>
+<p>We finally got it out the door, it took a lot longer than we expected. However, we have a ton of bug fixes rolled into this relase as well as a number of new features. </p>
+<ul>
+<li>Some of the bug fixes include: concurrency issues, mono compilation issues, and memory leaks.</li>
+<li>A lot of work has been done to clean up the code base, refactoring the code and project files, and providing build scripts</li>
+<li>A couple of new features: Search.Regex, Simple Faceted Search, and simple phrase analysis in the Fast Vector Highlighter</li>
+<li>Download it now on our <a href="download.html">downloads page</a></li>
+</ul>
+<p>Just around the corner is a 2.9.4g release (early January), that has been substantially refactored and uses generics across the board. </p>
 <h2 id="july_23_2011_-_new_website">July 23, 2011 - New Website</h2>
 <p>With the close of the 99designs contest for a new logo that Jeff Atwood of SO fame gracious put on, we now have a new logo. With it we've built a slimmed down website that 
 hopefully allows users to find what they are looking for quickly without all the extra fluff.</p>