-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
259 lines (185 loc) · 9.35 KB
/
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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
2007-09-30 Jukka Alasalmi <[email protected]>
* Tagged (probably) last Osso 1.0 version
2007-09-04 Heikki Junnila <[email protected]>
* Fixed compiler warnings
2007-08-30 Heikki Junnila <[email protected]>
* Changed mediahub_metadata to use MediaHubCmd.
2007-08-28 Heikki Junnila <[email protected]>
* Removed custom command testing stuff
2007-08-28 Heikki Junnila <[email protected]>
* Implemented simple custom command handler for testing purposes
2007-08-21 Heikki Junnila <[email protected]>
* Added content update signalling to sources.
* Added some custom command drafts, nothing tangible yet, though.
2007-08-10 Heikki Junnila <[email protected]>
* Removed some forgotten fprintfs.
2007-08-10 Heikki Junnila <[email protected]>
* Implemented the new metadata scheme for MediaHubUI as well.
2007-08-09 Heikki Junnila <[email protected]>
* Implemented a more dynamic way of getting metadata.
MediaHubUI is not yet supporting it, though...
* Moved MediaHubMediaClass and MediaHubPlayState enums from
mediahub_util.h to mediahub_metadata.h
2007-06-21 Heikki Junnila <[email protected]>
* Fixed control channel GLib signals
* Added macros for GLib signal names
2007-06-21 Heikki Junnila <[email protected]>
* GObjectized MediaHubSource component.
2007-06-15 Mikael Saarenpaa <[email protected]>
* Week 24 release.
2007-06-13 Mikael Saarenpaa <[email protected]>
* Removed some not needed library dependencies.
2007-06-06 Mikael Saarenpaa <[email protected]>
* Week 23 release.
2007-05-30 Visa Smolander <[email protected]>
* Release 0.6.0
2007-05-30 Visa Smolander <[email protected]>
* Fixed bug #1246: Fixed parse fail handling. Now it doesn't
go into infinite loop. Also, now it tries to identify the
failing items and skip only them
2007-05-29 Heikki Junnila <[email protected]>
* Changed the whole thing from MCD* to MediaHub*
2007-05-25 Heikki Junnila <[email protected]>
* Added forgotten debian/mcdupnpsource.install
2007-05-25 Heikki Junnila <[email protected]>
* Migrated vostok* to mcd*
2007-05-23 Mikael Saarenpaa <[email protected]>
* Updated version numbers.
2007-05-23 Mikael Saarenpaa <[email protected]>
* Shutdown handler for common restart case. (See bug #1226)
2007-05-23 Visa Smolander <[email protected]>
* Fixed bug 1231: Modified browse thread loop end condition to take into
account that some servers respond with wrong start indices. This caused
an infinite browse loop...
2007-05-21 Mikael Saarenpaa <[email protected]>
* Updated version numbers.
2007-05-21 Heikki Junnila <[email protected]>
* Disabled "Device updated" debug print flooding and fixed its missing param
2007-05-16 Heikki Junnila <[email protected]>
* Changed metadata get/send to asynchronous mode
2007-05-15 Mikael Saarenpaa <[email protected]>
* Changed naming class -> media_class for c++ compiler compatibility.
2007-05-11 Mikael Saarenpaa <[email protected]>
* Changed dbus_g_thread_init call to be called before any dbus
api calls.
2007-05-10 Mikael Saarenpaa <[email protected]>
* Added thread initialization call for dbus.
2007-05-10 Heikki Junnila <[email protected]>
* Implemented a ref & unref scheme to MCDSourceHandle
2007-05-10 Heikki Junnila <[email protected]>
* Changed GMainLoop in MCDSource to GMainContext
* Removed mcdsource_start() and _stop()
* Removed mcdsource_set_mainloop()
* Renamed mcdsource_get_mainloop() to mcdsource_get_main_context()
2007-05-09 Visa Smolander <[email protected]>
* Fixed a minor copy-paste error in icdmonitor support
2007-05-09 Mikael Saarenpaa <[email protected]>
* Updated release numbers and debian changelog
2007-05-08 Visa Smolander <[email protected]>
* Added support to icdmonitor. Now network disconnect/connect are
detected & handled
* Removed service_lock from controlpoint stop to avoid a deadlock
and added some cp_running-assertions to functions which use UPnP.
Let's see what happens...
2007-05-08 Visa Smolander <[email protected]>
* Added root browsing "uuid::" support.
2007-05-04 Heikki Junnila <[email protected]>
* Removed browse_ext_metadata
* Added DIDL-Lite to metadata calls.
2007-05-04 Heikki Junnila <[email protected]>
* Rewrote upnpserver_ref & unref to prevent LGPL violation
2007-05-03 Mikael Saarenpaa <[email protected]>
* Fixed trivial copy&paste error from udn check routine.
2007-05-03 Mikael Saarenpaa <[email protected]>
* Debian changelog and configure.ac updated based on last release.
2007-05-02 Heikki Junnila <[email protected]>
* Improved UNIX signal handler.
* Changed upnpserver_compare_udn to take also root udn into account.
2007-05-02 Heikki Junnila <[email protected]>
* Improved mainloop ref/unreffing
* Source sends unregistered signal to common when CTRL-C is pressed.
2007-04-30 Mikael Saarenpaa <[email protected]>
* Fixed device cache cleanup routine.
* Removed unnecessary mutex unlock.
2007-04-30 Mikael Saarenpaa <[email protected]>
* Removed (correct) browse complete signal send because of
broken but essential hack elsewhere.
2007-04-25 Visa Smolander <[email protected]>
* Added root browsing to send browse complete signal
2007-04-25 Mikael Saarenpaa <[email protected]>
* Unref changes & signal handler added
2007-04-25 Visa Smolander <[email protected]>
* Fixed browse cancel functionality
* Added error log messages
2007-04-24 Visa Smolander <[email protected]>
* Modified all browse_id:s to int (from uint)
* Fixed broken browsing
* Started browse_cancel implementation
2007-04-24 Mikael Saarenpaa <[email protected]>
* File name changes: vostok_ui.h->mcdui.h vostok_source.h->mcdsource.h
2007-04-17 Mikael Saarenpaa <[email protected]>
* Api changes reflected
2007-04-16 Mikael Saarenpaa <[email protected]>
* Control channel creation + refresh callback
2007-04-16 Mikael Saarenpaa <[email protected]>
* Small fixes and cleanups.
2007-04-12 Visa Smolander <[email protected]>
* Released 0.1.0
2007-04-11 Mikael Saarenpaa <[email protected]>
* Enchanced logging in error situations.
2007-04-03 Heikki Junnila <[email protected]>
* Moved the registration loop to mcdsource
2007-04-04 Heikki Junnila <[email protected]>
* Created a timeout function that attempts to register itself with
the MCD until it succeeds.
2007-04-03 Visa Smolander <[email protected]>
* Added browse_complete signal support
2007-04-03 Visa Smolander <[email protected]>
* Fixed discovery problem with SimpleCenter
* Changed get_metadata to always return first HTTP uri
2007-04-03 Visa Smolander <[email protected]>
* Updated vostok dependency
* Released 0.0.1
2007-03-28 Heikki Junnila <[email protected]>
* Changed browse callback to honour requested count parameter.
2007-03-28 Heikki Junnila <[email protected]>
* Fixed root container fetching to return only one server at a time.
2007-03-28 Visa Smolander <[email protected]>
* Fixed a memory leak in upnpserver destroy
2007-03-28 Heikki Junnila <[email protected]>
* Added a signaling mechanism to send all server roots
* Replaced server->udn as the browse & metadata callback's
userdata with the service instance.
2007-03-27 Heikki Junnila <[email protected]>
* Fixed metadata sending (really)
2007-03-27 Heikki Junnila <[email protected]>
* Fixed metadata sending (almost)
2007-03-27 Mikael Saarenpaa <[email protected]>
* Executable is now installed into libexec directory.
Note: Currently --libexecdir=/usr/lib/mcd/libexec must
be given to configure, since this directory is hard coded
in mcd.c.
2007-03-26 Visa Smolander <[email protected]>
* Fixed a crash which occured when item title is empty
* Modified MCD_DEBUG to configure
2007-03-23 Heikki Junnila <[email protected]>
* Send a fixed MCD_Container class with containers. Duh.
2007-03-23 Heikki Junnila <[email protected]>
* Debianization
2007-03-23 Heikki Junnila <[email protected]>
* Added mimetype & media class to item & metadata senders.
2007-03-22 Heikki Junnila <[email protected]>
* Unindent run.
2007-03-21 Mikael Saarenpaa <[email protected]>
* Indent run
2007-03-21 Mikael Saarenpaa <[email protected]>
* Now uses new logger + new header files. debug.h
should be removed at some point.
2007-02-28 Mikael Saarenpaa <[email protected]>
* Integrated mcdsource lib with upnp source component
2007-02-23 Heikki Junnila <[email protected]>
* Conceptual functionality for browsing
2007-02-23 Heikki Junnila <[email protected]>
* Conceptual functionality for metadata fetching
2007-02-20 Heikki Junnila <[email protected]>
* Created project anew