Archive for September 2007

LiquiBase 1.3 Released

LiquiBase 1.3 has been released. Major features include:

Many bugs have been fixed as well, including:

  • Restored Java 6 Support
  • Absolute path changelogs are handled correctly on Windows
  • Other bug fixes

Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to:

<databasechangelog xmlns=”http://www.liquibase.org/xml/ns/dbchangelog/1.3″;
xsi=”http://www.w3.org/2001/XMLSchema-instance”;
schemalocation=”http://www.liquibase.org/xml/ns/dbchangelog/1.3
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.3.xsd”;>

Download LiquiBase 1.3 from:

http://www.liquibase.org/download.html