forked from eagleas/webmoney
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
103 lines (86 loc) · 2.47 KB
/
Copy pathChangeLog
File metadata and controls
103 lines (86 loc) · 2.47 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
ChangeLog
Mon Sep 20 2010 14:31:00 +0300
----------------------------
V 0.0.9
* Add light-keys support
* Fix Purse bug
* Add Passport#wmids method
Mon Aug 24 2010 12:00:00 +0300
----------------------------
V 0.0.8
* Compatible with ruby 1.9.2
* Added Gemfile
Mon Jun 07 2010 19:01:30 +0400
----------------------------
V 0.0.7
* Update WebMoneyCA.crt (since 06/07/2010)
Fri May 28 2010 11:24:40 +0400
----------------------------
V 0.0.6
* Fix to compatibility with ruby 1.8.6 (Symbol#to_proc related)
Fri Feb 12 2010 11:22:35 + 0400
----------------------------
V 0.0.5
* Using Nokogiri instead Hpricot+Builder, incompatible with libxml2 < 2.7.0
* Using jeweler+rake-compiler
* Complete parse attestat fields (X11)
* Add X2-Create transaction
Sat Oct 03 2009 16:18:00 + 0400
----------------------------
V 0.0.4.8
* Refactor class Passport
Wed Sep 30 2009 16:09:00 +0400
----------------------------
V 0.0.4.7
* Class Webmoney refactor to module
* Add find_wm (X8) interface
* Add logger call when send message via simple queue
Wed Aug 12 2009 20:31:00 +0400
----------------------------
V 0.0.4.6
* Feature: path to certs directory
* New CA certificates in bundle
Thu Jun 11 2009 13:05:00 +0400
----------------------------
V 0.0.4.5
* Fix unexistent WMID passport request error
* Fix zero microsecounds error in reqn()
Sun Mar 15 2009 14:55:18 +0400
----------------------------
V 0.0.4.4
* Fix bug in send_message (reqn related)
* Refactor for more extendable
Thu Jan 22 2009 14:00:00 +0400
----------------------------
V 0.0.4.3
* Move Webmoney#sign to public methods
* Add gemspec
* Add more rdoc
Tue Oct 14 2008 18:46:50 +0400
----------------------------
V 0.0.4.2
* Remove ActiveSuport stupid dependency
* Remove Time.from_ms meaningless method
* Rename config file to ~/.wm/config.yml
Tue Aug 19 11:31:53 2008 +0400
----------------------------
V 0.0.4.1
* Fix error in parsing ms-data without ending zeros
Wed Feb 27 19:09:00 MSK 2008
----------------------------
V 0.0.4
* Redesign interfaces, BIG changes
* Add Messenger class for processing messages queue in new thread
* Add ResponseError on incorrect http response (404, 501, etc)
Wed Oct 24 17:57:00 MSK 2007
----------------------------
V 0.0.3
* Add send_message interface
* Add specific Exceptions
* Add parse_retval for response
Tue Aug 7 14:34:00 MSK 2007
----------------------------
V 0.0.2
* Bug fixes...
V 0.0.1
* Initial release