Changeset 455


Ignore:
Timestamp:
05/17/11 22:36:48 (2 years ago)
Author:
tadamusiak
Message:

releas notes and updated build.xml for minor release

Location:
trunk/ontoCAT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ontoCAT/build.xml

    r448 r455  
    33        <!-- set global properties for this build --> 
    44        <property name="test.reports" value="reports" /> 
    5         <property name="version" value="0.9.7.6" /> 
     5        <property name="version" value="0.9.7.7" /> 
    66        <property name="copyright" value="Copyright © 2010 European Bioinformatics  
    77                Institute and University of Groningen. Released under LGPLv3." /> 
  • trunk/ontoCAT/dist/release_notes.txt

    r452 r455  
    55        Add getUri method to OntologyTerm 
    66 
    7 Version 0.9.7.7 //2011 
    8         FIX: ReasonedFileOntologyService basic constructor was not instantiating properly 
     7Version 0.9.7.7 17/05/2011 
     8        FIX: ReasonedFileOntologyService basic constructor was not being instantiated properly 
     9        FIX: Another work-around for OWL API 3.2.2 introducing invalid object properties 
     10        URIs and messing up with the reasoner. The new approach relies on removing unused  
     11        object properties rather than merging as it is difficult to predict which properties 
     12        to merge with OBO namespace introducing another unknown into the object propery URI 
    913        UPDATE: Updated BioPortal's OntologyBean signature with userAcl field 
    1014 
Note: See TracChangeset for help on using the changeset viewer.