-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
205 lines (129 loc) · 6.37 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
2007-12-16 Alexis Saettler <asbin@asbin.org>
* added support for File Alteration Monitor,
to monitor files changes automaticaly and rebuild
metadata file list. Works with gamin too.
2007-12-09 Benjamin Zores <ben@geexbox.org>
* new public release (Version 1.1a).
2007-12-04 Benjamin Zores <ben@geexbox.org>
* new public release (Version 1.1).
2007-11-04 Benjamin Zores <ben@geexbox.org>
* much complete DLNA support through libdlna.
2007-07-30 Benjamin Zores <ben@geexbox.org>
* MacOSX build fix.
2007-07-05 Alexis Saettler <asbin@asbin.org>
* new public release (Version 1.0).
2007-06-26 Benjamin Zores <ben@geexbox.org>
* fix for XboX 360 file discovery (patch by Keith Brindley).
2007-06-25 Benjamin Zores <ben@geexbox.org>
* added support for DLNA (Digital Living Network Alliance),
the wonderful closed-source marketing UPnP++ specification.
uShare is now compliant with PlayStation 3 UPnP/DLNA Media Renderer.
2007-02-26 Alexis Saettler <asbin@asbin.org>
* new public release (Version 0.9.10).
* fixed http 404 error which prevented ushare 0.9.9 release to work.
2007-02-25 Alexis Saettler <asbin@asbin.org>
* new public release (Version 0.9.9).
* fixed bug with localization, use now --localedir configure's
option to set location of .mo files.
2007-01-23 Benjamin Zores <ben@geexbox.org>
* make libupnp >= 1.4.2 a requirement.
2007-01-20 Benjamin Zores <ben@geexbox.org>
* added support for FreeBSD.
2007-01-19 Benjamin Zores <ben@geexbox.org>
* use a RedBlack balanced tree searching and sorting algorithm
instead of the recursive one. It avoids recursive calls, takes
less memory (perfect for embedded systems) and executes in more
"constant time" than the logarithmic style.
Original patch by Phil Chandler.
* massive memory optimization (uShare now takes 75% less RAM ;-)
only not using fixed size URL allocation buffer (a 16000+ files
collection now only takes 5MB where it used to take 19MB).
* improved search parsing and matching mechanism (patch by Mostafa
Hosseini). XboX360 support is now complete.
Please note that to stream video to the XboX, the console should
be running dashboard version 2.0.4552.0 and only unprotected
.wmv files are supported.
2007-01-14 Benjamin Zores <ben@geexbox.org>
* make libupnp >= 1.4.1 a requirement.
* fixed support for 2GB+ files (see http://sourceforge.net/tracker/index.php?func=detail&aid=1634927&group_id=151880&atid=782410)
* fixed support for XboX 360 (thanks to Mostafa Hosseini).
* added basic support for 'Search' action.
2006-12-10 Alexis Saettler <asbin@asbin.org>
* new public release (Version 0.9.8).
2006-10-19 Alexis Saettler <asbin@asbin.org>
* add German translation (thanks to Robin H.).
* fix filtering and browse capabilities : now uShare is conform to
ContentDirectory:1 Service Template Standard.
2006-09-17 Alexis Saettler <asbin@asbin.org>
* add iso and bin mime types.
* convert special xml characters to xml (like & => &)
(reported by Frank Scholz).
2006-09-10 Alexis Saettler <asbin@asbin.org>
* Use sysconfdir (from configure) to set /etc destination
* update init script to use lsb functions
2006-03-12 Benjamin Zores <ben@geexbox.org>
* new public release (Version 0.9.7)
2006-03-07 Benjamin Zores <ben@geexbox.org>
* modify configure.ac to check for functions in libupnp that
only comes with releases >= 1.3.1
(previous versions of the library are buggy and should not be used).
* added new Microsoft Registrar service which fakes the authorization
required to be able to stream to MS compliant Media Renderers
(i.e now usable with XboX 360 and probably others).
2006-02-27 Benjamin Zores <ben@geexbox.org>
* applied suggestions from Julien Lincy
* UPnP CDS compliance fix when request count and index are 0.
* removed the ':' characters from UDN anming convention (devices like
the Roku SoundBridge M2000 Network Music Player do not support it).
2006-02-19 Benjamin Zores <ben@geexbox.org>
* new public release (Version 0.9.6)
2006-01-06 Benjamin Zores <ben@geexbox.org>
* added Fedora RPM build file (ushare.spec) and startup script.
(patch by Eric Tanguy <eric.tanguy@univ-nantes.fr>)
2005-12-28 Benjamin Zores <ben@geexbox.org>
* can now specify on which port the HTTP server has to run.
(useful for security and firewall issues).
2005-12-27 Benjamin Zores <ben@geexbox.org>
* fixed a potential buffer overrun when building DIDL messages.
(patch by Bernd Loske <bernd@loskeonline.net> ).
2005-12-19 Benjamin Zores <ben@geexbox.org>
* new public release (Version 0.9.5)
2005-12-17 Benjamin Zores <ben@geexbox.org>
* added UPnP presentation URL support.
(you can now update or add contents through a web interface).
2005-12-10 Benjamin Zores <ben@geexbox.org>
* added support for subtitle file formats.
* added support for DVD specific file formats.
2005-12-08 Benjamin Zores <ben@geexbox.org>
* new public bug-fix release (Version 0.9.4)
* fixed some memleaks.
* avoid having empty shared directory name
(crash with djmount, thanks to Remi Turboult for reporting it).
* fixed handling of non-absolute content directories paths.
2005-11-23 Alexis Saettler <asbin@asbin.org>
* add logging with syslog support, in daemon mode.
2005-11-20 Benjamin Zores <ben@geexbox.org>
* new public bug-fix release (Version 0.9.3)
* Added verbose mode.
* Read configuration from /etc/ushare.conf configuration file.
* Support for daemon mode.
* Better MIME types handling.
* Support for new multimedia files extensions.
* Rewrite of some string buffer and integer manipulation tools.
2005-11-16 Alexis Saettler <asbin@asbin.org>
* modify -c parameter habdle, to allow multiple shared directories.
2005-11-13 Benjamin Zores <ben@geexbox.org>
* new public bug-fix release (Version 0.9.2)
2005-11-13 Benjamin Zores <ben@geexbox.org>
* improved UPnP compliance with Browse RequestedCount flag.
* fixed some UPnP Object ID sent in Browse messages.
2005-11-10 Benjamin Zores <ben@geexbox.org>
* new public release (Version 0.9.1)
2005-11-08 Alexis Saettler <asbin@asbin.org>
* Prepare uShare for internationalization
* Add French localization
* Add support of iconv, for UTF-8 filenames conversions
2005-10-29 Alexis Saettler <asbin@asbin.org>
* Added Debian package building scripts
2005-10-25 Benjamin Zores <ben@geexbox.org>
* First public release (Version 0.9.0)