You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by de...@apache.org on 2016/11/09 10:59:14 UTC

[07/14] empire-db git commit: Release 2.4.5

Release 2.4.5

Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/54edaff4
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/54edaff4
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/54edaff4

Branch: refs/heads/EMPIREDB-247
Commit: 54edaff48b6c83a837dcc26d6827df76a5d9d98a
Parents: f6c979e
Author: Rainer D�bele <do...@apache.org>
Authored: Wed Nov 9 09:21:59 2016 +0100
Committer: Rainer D�bele <do...@apache.org>
Committed: Wed Nov 9 09:21:59 2016 +0100

----------------------------------------------------------------------
 CHANGELOG.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/54edaff4/CHANGELOG.txt
----------------------------------------------------------------------
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 30d1980..e2f52a1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,6 +5,34 @@ For more Information about a particular issue please visit
 https://issues.apache.org/jira/browse/EMPIREDB
 
 --------------
+Release 2.4.5:
+--------------
+
+** Improvement
+	EMPIREDB-245	Add Supprt for DELETE with JOIN for MySQL
+	EMPIREDB-243	Add Eclipse m2e plugin lifecycle mapping
+	EMPIREDB-242	Explicitly declare cross joins
+	EMPIREDB-238	Miscellaneous small improvements
+	EMPIREDB-237	Add support for the modulo function in SQL generation
+	EMPIREDB-235	Improve Empire-JSF-Extensions for JSF 2.2
+	EMPIREDB-233	Remove MSSQL DateFormat dependency
+	EMPIREDB-232	Support InputControls to work correctly in MyFaces and inside UIData components
+	EMPIREDB-231	Improve CheckboxInputControl
+	EMPIREDB-229	Code cleanup and adjustment of maven project settings
+	EMPIREDB-228	Allow access to TagEncodingHelper in derived classes
+	EMPIREDB-227	Spring Integration
+
+** Bugfix
+	EMPIREDB-248	date functions not properly handled in PostgreSQL
+	EMPIREDB-246	Label Required Mark check inconsistent
+	EMPIREDB-241	Error in lower() implementation for PostgreSQL
+	EMPIREDB-240	Update Spring dependencies in examples
+	EMPIREDB-239	Enum-handling: take name or ordinal as field value
+	EMPIREDB-236	Subquery join with DBQuery produces invalid join
+	EMPIREDB-230	MSSQL DDL generates incorrect data type for BLOB with nonzero length
+	EMPIREDB-226	Empire generates incorrect SQL when DBCommand's where list is empty
+
+--------------
 Release 2.4.4:
 --------------
 ** Improvement