1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

199 lines
6.2 KiB
Plaintext

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 & => &amp;)
(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)