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/06/30 11:11:04 UTC

git commit: Updated CHANGES.txt file to treat developments after 4.1.0 as separate release

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master 8d0dd7c9a -> b7a721b99


Updated CHANGES.txt file to treat developments after 4.1.0 as separate
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/b7a721b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/b7a721b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/b7a721b9

Branch: refs/heads/master
Commit: b7a721b99671c879ba3882480cce16dacdb42144
Parents: 8d0dd7c
Author: Kasper Sørensen <i....@gmail.com>
Authored: Mon Jun 30 11:11:01 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Mon Jun 30 11:11:01 2014 +0200

----------------------------------------------------------------------
 CHANGES.txt | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/b7a721b9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a719850..3436bf2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,27 +1,30 @@
-Apache MetaModel 4.1.0-incubating
+Apache MetaModel 4.2.0-incubating
 
- * [METAMODEL-13] - Added support for Apache HBase via the new module "MetaModel-hbase"
  * [METAMODEL-54] - ColumnType converted from enum to interface to allow for further specialization in modules.
  * [METAMODEL-57] - Changed the column type VARCHAR into STRING for the modules: CSV, Fixedwidth, Excel and XML.
  * [METAMODEL-56] - Made separate column types for converted JDBC LOBs - "CLOB as String" and "BLOB as bytes".
- * [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-46] - Improved row-lookup by primary key (ID) in CouchDB
+ * [METAMODEL-58] - Fixed a bug related to using CreateTable class and primary keys not getting created.
+ * [METAMODEL-3]  - Improved writing of Byte-Order-Mark (BOM) for various encoding spelling variants.
+ * [METAMODEL-59] - Fixed a bug related to handling of date/time literals in MS SQL Server queries.
+ * [METAMODEL-60] - Fixed a bug related to DISTINCT and TOP keywords in MS SQL Server queries.
+ * [METAMODEL-45] - Improved and standardized way of handling integration test connection information towards external databases.
+ * [METAMODEL-62] - Fixed a bug related to fault-tolerant handling of malformed CSV lines when reading CSVs in single-line mode
+
+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-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-46] - Improved row-lookup by primary key (ID) in CouchDB
  * [METAMODEL-43] - Made CSV datastores skip empty lines in file instead of treating them of rows with null values.
  * [METAMODEL-39] - Added pooling of active/used Connections and PreparedStatements in JDBC compiled queries.
- * [METAMODEL-58] - Fixed a bug related to using CreateTable class and primary keys not getting created.
  * [METAMODEL-34] - Updated LICENSE file to not include bundled dependencies' licenses.
  * [METAMODEL-33] - Ensured that Apache Rat plugin for Maven is properly activated.
  * [METAMODEL-37] - Removed old site sources from project.
- * [METAMODEL-3] - Improved writing of Byte-Order-Mark (BOM) for various encoding spelling variants.
- * [METAMODEL-59] - Fixed a bug related to handling of date/time literals in MS SQL Server queries.
- * [METAMODEL-60] - Fixed a bug related to DISTINCT and TOP keywords in MS SQL Server queries.
- * [METAMODEL-45] - Improved and standardized way of handling integration test connection information towards external databases.
- * [METAMODEL-62] - Fixed a bug related to fault-tolerant handling of malformed CSV lines when reading CSVs in single-line mode
 
 Apache MetaModel 4.0.0-incubating