minor housekeeping

+ update changelog
+ beautify schema inside documentation
This commit is contained in:
Costin Leau
2011-02-11 13:49:42 +02:00
parent fec1b4cc72
commit 30b168e3da
2 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<title>Spring GemFire Integration Schema</title>
<para>Spring GemFire Schema</para>
<programlisting><xi:include href="../../../../src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude">
<programlisting language="xml"><xi:include href="../../../../src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback>
<para><emphasis>FIXME: SGF SCHEMA LOCATION/NAME CHANGED</emphasis></para>
</xi:fallback>

View File

@@ -2,6 +2,15 @@ SPRING GEMFIRE INTEGRATION CHANGELOG
====================================
http://www.springsource.org/spring-gemfire
Changes in version 1.0.1 (2011-mm-dd)
-------------------------------------
General
* Upgraded to GemFire 6.5.1.2
Package org.springframework.data.gemfire
* Introduced auto-close (configurable) on RegionFactoryBean
Changes in version 1.0.0 (2011-02-02)
-------------------------------------