Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 67411 invoked from network); 16 Mar 2010 03:04:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 03:04:23 -0000 Received: (qmail 78110 invoked by uid 500); 16 Mar 2010 03:04:22 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 77971 invoked by uid 500); 16 Mar 2010 03:04:22 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 77964 invoked by uid 99); 16 Mar 2010 03:04:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 03:04:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 03:04:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B368923888C2; Tue, 16 Mar 2010 03:03:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r923562 - /lucene/solr/branches/solr/CHANGES.txt Date: Tue, 16 Mar 2010 03:03:58 -0000 To: solr-commits@lucene.apache.org From: yonik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100316030358.B368923888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yonik Date: Tue Mar 16 03:03:58 2010 New Revision: 923562 URL: http://svn.apache.org/viewvc?rev=923562&view=rev Log: docs: remove 1.5 reference Modified: lucene/solr/branches/solr/CHANGES.txt Modified: lucene/solr/branches/solr/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/CHANGES.txt?rev=923562&r1=923561&r2=923562&view=diff ============================================================================== --- lucene/solr/branches/solr/CHANGES.txt (original) +++ lucene/solr/branches/solr/CHANGES.txt Tue Mar 16 03:03:58 2010 @@ -28,7 +28,7 @@ Upgrading from Solr 1.4 * The Lucene index format has changed and as a result, once you upgrade, previous versions of Solr will no longer be able to read your indices. -* The experimental ALIAS command is removed in Solr 1.5 (SOLR-1637) +* The experimental ALIAS command has been removed (SOLR-1637) * Using solr.xml is recommended for single cores also (SOLR-1621)