Changeset 861


Ignore:
Timestamp:
10/18/09 17:05:50 (3 years ago)
Author:
kasper
Message:

Releasing DataCleaner 1.5.3

Location:
DataCleaner/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • DataCleaner/trunk/DataCleaner-core/pom.xml

    r842 r861  
    55                <artifactId>DataCleaner</artifactId> 
    66                <groupId>dk.eobjects.datacleaner</groupId> 
    7                 <version>1.5.3-SNAPSHOT</version> 
     7                <version>1.5.3</version> 
    88                <relativePath>../</relativePath> 
    99        </parent> 
  • DataCleaner/trunk/DataCleaner-gui/pom.xml

    r808 r861  
    44                <artifactId>DataCleaner</artifactId> 
    55                <groupId>dk.eobjects.datacleaner</groupId> 
    6                 <version>1.5.3-SNAPSHOT</version> 
     6                <version>1.5.3</version> 
    77                <relativePath>../</relativePath> 
    88        </parent> 
  • DataCleaner/trunk/DataCleaner-gui/src/main/java/dk/eobjects/datacleaner/gui/DataCleanerGui.java

    r807 r861  
    3636public class DataCleanerGui { 
    3737 
    38         public static final String VERSION = "1.5.3-SNAPSHOT"; 
     38        public static final String VERSION = "1.5.3"; 
    3939        public static final int EXIT_CODE_NORMAL_EXIT = 0; 
    4040        public static final int EXIT_CODE_COULD_NOT_OPEN_CONFIGURATION_FILE = 15; 
  • DataCleaner/trunk/DataCleaner-gui/src/main/resources/changelog.txt

    r804 r861  
    11DataCleaner changelog 
     2 
     3DataCleaner 1.5.3 
     4================= 
     5 * Upgraded to MetaModel 1.1.8 which means: 
     6   * Improved Excel spreadsheet support 
     7   * Improved SQL Server support 
     8   * Improved performance for CSV files 
     9 * Fixed a bug that caused certain database connection errors 
     10   to be ignored in terms of user feedback. 
     11 * Fixed a bug that caused re-opening of database dictionaries 
     12   to throw a NullPointerException. 
     13 * Fixed a bug related to dictionary lookups of null values. 
     14 * Added support for Teradata databases. 
     15 * Added connection templates for SQL Server connections. 
     16 * Added support for selection of custom encodings when reading 
     17   CSV files. 
     18 * Fixed a minor bug relating to reading files on the classpath 
     19   when running in Java WebStart mode (which manifested in an 
     20   exception thrown when clicking on "About DataCleaner"). 
    221 
    322DataCleaner 1.5.2 
  • DataCleaner/trunk/DataCleaner-packaging/pom.xml

    r808 r861  
    44                <artifactId>DataCleaner</artifactId> 
    55                <groupId>dk.eobjects.datacleaner</groupId> 
    6                 <version>1.5.3-SNAPSHOT</version> 
     6                <version>1.5.3</version> 
    77                <relativePath>../</relativePath> 
    88        </parent> 
  • DataCleaner/trunk/DataCleaner-testware/pom.xml

    r808 r861  
    44                <artifactId>DataCleaner</artifactId> 
    55                <groupId>dk.eobjects.datacleaner</groupId> 
    6                 <version>1.5.3-SNAPSHOT</version> 
     6                <version>1.5.3</version> 
    77                <relativePath>../</relativePath> 
    88        </parent> 
  • DataCleaner/trunk/pom.xml

    r855 r861  
    88        <artifactId>DataCleaner</artifactId> 
    99        <name>DataCleaner</name> 
    10         <version>1.5.3-SNAPSHOT</version> 
     10        <version>1.5.3</version> 
    1111        <description>DataCleaner is an Open Source application for profiling, validating and comparing data. These activities help you administer and monitor your data quality in order to ensure that your data is useful and applicable to your business situation.</description> 
    1212        <url>http://datacleaber.eobjects.org</url> 
Note: See TracChangeset for help on using the changeset viewer.