[hibernate-commits] Hibernate SVN: r20253 - in search/trunk: hibernate-search/src/main/docbook/en-US/modules and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 24 12:59:32 EDT 2010


Author: epbernard
Date: 2010-08-24 12:59:32 -0400 (Tue, 24 Aug 2010)
New Revision: 20253

Modified:
   search/trunk/changelog.txt
   search/trunk/hibernate-search/src/main/docbook/en-US/modules/getting-started.xml
   search/trunk/readme.txt
Log:
Preparing release

Update changelog, readme and getting-started files

Modified: search/trunk/changelog.txt
===================================================================
--- search/trunk/changelog.txt	2010-08-24 16:58:57 UTC (rev 20252)
+++ search/trunk/changelog.txt	2010-08-24 16:59:32 UTC (rev 20253)
@@ -1,6 +1,31 @@
 Hibernate Search Changelog
 ==========================
 
+3.3.0.Beta1 (25-08-2010)
+------------------------
+
+** Bug
+    * [HSEARCH-585] - ClassBridgeAndProjectionTest and NestedContainedInTest hang when run against PostgreSQL due to missing transactions
+
+
+** Improvement
+    * [HSEARCH-580] - Copy SoftLimitMRUCache into Hibernate Search codebase to no longer depend on Hibernate Core internals
+    * [HSEARCH-581] - No longer use Hibernate Core's Helper classes: use Commons Annotations Helpers instead
+    * [HSEARCH-582] - Move Query DSL package to org.hibernate.search.query.dsl
+    * [HSEARCH-583] - Add enforcer plugin to Search master pom to enforce JDK 6
+
+** New Feature
+    * [HSEARCH-135] - Create a RAMDirectoryProvider from an existing Lucene FSDirectory
+    * [HSEARCH-278] - Create a Search Statistic JMX Bean
+
+
+** Task
+    * [HSEARCH-562] - Convert or add JBossTS usage to the integrationtest module
+    * [HSEARCH-563] - Document the DSL query language
+    * [HSEARCH-564] - Document the API changes of the semi public APIs
+    * [HSEARCH-584] - Upgrade to Hibernate Core 3.6.0.Beta3
+
+    
 3.3.0.Alpha1 (26-07-2010)
 -------------------------
 

Modified: search/trunk/hibernate-search/src/main/docbook/en-US/modules/getting-started.xml
===================================================================
--- search/trunk/hibernate-search/src/main/docbook/en-US/modules/getting-started.xml	2010-08-24 16:58:57 UTC (rev 20252)
+++ search/trunk/hibernate-search/src/main/docbook/en-US/modules/getting-started.xml	2010-08-24 16:59:32 UTC (rev 20253)
@@ -25,7 +25,7 @@
   -->
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY version "3.3.0.Alpha1">
+<!ENTITY version "3.3.0.Beta1">
 ]>
 <chapter id="getting-started">
   <title>Getting started</title>
@@ -63,7 +63,7 @@
           <row>
             <entry>Hibernate Core</entry>
 
-            <entry>This instructions have been tested against Hibernate 3.5.
+            <entry>This instructions have been tested against Hibernate 3.6.
             You will need <literal>hibernate-core.jar</literal> and its
             transitive dependencies from the <literal>lib</literal> directory
             of the distribution. Refer to <literal>README.txt</literal> in the
@@ -82,7 +82,7 @@
             has its own set of annotations (<emphasis>@Indexed, @DocumentId,
             @Field,...</emphasis>) for which there exists so far no
             alternative configuration. The tutorial is tested against version
-            3.5 of Hibernate Annotations (part of the Hibernate Core
+            3.6 of Hibernate Annotations (part of the Hibernate Core
             distribution).</entry>
           </row>
         </tbody>

Modified: search/trunk/readme.txt
===================================================================
--- search/trunk/readme.txt	2010-08-24 16:58:57 UTC (rev 20252)
+++ search/trunk/readme.txt	2010-08-24 16:59:32 UTC (rev 20253)
@@ -1,6 +1,6 @@
 Hibernate Search
 ==================================================
-Version: 3.3.0.Alpha1, 26.07.2010
+Version: 3.3.0.Beta1, 25.08.2010
 
 Description
 -----------



More information about the hibernate-commits mailing list