[xgws-dev] CVS Update: codes/xsul/java/modules/common/xsul

Suresh Marru xgws-dev_at_extreme.indiana.edu
Tue Oct 2 11:43:01 2007


smarru      07/10/02 11:42:31

  Modified:    xsul/java/doc changes.html
               xsul/java/modules/common/xsul XsulVersion.java
  Log:
  Minor release to roll srinath's bug fix
  
  Revision  Changes    Path
  1.80      +4 -1      codes/xsul/java/doc/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /l/extreme/cvs/codes/xsul/java/doc/changes.html,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -b -t -w -r1.79 -r1.80
  --- changes.html	27 Sep 2007 17:23:09 -0000	1.79
  +++ changes.html	2 Oct 2007 15:42:31 -0000	1.80
  @@ -17,6 +17,9 @@
   <h3>Latest in CVS</h3>
   
   <ul>
  +<li>2007-10-02 (2.10.5_a) Fixed bug n boolean parsing
  +</li>
  +
   <li>2007-09-27 (2.10.5) Added leadcontext:service-replica-id 
   Cleanup leadresourcemapping to sync it up with gfac host description parameters
   </li>
  @@ -571,7 +574,7 @@
   </td>
   <td align="right" width="25%">
   <font size="-2"><i>
  -Last modified: $Id: changes.html,v 1.79 2007/09/27 17:23:09 smarru Exp $
  +Last modified: $Id: changes.html,v 1.80 2007/10/02 15:42:31 smarru Exp $
   </i></font>
   
   </td>
  
  
  
  1.130     +3 -3      codes/xsul/java/modules/common/xsul/XsulVersion.java
  
  Index: XsulVersion.java
  ===================================================================
  RCS file: /l/extreme/cvs/codes/xsul/java/modules/common/xsul/XsulVersion.java,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -b -t -w -r1.129 -r1.130
  --- XsulVersion.java	27 Sep 2007 17:23:09 -0000	1.129
  +++ XsulVersion.java	2 Oct 2007 15:42:31 -0000	1.130
  @@ -1,18 +1,18 @@
   /* -*- mode: Java; c-basic-offset: 4; indent-tabs-mode: nil; -*-  //------100-columns-wide------>|*/
   /* Copyright (c) 2002-2006 Extreme! Lab, Indiana University. All rights reserved.
    * This software is open source. See the bottom of this file for the license.
  - * $Id: XsulVersion.java,v 1.129 2007/09/27 17:23:09 smarru Exp $ */
  + * $Id: XsulVersion.java,v 1.130 2007/10/02 15:42:31 smarru Exp $ */
   package xsul;
   
   /**
    * One place to put version number.
    *
  - * @version $Revision: 1.129 $
  + * @version $Revision: 1.130 $
    * @author <a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
    */
   public class XsulVersion {
       public final static String SPEC_VERSION = "2.10.5";
  -    private final static String BUILD = ""; //"_dev"; //"_f2"; //"_SPECIAL_EDITION";//"_b4";
  +    private final static String BUILD = "_a"; //"_dev"; //"_f2"; //"_SPECIAL_EDITION";//"_b4";
   
       private final static String PROJECT_NAME = "XSUL";
       public  final static String IMPL_VERSION = SPEC_VERSION+BUILD;