File librest.changes of Package librest
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Thu Oct 19 10:44:31 UTC 2017 - dimstar@opensuse.org
3
4
- Update to version 0.8.1:
5
+ RestProxy: Set the payload after _upload.
6
+ proxycall: remove double-assign to status_{code,message}.
7
8
-------------------------------------------------------------------
9
Tue Apr 25 14:22:10 UTC 2017 - jengelh@inai.de
10
11
- Use librest-0_7-0 as shared library name, similar to how it is
12
done for libmwaw-0_3.
13
- Drop redundant %clean section; use %_smp_mflags for parallel
14
build.
15
16
-------------------------------------------------------------------
17
Fri May 6 04:54:28 UTC 2016 - mgorse@suse.com
18
19
- Update to GNOME 3.20 Fate#318572
20
21
-------------------------------------------------------------------
22
Mon Apr 18 12:10:39 UTC 2016 - zaitor@opensuse.org
23
24
- Update to version 0.8.0:
25
+ build-sys: Set version to 0.8.0.
26
+ tests: Fix lastfm test.
27
+ tests/proxy-continuous:
28
- Simplify the code.
29
- Server chunks can be different from client ones.
30
+ oauth: Don't leak temp data in steal_oauth_params.
31
+ rest-xml-parser: Ignore text content at the top-level of a
32
document.
33
+ rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling
34
authentication.
35
36
-------------------------------------------------------------------
37
Wed Mar 18 10:34:56 UTC 2015 - zaitor@opensuse.org
38
39
- Update to version 0.7.93:
40
+ oauth: Add missing include.
41
+ xml-parser: Add missing break in switch statement.
42
+ Don't dump XML parsing errors to stderr/stdout by default.
43
+ Fix misc bugs in tests.
44
- Drop librest-missing-include.patch: Fixed upstream.
45
46
-------------------------------------------------------------------
47
Mon Sep 8 08:50:54 UTC 2014 - dimstar@opensuse.org
48
49
- Update to version 0.7.92:
50
+ Bugs fixed: bgo#665716, bgo#708358, bgo#708359, bgo#728340,
51
bgo#728952, bgo#728953, bgo#735919, bgo#735920, bgo#735921,
52
bgo#735922.
53
- Add librest-missing-include.patch: Add missing includes.
54
55
-------------------------------------------------------------------
56
Mon Mar 10 19:17:18 UTC 2014 - dimstar@opensuse.org
57
58
- Update to version 0.7.91:
59
+ Bugs fixed: bgo#702483, bgo#703103, bgo#703642, bgo#712231,
60
bgo#712747.
61
62
-------------------------------------------------------------------
63
Wed Aug 28 09:07:34 UTC 2013 - dimstar@opensuse.org
64
65
- Drop librest-fix-build-without-ca-certificates.patch: as
66
identified in bnc#825903, this is not sufficient and needs more
67
investigation / rewriting.
68
- Revert --without-ca-certificates configure option back to
69
--with-ca-certificates=/etc/ssl/ca-bundle.pem.
70
71
-------------------------------------------------------------------
72
Thu Jul 11 21:25:15 UTC 2013 - dimstar@opensuse.org
73
74
- Add librest-fix-build-without-ca-certificates.patch: Fix build
75
with configure --without-ca-certificates.
76
- Pass --without-ca-certificates to configure instead of
77
--with-ca-certificates=/etc/ssl/ca-bundle.pem (bnc#825903).
78
79
-------------------------------------------------------------------
80
Wed Aug 29 07:36:38 UTC 2012 - dimstar@opensuse.org
81
82
- Update to version 0.7.90:
83
+ Allow to disable libsoup strict SSL check
84
+ Add username/password support
85
+ Several API additions
86
+ Build fixes
87
+ Fix some leaks.
88
89
-------------------------------------------------------------------
90
Wed May 9 12:18:17 UTC 2012 - vuntz@opensuse.org
91
92
- Add baselibs.conf, as we need the 32bit package for
93
gnome-online-account libraries.
94
95
-------------------------------------------------------------------
96
Fri Jan 6 14:37:33 UTC 2012 - vuntz@opensuse.org
97
98
- Split typelib files into typelib-1_0-Rest-0_7 subpackage.
99
- Add typelib-1_0-Rest-0_7 Requires to devel subpackage.
100
- Change librest0 group from Development/Libraries/GNOME to
101
System/Libraries.
102
103
-------------------------------------------------------------------
104
Sat Nov 12 20:04:44 UTC 2011 - dimstar@opensuse.org
105
106
- Update to version 0.7.12:
107
+ Build: Detect CA file location [bgo#663783]
108
+ proxy: Force all SSL certificates to be trusted [bgo#663783]
109
- Add config(ca-certificates) BuildRequires and Recommends in the
110
shared library package.
111
- Pass --with-ca-certificates=/etc/ssl/ca-bundle.pem to configure.
112
113
-------------------------------------------------------------------
114
Sun Nov 6 23:58:33 UTC 2011 - dimstar@opensuse.org
115
116
- Update to version 0.7.11:
117
+ oauth-proxy: Fix format string warning
118
+ oauth:
119
- Add GType for OAuthSignatureMethod enum
120
- Add property for signature type
121
+ Build fixes.
122
123
-------------------------------------------------------------------
124
Thu Apr 28 12:16:26 UTC 2011 - fcrozat@novell.com
125
126
- Update to version 0.7.10:
127
+ Introduce rest_proxy_call_upload to provide progress feedback.
128
+ youtube-proxy: Added upload progress callbacks.
129
+ Added documentation to rest_proxy_call_upload.
130
+ bmc#13746: proxy-call: Allow customisation of data
131
serialization.
132
133
-------------------------------------------------------------------
134
Mon Apr 4 11:23:48 UTC 2011 - fcrozat@novell.com
135
136
- Update to version 0.7.9:
137
+ Add "disable-cookies" construction property to RestProxy.
138
139
-------------------------------------------------------------------
140
Wed Mar 23 09:30:35 UTC 2011 - fcrozat@novell.com
141
142
- Update to version 0.7.8:
143
+ Add youtube proxy for uploaded video.
144
+ Fix introspection build.
145
- Drop librest-fix-introspection.patch: fixed upstream.
146
147
-------------------------------------------------------------------
148
Sun Mar 20 23:29:29 CET 2011 - dimstar@opensuse.org
149
150
- Update to version 0.7.7:
151
+ Fix a few introspection issues
152
+ oauth-proxy:
153
- Use POST method to do OAuth 1.0 authentication.
154
- Added 'signature-host' propery.
155
- Add librest-fix-introspection.patch: fix introspection build.
156
Taken from upstream, commit e9c917.
157
158
-------------------------------------------------------------------
159
Thu Mar 3 09:48:11 CET 2011 - vuntz@opensuse.org
160
161
- Update to version 0.7.6:
162
+ API for manually constructing and outputting XML
163
- Changes from version 0.7.5:
164
+ Introspection build fixes
165
- Changes from version 0.7.4:
166
+ Add cookie support to rest-proxy.
167
+ proxy-call: Add continuous call mode
168
+ Various bug fixes.
169
- Changes from version 0.7.3:
170
+ Fix memory corruption in oauth-proxy-call.
171
- Changes from version 0.7.2:
172
+ post-twitter: use the correct URL endpoint
173
+ Plug leak.
174
- Changes from version 0.7.1:
175
+ Flickr: add upload support
176
+ Various bug fixes.
177
+ Improved documentation.
178
- Changes from version 0.7.0:
179
+ Remove FacebookProxy
180
+ Add Lastfm proxy
181
+ Add a oauth2 proxy
182
+ Add RestParam and RestParams types
183
+ Flickr proxy: Allow specifying the permissions required in the
184
login url
185
+ Various bug fixes.
186
+ Improved documentation.
187
- Drop librest-fbconnect-url.patch: facebook features got removed
188
upstream.
189
- Change BuildRequires to pkgconfig() ones: glib2-devel to
190
glib-2.0, libsoup-devel to libsoup-2.4 and libsoup-gnome-2.4,
191
libxml2-devel to libxml-2.0.
192
- Add pkgconfig(gobject-introspection-1.0) BuildRequires to enable
193
introspection.
194
- Update Url tag.
195
196
-------------------------------------------------------------------
197
Wed Dec 8 10:32:41 CET 2010 - vuntz@opensuse.org
198
199
- Update to version 0.6.3:
200
+ Fix leaks.
201
+ Code cleanups.
202
- Changes from version 0.6.2:
203
+ Add introspection support.
204
+ Mark GErrors which shouldn't be freed as const.
205
+ Add oauth_proxy_call_parse_token_reponse to parse token
206
responses.
207
+ Build system fixes.
208
- Remove explicit Requires of devel packages in devel subpackage:
209
they will be added automatically the pkgconfig()-way.
210
211
-------------------------------------------------------------------
212
Wed Mar 17 10:06:30 UTC 2010 - pascal.bleser@opensuse.org
213
214
- (re?)add librest-fbconnect-url.patch from Moblin:Factory to fix
215
the build of bisho
216
- some spec file tidying: more explicit %files listing to avoid
217
unintended/unnoticed major changes
218
- use %soname and %abi defines throughout to spec to ease
219
future maintenance
220
221
-------------------------------------------------------------------
222
Mon Mar 15 14:07:33 UTC 2010 - awafaa@opensuse.org
223
224
- Fix spec to comply with shared libraries policy.
225
226
-------------------------------------------------------------------
227
Thu Feb 4 11:56:54 UTC 2010 - abockover@novell.com
228
229
- Rename to librest, provide/obsolete rest
230
231
-------------------------------------------------------------------
232
Tue Dec 29 02:00:13 UTC 2009 - glin@novell.com
233
234
- Add librest-fbconnect-url.patch to add a new fbconnect url
235
funciton for facebook
236
237
-------------------------------------------------------------------
238
Fri Nov 6 07:51:03 UTC 2009 - glin@novell.com
239
240
- Upddate to 0.6.1
241
242
-------------------------------------------------------------------
243
* 四 7月 16 2009 Gary Lin <glin@novell.com> 0.520090716
244
- Update to commit ff4561e2a8c38f49127f6e3b2ce7c238a29e1571
245
246
* 四 7月 09 2009 Gary Lin <glin@novell.com> 0.420090709
247
- Update to commit e9a71922f5997243c45dfaaff21dd9b4a6340ca3
248
249
* 四 7月 09 2009 Gary Lin <glin@novell.com> 0.420090709
250
- Update to commit 41f91eec3d26a2514c4bc310b90829cd2d14ed4a
251
252
* Fri Jun 12 2009 <michael.meeks@novell.com> 0.420090612
253
- Update to commit 92e1871d3181a73a780f588689733f25e3df5b48
254
255
-------------------------------------------------------------------
256
Wed May 20 01:55:18 CEST 2009 - vuntz@novell.com
257
258
- Use configure macro to get the right options.
259
260
* Mon May 18 2009 <michael.meeks@novell.com> 0.3.120090518
261
- Update to commit e49d8730bfb277af59732822e78535ef37e29b6c
262
263
* Mon May 11 2009 <michael.meeks@novell.com> 0.3.120090511
264
- Update to commit 153d2e8c5cc3452a7275c7ea7fa6abe8750cde8b
265
266