-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHANGELOG
50 lines (31 loc) · 948 Bytes
/
CHANGELOG
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
44
45
46
47
48
49
50
Version 0.4
===========
- Test against ruby 3.1, 3.0, 2.7
- Fix warnings on ruby 3.1 about exceptions being raised in finaliser. The corefoundation gem
had a longstanding bug in its autorelease mechanism that was brought to light by ruby 3.1's warnings. This switches to a fork of corefoundation
Version 0.3.2
=============
Fix more load errors
Version 0.3.1
=============
Fix load error
Version 0.3.0
=============
Fix for 10.8 #5 [toy]
Import of keychain items from files #4 [legal90]
Version 0.2.1
=============
Forgot to bump date in gemspec
Version 0.2.0
=============
Some support for certificates/identities/keys #1 [cifs]
Version 0.1.2
=============
- Don't crash hard when passing nil to keychain.open
- Deal with newly created keychains not being added to the searchpath by default on Mavericks
Version 0.1.1
=============
- Password should optional when creating a keychain
Version 0.1.0
=============
Initial release