File: changehog.txt

package info (click to toggle)
libswarmcache-java 1.0RC2%2Bcvs20071027-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 249
  • sloc: java: 1,062; xml: 429; sh: 14; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Changes for 0.91

- New distribution package that includes all support jars. Releases in both zip and tar.gz formats.
- Updated docs.
- Added readme.html.

Changes for 1.0RC1

- New cache types: TimerCache and HybridCache.
- Moved AutoCache over to a ReferenceMap.
- Improved configuration somewhat.
- If a cache object is changed (that is, the object is replaced with the same key), then a clear is sent.

Changes for 1.0RC2

- Ported over to the latest version of JavaGroups (known now as JGroups): JGroups 2.2
- [Andr Schild] JGroups protocol string adjustments to eliminate a potential deadlock upon start-up.
- [Rajeev Kaul] MultiCacheManager now has a method to shut itself down. Communicator also supports a shutDown() method which is implemented by the JavaGroupsCommunicator.
- Documenation update.
- New public web site.