You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by cu...@apache.org on 2004/03/30 01:20:54 UTC

cvs commit: jakarta-lucene/xdocs index.xml

cutting     2004/03/29 15:20:54

  Modified:    .        build.xml
               docs     index.html
               xdocs    index.xml
  Log:
  Preparing for 1.4-RC1 release.
  
  Revision  Changes    Path
  1.59      +1 -1      jakarta-lucene/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml	26 Mar 2004 09:54:49 -0000	1.58
  +++ build.xml	29 Mar 2004 23:20:53 -0000	1.59
  @@ -16,7 +16,7 @@
   
     <property name="name" value="lucene"/>
     <property name="Name" value="Lucene"/>
  -  <property name="version" value="1.4-rc1-dev"/>
  +  <property name="version" value="1.4-rc2-dev"/>
     <property name="year" value="2000-${current.year}"/>
     <property name="final.name" value="${name}-${version}"/>
     <property name="javac.deprecation" value="on"/>
  
  
  
  1.40      +11 -5     jakarta-lucene/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/docs/index.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- index.html	23 Mar 2004 17:50:47 -0000	1.39
  +++ index.html	29 Mar 2004 23:20:53 -0000	1.40
  @@ -29,13 +29,13 @@
               <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
   
                                                       <meta name="author" value="Jon S. Stevens">
  -            <meta name="email" value="jon@latchkey.com">
  +            <meta name="email" value="jon at latchkey.com">
                                           <meta name="author" value="Ted Husted">
  -            <meta name="email" value="husted@apache.org">
  +            <meta name="email" value="husted at apache.org">
                                           <meta name="author" value="Doug Cutting">
  -            <meta name="email" value="cutting@apache.org">
  +            <meta name="email" value="cutting at apache.org">
                                           <meta name="author" value="Peter Carlson">
  -            <meta name="email" value="carlson@apache.org">
  +            <meta name="email" value="carlson at apache.org">
               
              
                                       
  @@ -167,7 +167,13 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>26 December 2003 - Lucene 1.3 Final Released</h3>
  +                                    <h3>29 March 2004 - Lucene 1.4 Release Candidate 1 Released</h3>
  +                                                <p>A new release of is available with many new features
  +               and bug fixes.  See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.78">CHANGES.txt</a>
  +               for details.  Binary and source distributions are
  +               available <a href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc1/">here</a>.
  +            </p>
  +                                                <h3>26 December 2003 - Lucene 1.3 Final Released</h3>
                                                   <p>A new release
                   of is available with many new features and bug fixes.  See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.65">CHANGES.txt</a>
                   for details.  Binary and source distributions are available <a href="http://cvs.apache.org/dist/jakarta/lucene/v1.3-final/">here</a>.
  
  
  
  1.14      +14 -4     jakarta-lucene/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/index.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.xml	23 Mar 2004 17:50:47 -0000	1.13
  +++ index.xml	29 Mar 2004 23:20:54 -0000	1.14
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   <document>
       <properties>
  -        <author email="jon@latchkey.com">Jon S. Stevens</author>
  -        <author email="husted@apache.org">Ted Husted</author>
  -        <author email="cutting@apache.org">Doug Cutting</author>
  -        <author email="carlson@apache.org">Peter Carlson</author>
  +        <author email="jon at latchkey.com">Jon S. Stevens</author>
  +        <author email="husted at apache.org">Ted Husted</author>
  +        <author email="cutting at apache.org">Doug Cutting</author>
  +        <author email="carlson at apache.org">Peter Carlson</author>
           <title>Overview - Jakarta Lucene</title>
       </properties>
       <body>
  @@ -22,6 +22,16 @@
           </section>
   
           <section name="Lucene News">
  +
  +            <h3>29 March 2004 - Lucene 1.4 Release Candidate 1 Released</h3>
  +               <p>A new release of is available with many new features
  +               and bug fixes.  See <a
  +               href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.78">CHANGES.txt</a>
  +               for details.  Binary and source distributions are
  +               available <a
  +               href="http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc1/">here</a>.
  +            </p>
  +
               <h3>26 December 2003 - Lucene 1.3 Final Released</h3> <p>A new release
                   of is available with many new features and bug fixes.  See <a
                       href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.65">CHANGES.txt</a>
  
  
  

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