forked from susestudio/studio_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrubygem-studio_api.changes
131 lines (93 loc) · 3.95 KB
/
rubygem-studio_api.changes
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
-------------------------------------------------------------------
Tue Feb 21 16:48:12 UTC 2012 - jreidinger@suse.com
- add feature for chunk processing of downloaded overlay files
and rpms ( thanks to vmoravec )
- 3.2.0
-------------------------------------------------------------------
Mon Nov 28 15:13:50 UTC 2011 - jreidinger@suse.com
- rails 3.1 fixes
-- fix persistency when model created by new
- improve documentation of configuration of appliance
- 3.1.4
-------------------------------------------------------------------
Wed Aug 17 12:59:00 UTC 2011 - jreidinger@novell.com
- rails 3.1 fixes:
-- fix forced prefix in rails 3.1
-- fix rails 3.1 default for activeResource ( json ) - force xml
format
- 3.1.3
-------------------------------------------------------------------
Mon Jul 18 11:33:38 CEST 2011 Flavio Castelli <flavio@castelli.name>
- ensure the timeout value is properly set.
See https://github.com/jreidinger/studio_api/issues/3
for more details.
- 3.1.2
-------------------------------------------------------------------
Fri May 14:30:55 CEST 2011 Flavio Castelli <flavio@castelli.name>
- code refactorying of the unit tests
- better handling of errors raised during image building
- created 3.1.1
-------------------------------------------------------------------
Wed Apr 6 06:43:08 UTC 2011 - jreidinger@novell.com
- add support for test drive and fixed test( contributed by
bjorn.maeland@gmail.com https://github.com/bmaland)
- 3.1.0
-------------------------------------------------------------------
Mon Feb 14 14:48:15 UTC 2011 - jreidinger@novell.com
- split doc and tests from rest of rpms packages to save space
- fix dependency in gem for active_resource
- improve summary
- 3.0.2
-------------------------------------------------------------------
Mon Feb 14 13:57:24 UTC 2011 - jreidinger@novell.com
- note in gem description link to suse studio public instance
(thanks to flavio)
- relicense to GPLv2 or The Ruby License
- 3.0.1
-------------------------------------------------------------------
Wed Feb 2 15:14:03 UTC 2011 - jreidinger@novell.com
- allow to use studio API v2
- 3.0.0
-------------------------------------------------------------------
Wed Jan 26 14:19:44 UTC 2011 - jreidinger@novell.com
- fix crash if software map is empty
- 2.4.0
-------------------------------------------------------------------
Thu Dec 16 12:04:43 UTC 2010 - jreidinger@novell.com
- fix compatibility with rails 3.0
- 2.3.0
-------------------------------------------------------------------
Thu Dec 9 12:15:22 UTC 2010 - jreidinger@novell.com
- fix uploading gpg key with File object
- fix studio status in studio maintenance mode
- add to documentation example of mocking
- 2.2.0
-------------------------------------------------------------------
Tue Nov 30 13:43:58 UTC 2010 - jreidinger@novell.com
- fix passing options to installed software
- 2.1.0
-------------------------------------------------------------------
Mon Nov 29 16:50:21 UTC 2010 - jreidinger@novell.com
- add ability too pass more parameters to installed software
- 2.0.0
-------------------------------------------------------------------
Mon Nov 29 15:09:19 UTC 2010 - jreidinger@novell.com
- improve escaping of parameters
- fix uploading gpg_key as file
- 1.2.0
-------------------------------------------------------------------
Fri Nov 19 14:12:18 UTC 2010 - jreidinger@novell.com
- fix issue with empty body of post and put
- 1.0.1
-------------------------------------------------------------------
Fri Nov 19 09:53:38 UTC 2010 - jreidinger@novell.com
- consistent behavior for uploading/downloading
- 1.0.0
-------------------------------------------------------------------
Mon Nov 15 13:11:38 UTC 2010 - jreidinger@novell.com
- improve documentation and return better return values when using
direct requests
- 0.2.0
-------------------------------------------------------------------
Fri Nov 12 15:40:23 UTC 2010 - jreidinger@novell.com
- initial submit