You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/04/28 19:21:20 UTC

git commit: Updated CHANGES.txt to prepare for Apache MetaModel 4.1.0 RC1 release.

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master a9d89dc91 -> 735d62a6e


Updated CHANGES.txt to prepare for Apache MetaModel 4.1.0 RC1 release.

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/735d62a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/735d62a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/735d62a6

Branch: refs/heads/master
Commit: 735d62a6ea9e2328f2adcd7e37ed86edf4418425
Parents: a9d89dc
Author: Kasper Sørensen <i....@gmail.com>
Authored: Mon Apr 28 19:19:37 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Mon Apr 28 19:19:37 2014 +0200

----------------------------------------------------------------------
 CHANGES.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/735d62a6/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e0f69d..6918be3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,14 +1,13 @@
-(work in progress)
+Apache MetaModel 4.1.0-incubating
 
+ * [METAMODEL-13] - Added support for Apache HBase via the new module "MetaModel-hbase"
  * [METAMODEL-41] - Added a parser for SimpleTableDef objects (SimpleTableDefParser). It parses statements similar to CREATE TABLE statements, although without the "CREATE TABLE" prefix. For example: foo (bar INTEGER, baz VARCHAR)
- * [METAMODEL-13] - Added support for Apache HBase via the new module "MetaModel-hbase"!
  * [METAMODEL-11] - New module "MetaModel-spring" which adds a convenient FactoryBean to produce various types of DataContext objects based on externalizable parameters, for Spring framework users.
  * [METAMODEL-32] - Fixed thread-safety issue in Excel module when tables (sheets) metadata is updated.
  * [METAMODEL-47] - Fixed issue in Excel of loading schema if query is fired based on metadata from a previous DataContext instance.
  * [METAMODEL-35] - Improved query rewriting for DB2 when paged queries contain ORDER BY clause.
  * [METAMODEL-44] - Added an optional method for QueryPostprocessDataContext implementations to do a row-lookup by primary key value.
  * [METAMODEL-43] - Made CSV datastores skip empty lines in file instead of treating them of rows with null values.
- * [METAMODEL-35] - Improved query rewriting for DB2 when paged queries contain ORDER BY clause.
  * [METAMODEL-39] - Added pooling of active/used Connections and PreparedStatements in JDBC compiled queries.
  * [METAMODEL-34] - Updated LICENSE file to not include bundled dependencies' licenses.
  * [METAMODEL-33] - Ensured that Apache Rat plugin for Maven is properly activated.