Skip to content

Commit

Permalink
Preparing for release 4.3.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Apr 19, 2013
1 parent feef31a commit 2489522
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# Hibernate Search

*Version: 4.2.0.Final 15-01-2013*
*Version: 4.3.0.Alpha1 19-04-2013*

## Description

Expand All @@ -18,7 +18,7 @@ Hibernate Search is using [Apache Lucene](http://lucene.apache.org/) under the c

This version of Hibernate Search requires:

* Hibernate Core 4.1 and above
* Hibernate Core 4.2 and above
* Apache Lucene 3.6

## Instructions
Expand All @@ -30,7 +30,7 @@ Include the following to your dependency list:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>4.2.0.Final</version>
<version>4.3.0.Alpha1</version>
</dependency>

### Sourceforge Bundle
Expand All @@ -57,7 +57,7 @@ If you want to contribute, read [Contributing to Hibernate Search](http://commun

### Bug Reports:

* Hibernate JIRA [HSEARCH](https://hibernate.onjira.com/browse/HSEARCH) (preferred)
* Hibernate JIRA [HSEARCH](https://hibernate.atlassian.net/browse/HSEARCH) (preferred)
* hibernate-dev@lists.jboss.org

### Free Technical Support:
Expand Down
36 changes: 36 additions & 0 deletions changelog.txt
@@ -1,6 +1,42 @@
Hibernate Search Changelog
==========================

Version 4.3.0.Alpha1 (19-04-2013)
------------------------

** Bug
* [HSEARCH-1261] - Array Index Out Of Bound in JGroups Backend AutoNodeSelect
* [HSEARCH-1267] - Spatial search with sort by distance and paging orders entities incorrectly and repeats them
* [HSEARCH-1281] - Invalid code in search example - Getting Start section of documentation
* [HSEARCH-1289] - Infinispan module can't parse Infinispan configuration files in a modular environment
* [HSEARCH-1297] - The Solr module from the AS7 kit contains a set of incorrect dependencies

** Improvement
* [HSEARCH-1304] - Allow configuration of JGroups message timeout
* [HSEARCH-1305] - JGroups backends should be able to delegate also to the non-default one

** New Feature
* [HSEARCH-1268] - Make it possible to plug in a custom MassIndexer implementation
* [HSEARCH-1287] - Include Infinispan Directory in published JBoss Module
* [HSEARCH-1296] - Provide an option on the JGroups backend for synchronous updates

** Patch
* [HSEARCH-1277] - Apply minor style and typo fixes to documentation
* [HSEARCH-1285] - Disable annotation processors of test classes

** Task
* [HSEARCH-1262] - Upgrade to Infinispan 5.2.CR2
* [HSEARCH-1264] - Document usage of JBoss AS 7 module
* [HSEARCH-1272] - Upgrade to Hibernate ORM 4.2.0.CR1
* [HSEARCH-1274] - Update to Infinispan 5.2.1.Final and related JGroups 3.2.7.Final
* [HSEARCH-1280] - Upgrade to Hibernate ORM 4.2.0.CR2
* [HSEARCH-1283] - Update to Hibernate ORM 4.2.0.Final
* [HSEARCH-1284] - Add an executable example of a sort on a date field
* [HSEARCH-1286] - Update integration tests to JBoss AS 7.2 alpha1
* [HSEARCH-1288] - Upgrade to Infinispan 5.2.5.Final
* [HSEARCH-1299] - Upgrade to JGroups 3.2.8.Final
* [HSEARCH-1300] - Reference Infinispan configuration no longer requires batching


Version 4.2.0.Final (15-01-2013)
------------------------
Expand Down

0 comments on commit 2489522

Please sign in to comment.