diff --git a/.classpath b/.classpath index ae3349a..4580ac9 100644 --- a/.classpath +++ b/.classpath @@ -12,14 +12,13 @@ - - + diff --git a/CHANGES.txt b/CHANGES.txt index ada9692..cea7943 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,35 @@ ############################################################################### +# Olap4j 1.1.0 + +This release is a minor update to the olap4j specification. There have been +changes to the internal APIs which will affect developers and implementors +of the specification. This release is backwards compatible with applications +written against olap4j 1.0. + +This release is also the first to introduce our new sister project: +olap4j-xmlaserver. It consists of a Java Servlet implementation which provides +XMLA services from an olap4j connection. For more details, consult our GitHub +page at github.com/olap4j + +* New Features / Improvements + - Switched to the JavaCC parser (was previously JavaCUP). + - Added compatibility with Mondrian 4+. + - Minor changes to the NamedList interface. + +* Bug Fixes in Core + - Fix bug 3526908. Incomplete LCID list. + - Fix bug 3515404. Inconsistent behavior when parsing ".CHILDREN" and + ".Children" + +* Bug Fixes in XMLA + - Fixes compatibility issues with Essbase. + - Fixes compatibility issues with SAP BW. + - Fixes a thread safety issue in DeferredNamedList. + +############################################################################### + # Olap4j 1.0.1 This release is a maintenance release and maintains backwards compatibility @@ -28,6 +57,8 @@ Among other notable changes, this version introduces support for JDBC 4.1. - The XmlaDriver now exposes a public constructor to prevent errors in Sun's JDBC implementation. +############################################################################### + # Olap4j 1.0.0 Although this file was not kept up to date since a while, we intend to change diff --git a/README.txt b/README.txt index 4376423..332fe2f 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -olap4j, release 1.0.1 +olap4j, release 1.1.0 Contents of this distribution ----------------------------- diff --git a/build.xml b/build.xml index 5539c9f..b59cebe 100644 --- a/build.xml +++ b/build.xml @@ -455,6 +455,14 @@ class XmlaOlap4jDriverVersion { + + + + + + + + diff --git a/doc/index.html b/doc/index.html index eb84a6e..8735db7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -185,29 +185,22 @@

Status

-

olap4j 1.0.1 was released on February 7th, - 2012.


+

olap4j 1.1.0


This olap4j release includes the specification, a technology compatibility kit (TCK) and a generic XML/A driver compatible with Pentaho Analysis (Mondrian), - Microsoft SQL Server Analysis Services, Palo and SAP - BW.


+ Microsoft SQL Server Analysis Services, Palo, SAP + BW and Essbase.


-

This release is a maintenance release and maintains - backwards compatibility with version 1.0.0. The license - under which olap4j is distributed has changed starting with - this release. Olap4j is now distributed under the Apache - Software License Version 2.0.


- -

Among other notable changes, this version introduces - support for JDBC 4.1.

+

This release is a minor release and maintains + backwards compatibility with version 1.0.0.


Resources