Changeset 1478

Show
Ignore:
Timestamp:
09/21/09 09:16:48 (2 months ago)
Author:
Mickael Royer <mickael.royer@…>
Hashname:
20090921071648-b0006-9a8fb0d15faeff2a293f7b2a49d6874ca0197678
Message:

[deejayd] prepare 0.9.0 release

Files:
5 modified

Legend:

Unmodified
Added
Removed
  • deejayd/__init__.py

    r1390 r1478  
    1717# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
    1818 
    19 __version__ = "0.8.3" 
     19__version__ = "0.9.0" 
    2020 
    2121# vim: ts=4 sw=4 expandtab 
  • README

    r1476 r1478  
    22=========== 
    33 
    4 Actual version : 0.9.0 (not released yet) 
     4Actual version : 0.9.0 
    55---------------------- 
    66 
     
    3434    -------- 
    3535      It is a web based client optimized for mobile device 
    36       You need to set "mobile_webui" to "yes" in order to use this ui 
    3736      url to use this interface : http://host:webuiport/m/ 
    3837 
     
    4140    * python >= 2.4 
    4241    * twisted >= 2.0 (http://twistedmatrix.com/trac) 
     42    * simplejson (http://code.google.com/p/simplejson/), 
     43      it is include in python >= 2.6.0 
    4344    * pysqlite >= 2.2 (http://www.initd.org/tracker/pysqlite/wiki/pysqlite) 
    4445       for sqlite database support 
     
    5152    * twisted-web >= 0.6.0 if you want to use deejayd-webui 
    5253    * if you want to use gstreamer backend (audio only) 
    53         * (2.9 > pygtk >= 2.8) or pygobject >= 2.12 (http://www.pygtk.org/) 
     54        * pygobject >= 2.12 (http://www.pygtk.org/) 
    5455        * gstreamer >= 0.10 (http://gstreamer.freedesktop.org) 
    5556        * gstreamer plugins : 
     
    6667        * ctypes >= 1.0.0 (It is include in python 2.5) 
    6768    * pyinotify >= 0.6.0 for inotify support (http://pyinotify.sourceforge.net/) 
     69 
     70If you want to build deejayd (distutils distribution), you also need 
     71the gettext package installed because of the usage of the msgfmt binary. 
    6872 
    6973Installation: 
  • NEWS

    r1476 r1478  
    22New features and significant updates in version... 
    33 
    4 0.9.0 (2009-XX-XX) 
     40.9.0 (2009-09-21) 
    55-------------------- 
    66  * Replace XML protocol by a JSON-RPC protocol 
     
    99  * Improve mobile webui 
    1010  * Use kaa-metradata instead of hachoir-metadata/lsdvd to get video infos 
     11  * Xine : handle separate volume levels for audio and video media tracks 
    1112 
    12130.8.3 (2009-07-05) 
  • extensions/deejayd-webui/chrome/content/js/overlay.js

    r1413 r1478  
    33} 
    44 
    5 var VERSION="0.8.3"; 
     5var VERSION="0.9.0"; 
    66 
    77var deejaydWebuiTest = function(event) { 
  • extensions/deejayd-webui/install.rdf

    r1390 r1478  
    66  <Description about="urn:mozilla:install-manifest"> 
    77    <em:id>webui@deejayd.net</em:id> 
    8     <em:version>0.8.3</em:version> 
     8    <em:version>0.9.0</em:version> 
    99    <em:type>2</em:type> 
    1010