~vanvugt/+junk/mediatomb

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2008-03-02 13:09:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080302130916-zlljdze3kt7vuq4b
Tags: 0.11.0-1
* New upstream release.
* Include message about which inotify headers will be used when enabling
  inotify runtime support.
* Fixed error with use of INTERFACE in init script. Also removed use of -m
  option.
* Including new config.xml options.
* Added more build dependencies for new upstream release.
* Removed build dependency of libid3-dev, taglib is now preferred.
* mediatomb.xpm and manpage.xml is now included in orig tarball.
* inotify patch is not needed anymore.
* md5 patch has been committed upstream and is no longer needed. Also removed
  README.Debian.
* TwinHelix PNG fix is now used. Removed from TODO.
* Adding dependency of iceweasel for mediatomb package.
* Updated copyright file.
* Updated watch file.
* Updated rules file for proper configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MediaTomb - UPnP AV Mediaserver.
 
2
v0.11.0 External transcoding support
 
3
        * implemented transcoding support that allows to plug in an arbitrary
 
4
          transcoding application
 
5
                * added fourcc detection for AVI files and transcoding options to 
 
6
                  limit transcoding to certain fourcc's
 
7
        * added new metadata extractor using ffmpeg, patch submitted by 
 
8
          Ingo Preiml
 
9
                * added vorbis / theora detection for ogg containers, so video files
 
10
                  should not end up in audio containers anymore
 
11
                * fixed bug where database-file option was still checked even when
 
12
                  MySQL was selected in the configuration
 
13
                * fixed a bug where check of the home directory was enforced even if 
 
14
                  the configuration file was specified on command line
 
15
                * UTF-8 fix suggested by piman - taglib should handle UTF-8 correctly, 
 
16
                  so we will request an UTF-8 string from taglib and do not do the 
 
17
                  conversion ourselves
 
18
                * UTF-8 fix for libextractor, basically same as with TagLib
 
19
                * added default mapping for flv files since they are not correctly
 
20
                  recognized by libmagic
 
21
                * fixed a bug where we could get crashed by a missing URL parameter
 
22
                  sent to the UI
 
23
                * fixed 64bit related issues in the UPnP SDK
 
24
                * fixed a problem where ID3 tags were not detected with id3lib
 
25
                * fixed off by one errors in StringBuffer class, thanks to stigpo for
 
26
                  the patch
 
27
                * fixed bug #1824216 - encoded URLs were not treated properly
 
28
                * made sure that log output is always flushed
 
29
                * made temporary directory configurable
 
30
        * using expat as XML parser
 
31
        * new XML generator - support for comments
 
32
                * changed layout of the storage configuration XML
 
33
        * added migration for old config.xml
 
34
        * speed up sqlite3 by setting synchronous=off by default
 
35
        * adding automatic database backup for sqlite3
 
36
        * adding automatic backup restore on sqlite3 database corruption
 
37
        * fix permission problem - supplementary groups weren't set by
 
38
          initgroups()
 
39
        * fixed js (spidermonkey) related crashes
 
40
        * fix mysql reconnect issue - charset was lost after reconnect
 
41
        * added check to avoid coredump when max number of inotify watches
 
42
          has been reached
 
43
                * made sure that range requests specified as "bytes=0-" do not trigger
 
44
                  a 416 response for media where the filesize is unknown
 
45
                * added fix for chunked encoding that was posted on the maemo forums
 
46
                * fixed configure to determine if iconv needs the const char cast or
 
47
                  not (fixes OSX compilation problem)
 
48
                * added album art support for the PS3
 
49
                * fixed a bug where path used by add container chain was not converted
 
50
                  to UTF-8
 
51
                * added patch for author and director extraction from id3 tags, 
 
52
                  submitted by Reinhard Enders
 
53
                * init script for fedora now uses the -e option instead of grepping
 
54
                  for the IP (old variant only worked on systems with english
 
55
                  language)
 
56
            * updated spec file with changes from Marc Wiriadisastra
 
57
                * we now are also providing the filesize along with the other metadata
 
58
                * added environment variables that can be used for additional server
 
59
                  configuration (useful for directory independent NAS setups)
 
60
                * added comments and examples to the config.xml that is generated by
 
61
                  the server
 
62
                * added patch from Gabriel Burca to extract keywords from id3 tags
 
63
                * added runtime inotify detection
 
64
                * added a workaround for the Noxon V1 which for some reasons sends 
 
65
                  us a double encoded ampersand XML sequences in the URL
 
66
                * implemented feature request #1771561, extension to mimetype mappings
 
67
                  can now be case insensitive
 
68
 
2
69
v0.10.0 11.07.2007  Playlist and inotify autoscan support.
3
70
        * MySQL database version pumped to 3 (MediaTomb will automatically
4
71
          update the database during the first launch)