diff --git a/src/main/resources/changelog-riak.txt b/src/main/resources/changelog-riak.txt deleted file mode 100644 index 8c1c19464..000000000 --- a/src/main/resources/changelog-riak.txt +++ /dev/null @@ -1,12 +0,0 @@ -SPRING DATA RIAK INTEGRATION CHANGELOG -======================================= -http://www.springsource.org/spring-data - - -Changes in version 1.0.0.M1 (2010-12-dd) ----------------------------------------- -General -* Generified RiakTemplate for exception translation, serialization, and data access -* Built-in HTTP REST client based on Spring 3.0 RestTemplate -* java.io and Spring IO resource abstractions for reading/writing streams -* java.io.File subclass that represents a Riak resource \ No newline at end of file diff --git a/src/main/resources/changelog-redis.txt b/src/main/resources/changelog.txt similarity index 65% rename from src/main/resources/changelog-redis.txt rename to src/main/resources/changelog.txt index 6b95522e7..d947014bc 100644 --- a/src/main/resources/changelog-redis.txt +++ b/src/main/resources/changelog.txt @@ -16,8 +16,17 @@ Package o.s.d.k.redis.support * Refined AtomicInteger and AtomicLong constructors to use the backing store value as initial counter -Changes in version 1.0.0.M1 (2010-12-13) ----------------------------------------- +Changes in version Riak 1.0.0.M1 (2010-12-15) +--------------------------------------------- +General +* Generified RiakTemplate for exception translation, serialization, and data access +* Built-in HTTP REST client based on Spring 3.0 RestTemplate +* java.io and Spring IO resource abstractions for reading/writing streams +* java.io.File subclass that represents a Riak resource + + +Changes in version Redis 1.0.0.M1 (2010-12-13) +---------------------------------------------- General * Configuration support for Redis Jedis and JRedis drivers/connectors * Connection package as low-level abstraction across multiple drivers