Skip to content

Commit

Permalink
Changelog and readme updates prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Jan 23, 2014
1 parent e1d43f5 commit f568c80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down Expand Up @@ -30,7 +30,7 @@ Include the following to your dependency list:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>4.5.0.Alpha2</version>
<version>4.5.0.CR1</version>
</dependency>

### Sourceforge Bundle
Expand Down
20 changes: 20 additions & 0 deletions 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)
------------------------

Expand Down

0 comments on commit f568c80

Please sign in to comment.