-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHistory.txt
44 lines (22 loc) · 1019 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== 0.3.3 / 2010-08-02
* moved to jruby-maven-plugin, added gemspec generated by maven and adjusted Rakefile
=== 0.3.2 / 2010-06-15
* fixed now the session store works also with dm-validations
=== 0.3.1 / 2010-06-15
* maven did not handle the declared deps nicely, repush the gem with proper deps version
=== 0.3.0 / 2010-06-15
* removed hoe use gemspec or maven instead, works only with datamapper version '~>1.0.0'
=== 0.2.5 / 2009-12-04
* restful transaction does commit on status between 200 and 399 now
=== 0.2.3 / 2009-10-06
* added mapping to fix naming problem between rack_datamapper and rack-datamapper
=== 0.2.2 / 2009-10-05
* various bug fixes in datamapper_store
=== 0.2.0 / 2009-09-09
* added more specs for the session store
* added java SoftHashMap to avoid memory leaks of the session cache (when used with jruby and java >=1.5)
* some bug fixes with the cache
* made it a rubyforge.org project and deployed a gem for it
=== 0.1.0 / 2009-02-09
* 1 major enhancement
* Birthday!