Skip to content

Commit

Permalink
Updating readme and changelog for 3.4.0.Beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Mar 21, 2011
1 parent ba6d59c commit 8f13f27
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Hibernate Search Changelog
==========================

3.4.0.Beta1 (21-03-2011)
------------------------

** Bug
* [HSEARCH-620] - Archetype does not deploy on JBoss Nexus repository due to missing pom fields
* [HSEARCH-689] - MassIndexer throwing LazyInitializationException on associated collections
* [HSEARCH-706] - Use FieldCacheCollector for faceting and introduce FacetManager interface to collect all facet related methods
* [HSEARCH-709] - Minor typos in documentation
* [HSEARCH-716] - Lucene FieldCache might not load all required values

** Improvement
* [HSEARCH-323] - Fault tolerant FSSlaveDirectoryProvider (Oliver Siegmar)
* [HSEARCH-520] - Make work queue size configurable in Lucene backend
* [HSEARCH-701] - Avoid reflection used for debugging purposes during query results processing
* [HSEARCH-712] - Add below / above support in faceting DSL
* [HSEARCH-715] - Update JUnit to v.4

** New Feature
* [HSEARCH-708] - Allow date range faceting

** Task
* [HSEARCH-543] - SyncBackendLongWorklistsStressTest takes too long to execute (~40s)
* [HSEARCH-695] - Remove deprecated constructor form DocumentExtractor
* [HSEARCH-714] - Upgrade to Hibernate Core 3.6.2
* [HSEARCH-717] - Write documentation for faceting


3.4.0.Alpha1 (07-03-2011)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hibernate Search
==================================================
Version: 3.4.0.Alpha1, 07.03.2011
Version: 3.4.0.Beta1, 21.03.2011

Description
-----------
Expand Down

0 comments on commit 8f13f27

Please sign in to comment.