File: HISTORY.txt

package info (click to toggle)
ruby-ref 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: ruby: 1,262; java: 92; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1.0.5

- Fix breaking test in ruby 2.0

1.0.4

- Support for BasicObject in pure ruby weak reference implementation.

1.0.3

- Support Ruby 2.0 WeakRef implementation
- Replace autoload with require to make library thread safe

1.0.2

- Fix mock object used for testing (Burgestrand)

1.0.1

- No code changes. Just including the license file in the release and removing deprecated tasks.

1.0.0

- Initial release.