~kelemeng/libubuntuone/bug786632

37.1.16 by Rodrigo Moya
Import upstream version 0.3.8
1
libubuntuone-0.3.8 (2010-09-21)
2
-------------------------------
3
4
- Clear tokens when the server tells us about invalid tokens (Rodrigo Moya)
5
  (LP: #634384)
6
- Depend on libsyncdaemon >= 1.4.2 (Rodrigo Moya)
7
8
libubuntuone-0.3.7 (2010-09-15)
9
-------------------------------
10
11
- Make sure syncdaemon is ready before making DBus calls, to avoid timeouts
12
  (Rodrigo Moya) (LP: #565648)
13
37.1.12 by Rodrigo Moya
Import upstream version 0.3.4
14
libubuntuone-0.3.4 (2010-08-26)
15
-------------------------------
16
17
- Install the py module as _gtkwidgets.so like other GTK+ modules do (Rodney Dawes)
18
- Fix up Makefiles to use MAINTAINERCLEAN_FILES where they should (Rodney Dawes)
19
- Fix the -avoid-version argument and add -export-symbols-regex for the .so (Rodney Dawes)
20
21
libubuntuone-0.3.3 (2010-08-11)
22
-------------------------------
23
24
- Use libsyncdaemon to talk to syncdaemon (Rodrigo Moya)
25
- Use ubuntu-sso for authentication (Rodrigo Moya)
26
37.1.11 by Rodrigo Moya
Import upstream version 0.3.3
27
libubuntuone-0.3.2 (2010-07-21)
28
-------------------------------
29
30
- Add u1_music_store_load_store_link API (Rodrigo Moya)
31
- Add introspection support for new generation bindings (Rodrigo Moya)
32
37.1.9 by Ken VanDine
Import upstream version 0.3.1
33
libubuntuone-0.3.1 (2010-04-15)
34
-------------------------------
35
36
- Disable plugins in the webkit widget (Michael Vogt) (LP: #544864)
37.1.10 by Rodrigo Moya
Import upstream version 0.3.2
37
- Don't trust GError's from DBus, it seems sometimes they can be NULL (Rodrigo
38
  Moya) (LP: #560723)
37.1.9 by Ken VanDine
Import upstream version 0.3.1
39
37.1.8 by Ken VanDine
Import upstream version 0.3.0
40
libubuntuone-0.3.0 (2010-04-09)
41
-------------------------------
42
43
- Use 'downloaded' instead of 'read' for progress string (Vincenzo di Somma)
44
  (LP: #541912)
45
- Detect invalid tokens and fire authentication when so (Rodrigo Moya)
46
- Return correct value in navigation-policy-decision-requested signal callback
47
  (Rodrigo Moya)
48
- Fixed some compilation warnings (Rodrigo Moya)
49
- Don't use cursors, we already have a progress bar (Rodrigo Moya)
50
- Don't load pages on the navigation_requested callback, do it in an idle
51
  callback to avoid WebKit races (Rodrigo Moya) (LP: #545184)
52
53
libubuntuone-0.2.102 (2010-04-01)
54
---------------------------------
55
56
- Provide a progress indicator (Rodrigo Moya)
57
- Indication that payment pages are secure (Rodrigo Moya)
58
- The music store starts the syncdaemon (Rodrigo Moya)
59
- Prevent the music store from following bad links to external sites (Rodrigo Moya)
60
- Use the Gnome proxy settings (Rodrigo Moya)
61
37.1.6 by Ken VanDine
Import upstream version 0.2.101
62
libubuntuone-0.2.101 (2010-03-22)
63
---------------------------------
64
65
- Only show context menu if environment variable defined (Rodrigo Moya)
66
- Export library path from music store widget (Rodrigo Moya)
67
- Show a temporary view when loading the initial store page (Rodrigo Moya)
68
37.1.5 by Ken VanDine
Import upstream version 0.2.100
69
libubuntuone-0.2.100 (2010-03-08)
70
---------------------------------
71
72
- Use correct library URL when overriding (Rodrigo Moya)
73
- Cryptographically signed and versioned Mono bindings (Jo Shields)
74
37.1.4 by Ken VanDine
Import upstream version 0.2.99
75
libubuntuone-0.2.99 (2010-03-05)
76
--------------------------------
77
78
- Fixed registration of new users (Rodrigo Moya)
79
- Added signals to the music store widget needed for the
80
  Rhythmbox plugin (Rodrigo Moya)
81
- Add Mono bindings (Jo Shields)
82
- Notify download-finished only once per file (Rodrigo Moya)
83
- Indicate song clickability, add JS function before it's
84
  required rather than after (Stuart Langridge)
85
- Display an in-page warning for albums that don't have mp3
86
  format downloads (Stuart Langridge)
87
- Connect syncdaemon only when we have OAuth tokens (Rodrigo Moya)
88
- Prepare for 7digital change in library page (Rodrigo Moya)
89
37.1.3 by Ken VanDine
Import upstream version 0.2.91
90
libubuntuone-0.2.91 (2010-03-03)
91
--------------------------------
92
93
- Check properly for playTrack existing in the page where the JS
94
  script is being executed (Stuart Langridge)
95
- Implement correct polling of downloads (Rodrigo Moya)
96
- Fixed percentage calculation (Rodrigo Moya)
97
- Use a 5 seconds timeout for polling (Rodrigo Moya)
98
- Add ourselves to the user agent (Stuart Langridge)
99
37.1.2 by Ken VanDine
Import upstream version 0.2.90
100
libubuntuone-0.2.90 (2010-02-22)
101
--------------------------------
102
103
- Use the correct marshaller for play-library signal (Rodrigo Moya)
104
- Make song clickable is now a function installed by the plugin
105
  and called by the library page, not directly run by the plugin
106
  (Stuart Langridge)
107
- Remove the requirement to set THEMUSICSTOREISBROKEN in the
108
  environment to see the music store (Stuart Langridge)
109
37.1.1 by Ken VanDine
Import upstream version 0.2.2
110
libubuntuone-0.2.2 (2010-02-17)
111
-------------------------------
112
113
- add LICENSE and LICENSE.GPL (Ken VanDine)
114
- Inject JavaScript to allow clicking a song on the library page;
115
  when clicked, emit a signal with the song path (Stuart Langridge)
116
- Install javascript to a versioned directory (Ken VanDine)
117
35.1.1 by Rodrigo Moya
Release 0.2.1
118
libubuntuone-0.2.1 (2010-02-16)
119
-------------------------------
120
121
- Override the library page when displayed as well as in links (Stuart Langridge)
122
- Fixed wrong URL building code (Rodrigo Moya)
123
- Use HTML parsing from libxml to parse HTML (Rodrigo Moya)
124
31.1.1 by Rodrigo Moya
Release 0.2.0
125
libubuntuone-0.2.0 (2010-02-12)
126
-------------------------------
127
128
- Specify webkit minimum version (Rodrigo Moya)
129
- Make use of oauthdesktop to get user's credentials when the real music
130
  store page asks for user to be logged in (Rodrigo Moya)
131
- Really depend on openssl for building oauth support for the music store
132
  (Rodrigo Moya)
133
- Added gettext support (Rodrigo Moya)
134
- Use relative URLs so that we can easily test locally (Rodrigo Moya)
135
- Remove contacts picker, now part of ubuntuone-client (Rodrigo Moya)
136
- Retrieve all needed information from syncdaemon and update library page
137
  (Rodrigo Moya)
138
139
libubuntuone-0.1.1 (2010-01-28)
20.2.1 by Rodrigo Moya
Update NEWS
140
-------------------------------
141
142
- Use not-logged-in URL when there are no OAuth tokens (Rodrigo Moya)
143
- Move JS code out of the C source code (Rodrigo Moya)
144
- Only run the real music store for developers that know what to do
145
  (Rodrigo Moya)
146
17.1.2 by Rodrigo Moya
Release 0.1.0 version
147
libubuntuone-0.1.0 (2010-01-18)
148
-------------------------------
149
150
- Added selection API to the contacts picker widget (Rodrigo Moya)
151
- Install pkgconfig (Rodrigo Moya)
152
- Use ubuntuone.gtkwidgets as module for Python bindings to not clash
153
  with u1-client modules (Rodrigo Moya)
154
- Match with latest changes to the Python prototype from Stuart (Rodrigo Moya)
155
- Fix Python bindings installation to work with multiple Python versions
156
  (Ken VanDine)
157
- Version library name (Rodrigo Moya)
158
- Install the Python module in the ubuntuone directory (Ken VanDine)
159
- Retrieve OAuth tokens from keyring (Rodrigo Moya)
160
8.1.1 by Rodrigo Moya
Released 0.0.1 version
161
libubuntuone-0.0.1 (2010-01-05)
162
-------------------------------
163
164
- Initial version of contacts picker widget (Rodrigo Moya)
165
- Initial version of music store widget (Rodrigo Moya)
166
- Added Python bindings (Rodrigo Moya)