From f568c80fe88297848b715ee80935eac4828ac163 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Thu, 23 Jan 2014 12:09:47 +0100 Subject: [PATCH] Changelog and readme updates prior to release --- README.md | 4 ++-- changelog.txt | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ac5e328906..7e3c68b0253 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hibernate Search -*Version: 4.5.0.Alpha2 16-12-2013* +*Version: 4.5.0.CR1 23-01-2014* ## Description @@ -30,7 +30,7 @@ Include the following to your dependency list: org.hibernate hibernate-search - 4.5.0.Alpha2 + 4.5.0.CR1 ### Sourceforge Bundle diff --git a/changelog.txt b/changelog.txt index 93fe9120499..6f58d628d80 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,26 @@ Hibernate Search Changelog ========================== +Version 4.5.0.CR1 (23-01-2014) +------------------------ + +** Bug + * [HSEARCH-1260] - LazyInitializationException while indexing + * [HSEARCH-1476] - Configuration property 'merge_calibrate_by_deletes' not parsed correctly + +** Improvement + * [HSEARCH-1468] - Reduce amount of objects created by the FacetCollector + * [HSEARCH-1477] - Trivial optimization for empty results + * [HSEARCH-1486] - Minimize allocation cost of iterating on metadata fields + +** Task + * [HSEARCH-1481] - Upgrade to Hibernate ORM 4.3.0.Final + * [HSEARCH-1482] - Upgrade to Infinispan 6.0.1.Final and JGroups 3.4.2.Final + * [HSEARCH-1483] - Upgrade to WildFly 8.0.0.CR1 + * [HSEARCH-1485] - Update H2 testing database to avoid some issues under load + * [HSEARCH-1487] - Upgrade to Hibernate ORM 4.3.1.Final + + Version 4.5.0.Alpha2 (16-12-2013) ------------------------