2009-05-12 20:08  dev

	* coherence/backends/ampache_storage.py: * make ''password'' and
	  ''key'' equivalent in the config
	  * some preparations for dlna-playcontainer uri

2009-05-12 20:03  dev

	* coherence/upnp/devices/media_server.py: rearranging the order of
	  the device description elements for UPnP 1.1

2009-05-11 09:14  dev

	* coherence/dbus_service.py: more updates on the org.DLNA DBus API,
	  now with all methods for the DMS.CDS interface (no checking for
	  not implemented optional methods yet)

2009-05-10 15:30  dev

	* coherence/dbus_service.py: added the org.DLNA interfaces

2009-05-10 09:41  dev

	* coherence/dbus_service.py: fixing a DBus error, returning the
	  object path now, not the object

2009-05-09 22:12  jmsizun

	* coherence/backends/itv_storage.py: small corrections

2009-05-09 13:12  dev

	* coherence/base.py: activate the ControlPoint automatically if the
	  DBus interface is used

2009-05-09 10:29  lightyear

	* coherence/backends/lolcats_storage.py: fix the lolcats example
	  plugin

2009-05-04 19:21  dev

	* coherence/backends/gstreamer_renderer.py,
	  coherence/upnp/core/DIDLLite.py,
	  coherence/upnp/services/servers/connection_manager_server.py: *
	  support for skipping backward and forward, and seeking inside the
	  track-list
	  * adding the dlna-playcontainer flag to the SinkProtocolnfo
	  values

2009-04-28 20:54  dev

	* coherence/backends/test_storage.py: don't make a trancoder
	  ImportError let the TestStore fail

2009-04-27 09:23  dev

	* coherence/upnp/core/utils.py: hmm, no callback/errback attached

2009-04-27 09:13  dev

	* coherence/upnp/devices/basics.py,
	  coherence/upnp/devices/binary_light.py,
	  coherence/upnp/devices/dimmable_light.py,
	  coherence/upnp/devices/media_renderer.py,
	  coherence/upnp/devices/media_server.py: * making device xml
	  generation more flexible - thx Caleb
	  * check for icon file existence before announcing and registering
	  it

2009-04-26 15:44  dev

	* coherence/backends/gstreamer_renderer.py: moving a lot of noisy
	  prints into log messages

2009-04-26 12:03  dev

	* coherence/backends/gstreamer_renderer.py,
	  coherence/backends/mediadb_storage.py,
	  coherence/upnp/core/DIDLLite.py,
	  coherence/upnp/devices/basics.py,
	  coherence/upnp/devices/media_renderer.py: adding support for
	  ''dlna-playcontainer://'' to the MediaDB MediaServer and the
	  GStreamer MediaRenderer backend

2009-04-20 19:50  dev

	* coherence/upnp/core/soap_proxy.py: adding debug output to find
	  xml parsing issues

2009-04-19 19:56  dev

	* coherence/upnp/core/service.py: expose the ServiceId to the
	  Inspector

2009-04-19 17:38  dev

	* coherence/backends/gstreamer_renderer.py: changes for
	  SetNextAVTransportURI support (thx chewi) - addresses #197

2009-04-18 16:00  dev

	* coherence/backends/fs_storage.py: ignore FIFO files, closes #184

2009-04-18 10:49  dev

	* coherence/backend.py, coherence/backends/ampache_storage.py,
	  coherence/backends/appletrailers_storage.py,
	  coherence/backends/axiscam_storage.py,
	  coherence/backends/bbc_storage.py,
	  coherence/backends/dvbd_storage.py,
	  coherence/backends/flickr_storage.py,
	  coherence/backends/fs_storage.py,
	  coherence/backends/gallery2_storage.py,
	  coherence/backends/iradio_storage.py,
	  coherence/backends/itv_storage.py,
	  coherence/backends/lastfm_storage.py,
	  coherence/backends/lolcats_storage.py,
	  coherence/backends/mediadb_storage.py,
	  coherence/backends/swr3_storage.py,
	  coherence/backends/ted_storage.py,
	  coherence/backends/test_storage.py,
	  coherence/backends/tracker_storage.py: cleaning up the backend
	  inheritage a bit and moving wmc_mapping from class to instance

2009-04-14 21:37  dev

	* coherence/backends/ampache_storage.py: more work on the Ampache
	  video items, re #201

2009-04-14 19:43  dev

	* coherence/upnp/core/DIDLLite.py: a little helper method

2009-04-14 11:36  dev

	* coherence/backends/fs_storage.py,
	  coherence/backends/gstreamer_renderer.py,
	  docs/test-store-example.xml: inquire the ignore pattern first
	  before reacting upon an inotify event and adding a new file
	  
	  closes #203

2009-04-14 11:32  dev

	* coherence/base.py: move the warning message to the proper place

2009-04-14 10:38  dev

	* coherence/base.py, coherence/web/static/Coherence.Base.js,
	  coherence/web/static/Coherence.Devices.js,
	  coherence/web/static/Coherence.Logging.js,
	  coherence/web/static/Coherence.js,
	  coherence/web/static/MochiKit.js, coherence/web/static/main.css:
	  disabling Web UI for the moment and removing obsolete JS files
	  and MochiKit library

2009-04-13 11:59  dev

	* coherence/backends/test_storage.py, docs/test-store-example.xml:
	  some fixes for the TestStore and a configurable fourth_field of
	  the protocolInfo element

2009-04-10 20:10  dev

	* docs/man, docs/man/coherence.1,
	  misc/Desktop-Applet/applet-coherence.1: man-pages for
	  /usr/bin/coherence and /usr/bin/applet-coherence - thx cjsmo!
	  
	  The is a new docs/man folder for the coherence.1 file, maybe
	  we'll have some time some more there.
	  
	  The applet-coherence.1 file is included in the
	  misc/Desktop-Applet folder, doesn't make sense to install it
	  without the applet itself.
	  
	  Closes #199

2009-04-09 20:31  jmsizun

	* coherence/backends/picasa_storage.py: corrected problem with
	  get_item

2009-04-06 09:15  dev

	* coherence/backends/miro_storage.py,
	  coherence/backends/picasa_storage.py,
	  coherence/backends/youtube_storage.py: establishing
	  parent<->child relationship again

2009-04-06 09:11  dev

	* coherence/base.py, coherence/upnp/core/utils.py: switching in
	  utils.get_host_address from popen to getProcessOutput and handle
	  the deferred properly

2009-04-05 14:31  jmsizun

	* coherence/backends/miro_storage.py,
	  coherence/backends/picasa_storage.py,
	  coherence/backends/youtube_storage.py: partial fix to problem
	  with ids and parent ids in UpnP XML items

2009-04-02 07:50  dev

	* coherence/backends/test_storage.py: fixed typo in docstring and
	  extended it a bit

2009-03-31 21:09  dev

	* coherence/backends/ampache_storage.py: requesting Ampache video
	  files, not looking at the tags yet, addresses #201

2009-03-26 22:21  jmsizun

	* coherence/backend.py: forgot this commit yesterday

2009-03-25 22:46  jmsizun

	* coherence/backends/gallery2_storage.py,
	  coherence/backends/itv_storage.py: Updated gallery2/iTV backend
	  to use factorized ReversedProxyUriResource class

2009-03-25 22:01  jmsizun

	* coherence/backends/picasa_storage.py,
	  coherence/backends/youtube_storage.py,
	  coherence/upnp/core/utils.py: Factorize Uri splitting code from
	  ReverseProxyResource subclasses into a common
	  ReverseProxyUriResource class

2009-03-25 21:05  jmsizun

	* coherence/backends/test_storage.py: Remove useless import for
	  coherence.upnp.core.utils.ReverseProxyResource

2009-03-25 19:18  jmsizun

	* coherence/backends/miro_storage.py,
	  coherence/backends/picasa_storage.py,
	  coherence/backends/youtube_storage.py: Factorize common
	  backendStore functionnalities into ABstractBackendStore for
	  Picasa/Youtube/Miro backends

2009-03-23 23:54  jmsizun

	* coherence/upnp/devices/media_server.py: change prints into log
	  messages

2009-03-23 23:45  jmsizun

	* coherence/backends/picasa_storage.py: change prints into log
	  messages

2009-03-22 18:16  jmsizun

	* coherence/backends/itv_storage.py,
	  coherence/backends/miro_storage.py,
	  coherence/backends/picasa_storage.py,
	  coherence/backends/youtube_storage.py: Update listings after
	  "refresh" minutes - phase 2

2009-03-20 11:01  dev

	* coherence/upnp/services/servers/scheduled_recording_server.py:
	  the missing file

2009-03-19 16:08  dev

	* coherence/base.py: a fix for the wrong fix in [1209]

2009-03-17 19:20  dev

	* coherence/upnp/core/service.py,
	  coherence/upnp/core/xml-service-descriptions/ScheduledRecording1.xml,
	  coherence/upnp/devices/media_server.py,
	  coherence/upnp/services/servers/media_receiver_registrar_server.py:
	  the base classes needed to implement a MediaServer with a
	  ScheduledRecording service

2009-03-17 14:00  dev

	* coherence/base.py: fixing an error with the logfile directive in
	  the XMLConfig

2009-03-15 18:51  dev

	* coherence/backends/test_storage.py: now with the actual backend

2009-03-15 18:49  dev

	* Coherence.egg-info/entry_points.txt, bin/coherence,
	  coherence/dbus_service.py, coherence/transcoder.py,
	  coherence/upnp/devices/media_server.py, setup.py: new TestStore
	  backend

2009-03-13 12:19  dev

	* misc/Rhythmbox-Plugin/upnp_coherence/__init__.py: change UPnP
	  version to :1 for the Rhythmbox MediaServer and the
	  MediaRenderer, so they are detected by <censored> clients like
	  the Nokia NSeries phones or XBMC

2009-03-13 09:45  dev

	* coherence/upnp/core/DIDLLite.py: fix for XML parser oddness is
	  Python2.4

2009-03-11 17:58  dev

	* coherence/upnp/core/utils.py: trying to find a more generic
	  solution for detection of the IP address to use, re #194

2009-03-09 09:13  dev

	* coherence/backends/gstreamer_renderer.py: update GStreamer
	  MediaRenderer to not propagate Seeking-capability when handling a
	  http-stream

2009-03-05 19:01  jmsizun

	* coherence/backends/miro_storage.py: Update listings after
	  "refresh" minutes

2009-02-25 23:25  jmsizun

	* coherence/backends/miro_storage.py: small corrections to
	  MiroGuide backend

2009-02-25 23:14  jmsizun

	* Coherence.egg-info/entry_points.txt,
	  coherence/backends/picasa_storage.py, setup.py: New backend for
	  Picasa Web Albums

2009-02-24 17:34  dev

	* Coherence.egg-info/PKG-INFO, Coherence.egg-info/entry_points.txt,
	  coherence/__init__.py: bump up version number to 0.6.3

2009-02-23 20:35  dev

	* ChangeLog, Coherence.egg-info/PKG-INFO, MANIFEST.in, NEWS,
	  coherence/__init__.py, setup.py: New in this 0.6.2 - Rosenmontag
	  - release
	  
	  * new MediaServer backends that allow access to
	  * YouTube videos (http://youtube.com)
	  * the MiroGuide for online videos (https://www.miroguide.com)
	  * the videos provided by Shoutcast TV (http://www.shoutcast.com)
	  * the SWR3 podcasts, a German radio station (http://swr3.de)
	  * adjustments to the Ampache backend to work with newer Ampache
	  versions (http://ampache.org)
	  * a lot of 'compatibility' enhancements for different devices
	  * a 'port' to the OpenEmbedded platform
	  (http://www.openembedded.org/),
	  bringing Coherence to the BeagleBoard (http://beagleboard.org/)
	  * and - as every time - the usual bugfixes and enhancements
	  
	  Kudos go especially to jmsizun for his work on the new backends!

2009-02-23 19:54  dev

	* coherence/backends/axiscam_storage.py,
	  coherence/backends/swr3_storage.py: some minor adjustments

2009-02-23 19:52  dev

	* coherence/backends/youtube_storage.py,
	  coherence/extern/youtubedl/youtubedl.py,
	  coherence/upnp/core/utils.py: * some last-minute YouTube related
	  fixes, where we had GET instead of HEAD requests :-/
	  * changing prints to log-output

2009-02-19 21:06  jmsizun

	* coherence/backends/miro_storage.py: MiroGuide: added new
	  directories (Top Rated, Most Popular, Recent Videos)

2009-02-18 23:44  jmsizun

	* coherence/backends/miro_storage.py,
	  coherence/backends/youtube_storage.py: connect Miro backend to
	  correct proxy class

2009-02-18 21:34  jmsizun

	* coherence/backends/miro_storage.py,
	  coherence/backends/youtube_storage.py: LazyContainer/MiroGuide:
	  allow retrieving full listings instead of only first page

2009-02-18 19:28  jmsizun

	* coherence/backends/miro_storage.py,
	  coherence/backends/youtube_storage.py: Removed children classes
	  from LazyContainer

2009-02-17 23:12  jmsizun

	* coherence/backends/miro_storage.py: MiroGuide: correctly retrieve
	  list of channels for categories with space and other special
	  characters

2009-02-17 14:27  dev

	* coherence/backends/youtube_storage.py,
	  coherence/upnp/core/utils.py, docs/coherence.conf.example: * more
	  cleanups, seems to work now in 'buffer' mode with Totem and the
	  PS3
	  * there are probably still some unnecessary code pieces in there,
	  need to get rid of them in the next step

2009-02-16 21:36  dev

	* coherence/backends/youtube_storage.py,
	  coherence/upnp/core/utils.py: some more cleanups

2009-02-16 20:30  dev

	* coherence/backends/youtube_storage.py,
	  coherence/upnp/core/utils.py: cleaning up things a bit

2009-02-16 17:35  dev

	* MANIFEST.in, setup.py: and the corresponding changes in the
	  setup/dist related files, re #190

2009-02-16 17:31  dev

	* coherence/upnp/devices/media_server.py, misc/Desktop Applet,
	  misc/Desktop-Applet, misc/EOG Plugin, misc/EOG-Plugin,
	  misc/Rhythmbox Plugin, misc/Rhythmbox-Plugin, misc/Totem Plugin,
	  misc/Totem-Plugin, misc/device icons, misc/device-icons: replace
	  'space' characters in folder names with dashes, addresses #190

2009-02-15 14:29  dev

	* coherence/backends/youtube_storage.py: making the YouTubeStore a
	  bit more XBox friendly

2009-02-15 11:57  dev

	* coherence/backends/youtube_storage.py,
	  coherence/upnp/core/utils.py: rework of the YouTube
	  VideoProxyItem, now works with the PS3 but we seem to have some
	  severe memory leakage

2009-02-14 12:04  dev

	* coherence/backends/itv_storage.py: fixing some UPnP related
	  lapses

2009-02-13 23:25  jmsizun

	* coherence/backends/youtube_storage.py: Corrected cache purge
	  method (took most recent files first)

2009-02-13 23:24  jmsizun

	* coherence/backends/youtube_storage.py: Youtube entries: Add mp4
	  extension to URL

2009-02-13 22:58  jmsizun

	* Coherence.egg-info/entry_points.txt,
	  coherence/backends/itv_storage.py, setup.py: Added new backend
	  (ITVStore) to stream Shoutcast TV

2009-02-13 22:57  jmsizun

	* coherence/upnp/core/DIDLLite.py: Corrected syntax for AudioItem
	  parameter

2009-02-13 20:44  dev

	* coherence/backends/miro_storage.py: minor fix

2009-02-13 20:40  dev

	* Coherence.egg-info/entry_points.txt, setup.py: putting the
	  MiroStore entrypoint at the right place

2009-02-13 20:35  dev

	* setup.py: fixing not-having-setuptools, this time hopefully for
	  real

2009-02-13 17:40  jmsizun

	* Coherence.egg-info/entry_points.txt: removed erroneous "w"
	  character

2009-02-12 22:18  jmsizun

	* Coherence.egg-info/entry_points.txt,
	  coherence/backends/miro_storage.py: New media backend: MIRO Guide
	  Catalog for on-line videos

2009-02-12 22:16  jmsizun

	* coherence/backends/youtube_storage.py: minor corrections to Proxy
	  class

2009-02-12 22:14  jmsizun

	* coherence/backend.py: small syntax correction in commentary
	  message

2009-02-10 23:36  jmsizun

	* coherence/backends/youtube_storage.py: Added new option
	  "standard_feeds" to show/hide standard feeds

2009-02-10 23:30  jmsizun

	* coherence/upnp/core/utils.py: Avoid error in Windows as iface is
	  actually a dict object

2009-02-10 23:28  jmsizun

	* coherence/upnp/core/utils.py: postpone seek beyond current size
	  of the buffer file

2009-02-10 19:02  jmsizun

	* coherence/upnp/core/utils.py: Oups: missing class again (edited
	  directly in Twisted)

2009-02-10 17:34  dev

	* coherence/backends/fs_storage.py: more debug output to catch
	  issues during folder walk

2009-02-10 07:27  jmsizun

	* coherence/upnp/core/utils.py: Missing file for "youtube proxy:
	  manage file download to cache & buffering"

2009-02-09 21:18  jmsizun

	* coherence/backends/youtube_storage.py: youtube proxy: manage file
	  download to cache & buffering

2009-02-09 20:30  dev

	* coherence/backends/fs_storage.py: cushion the non-existence of
	  ctypes

2009-02-06 10:48  dev

	* coherence/upnp/core/action.py: be sure our InstanceID is an int

2009-02-05 16:05  dev

	* coherence/transcoder.py, coherence/upnp/devices/media_server.py:
	  a little more of logging

2009-02-05 16:04  dev

	* coherence/upnp/core/device.py: prepare device icons for the
	  inspector

2009-02-03 18:21  jmsizun

	* coherence/backends/youtube_storage.py: Added param "proxy-mode":
	  foreseen values are redirect, cache, buffered-cache, ...

2009-02-02 23:59  jmsizun

	* coherence/backends/youtube_storage.py: Moved Youtube specific
	  code (extraction of video from web page) out of Proxy class (to
	  get a generic Proxy class)

2009-02-02 10:16  dev

	* coherence/upnp/core/DIDLLite.py,
	  coherence/upnp/core/soap_service.py: treat the Philips-TV a
	  little bit different

2009-02-02 00:11  jmsizun

	* coherence/backends/youtube_storage.py,
	  coherence/extern/youtubedl/youtubedl.py: Youtube: added support
	  for HD video + merged youtube-dl version 09.01.31

2009-01-31 13:58  dev

	* coherence/backends/mediadb_storage.py: return path as utf-8

2009-01-31 12:35  dev

	* coherence/backends/mediadb_storage.py: appending the extension to
	  the url

2009-01-31 12:34  dev

	* coherence/upnp/core/DIDLLite.py: removing duplicate element and
	  fixing DLNA flags bug

2009-01-31 12:27  dev

	* coherence/transcoder.py: don't just stop without a reason

2009-01-31 11:03  dev

	* coherence/upnp/core/device.py,
	  coherence/upnp/devices/media_server.py: more url related
	  corrections

2009-01-30 23:30  jmsizun

	* coherence/backends/youtube_storage.py: Youtube: added support for
	  playlists, subscriptions and localisation of standard feeds.

2009-01-30 22:29  jmsizun

	* coherence/upnp/devices/media_server.py: small protection when an
	  item children list is None

2009-01-30 21:43  dev

	* coherence/upnp/core/device.py, coherence/upnp/core/service.py,
	  coherence/upnp/devices/basics.py,
	  coherence/upnp/devices/media_server.py: cleaning up some url
	  issues

2009-01-30 20:06  dev

	* coherence/backends/fs_storage.py: fixing reaction upon inotify
	  re-/moves

2009-01-30 20:05  dev

	* coherence/extern/inotify.py: just for convenience

2009-01-30 20:03  dev

	* bin/coherence: ignore any config file when called with the new
	  '--noconfig' option

2009-01-29 20:44  dev

	* coherence/backends/flickr_storage.py: adding a 'limit' option for
	  images per folder, 100 is the default

2009-01-29 16:52  dev

	* coherence/backends/ampache_storage.py: fixing cut 'n paste error,
	  new try

2009-01-28 21:55  dev

	* coherence/extern/youtubedl/__init__.py,
	  coherence/extern/youtubedl/youtubedl.py: missing files

2009-01-28 21:29  dev

	* coherence/backends/ampache_storage.py: using the proper element
	  attribute

2009-01-28 09:16  dev

	* coherence/backends/youtube_storage.py: fix for empty containers

2009-01-28 09:16  dev

	* coherence/backends/fs_storage.py: warn about having a
	  non-existent content path

2009-01-25 18:13  dev

	* coherence/backends/ampache_storage.py: get the mimetype from
	  ampache when provided

2009-01-25 17:23  dev

	* misc/device icons/youtube-icon.png: a device-icon for the new
	  YouTube backend

2009-01-25 15:38  dev

	* coherence/backends/ampache_storage.py: try a bit harder for the
	  proper mimetype

2009-01-25 12:39  dev

	* coherence/upnp/core/DIDLLite.py: let's remove the irritating DLNA
	  tags for 'video/*'

2009-01-25 11:37  dev

	* coherence/backends/youtube_storage.py: do the YouTube redirect
	  retrieval now on our side and cache the final location

2009-01-25 11:34  dev

	* coherence/transcoder.py: make the lpcm transcoder read from an
	  http uri to

2009-01-24 22:06  dev

	* coherence/backends/youtube_storage.py: 'userid' or 'login' - we
	  need to find a consistent language

2009-01-24 21:21  dev

	* coherence/backends/youtube_storage.py: one more typo

2009-01-24 20:30  dev

	* coherence/backends/youtube_storage.py: typo fix

2009-01-24 18:38  dev

	* coherence/backends/youtube_storage.py: proper
	  'we-have-a-user-login' detection

2009-01-24 16:23  dev

	* Coherence.egg-info/entry_points.txt,
	  coherence/backends/youtube_storage.py,
	  coherence/extern/youtubedl, coherence/upnp/core/utils.py,
	  setup.py: a modified version of [ticket:173 jmsizuns YouTube
	  backend], only partial working atm
	  
	  needs a current version of
	  [http://code.google.com/p/gdata-python-client Google Data APIs
	  Python Client Library]

2009-01-24 16:18  dev

	* coherence/upnp/core/msearch.py, coherence/upnp/core/ssdp.py:
	  something for the Inspector

2009-01-24 16:18  dev

	* coherence/base.py: precaution

2009-01-24 16:16  dev

	* bin/coherence, misc/Desktop Applet/applet-coherence: fix
	  regarding distutils/setuptools

2009-01-23 17:29  dev

	* bin/coherence, coherence/base.py, misc/Desktop
	  Applet/applet-coherence, setup.py: enable installation without
	  setuptools again

2009-01-23 13:26  dev

	* coherence/backends/axiscam_storage.py: bug-fix - thx tororo

2009-01-22 13:41  dev

	* coherence/backend.py, coherence/backends/swr3_storage.py: updated
	  version of the SWR3Store

2009-01-22 11:43  dev

	* coherence/base.py: a stupid one

2009-01-22 10:08  dev

	* bin/coherence, coherence/base.py,
	  coherence/extern/simple_config.py: solving improper placement of
	  logging related options in the new XMLConfig

2009-01-21 18:12  dev

	* coherence/upnp/core/DIDLLite.py: of course _only_ for containers

2009-01-21 18:09  dev

	* coherence/backends/lolcats_storage.py: fixing id extraction when
	  called from the XBox

2009-01-21 16:17  dev

	* Coherence.egg-info/requires.txt, setup.py: adding Twisted to the
	  dependencies in setup.py, it will be now downloaded automatically
	  from pypi.python.org

2009-01-21 16:12  dev

	* coherence/upnp/devices/basics.py,
	  coherence/upnp/services/servers/media_receiver_registrar_server.py:
	  hiding the MediaReceiverRegistrar a bit more

2009-01-21 16:11  dev

	* coherence/upnp/core/DIDLLite.py: this does look better

2009-01-18 13:16  dev

	* coherence/upnp/core/DIDLLite.py: and again

2009-01-18 12:44  dev

	* coherence/upnp/core/DIDLLite.py: and again one for the XBox

2009-01-18 12:36  dev

	* coherence/backends/fs_storage.py: once more the wmc-hints

2009-01-18 12:19  dev

	* coherence/upnp/core/DIDLLite.py: more XBox adjustments

2009-01-18 12:07  dev

	* coherence/backends/flickr_storage.py: adjusting wrong wmc-hint

2009-01-18 11:22  dev

	* coherence/upnp/core/DIDLLite.py: fixing inconsistency re
	  root-container id

2009-01-18 11:21  dev

	* coherence/backends/appletrailers_storage.py,
	  coherence/backends/lolcats_storage.py: adding wmc-hints

2009-01-17 14:41  dev

	* coherence/upnp/core/DIDLLite.py: more DLNA related cleanups

2009-01-17 14:01  dev

	* coherence/upnp/core/DIDLLite.py,
	  coherence/upnp/devices/media_server.py: more DLNA flag related
	  adjustments

2009-01-16 21:01  dev

	* coherence/backends/mediadb_storage.py: react on more filetypes
	  and put them at one place

2009-01-15 09:30  dev

	* coherence/backends/fs_storage.py: adding the filename extension
	  to the resource data to test some client behaviour

2009-01-14 20:04  dev

	* coherence/upnp/core/event.py: apply the 'right' empty value to an
	  evented StateVariable - thx hugolp for spotting this

2009-01-13 19:22  dev

	* coherence/extern/inotify.py, coherence/extern/test_inotify.py:
	  revert 'flag_to_human' change that broke the API

2009-01-13 15:42  dev

	* coherence/extern/test_inotify.py: the trial tests for inotify.py

2009-01-13 15:40  dev

	* coherence/extern/inotify.py: wrap the callback loop in a
	  try-except clause, so it isn't aborted by a faulty callback

2009-01-13 15:36  dev

	* coherence/extern/inotify.py: incorporating dialtones changes and
	  tests - thx!
	  
	  Closes #180

2009-01-13 15:33  dev

	* coherence/upnp/devices/control_point.py: just for safety reasons

2009-01-12 10:59  dev

	* coherence/upnp/devices/media_server.py: only add the
	  'X_MS_MediaReceiverRegistrar' to the device description.xml when
	  we talk to an XBox

2009-01-12 10:57  dev

	* coherence/backends/appletrailers_storage.py,
	  coherence/backends/fs_storage.py,
	  coherence/upnp/core/DIDLLite.py: more 'ordering' related fixes

2009-01-11 16:42  dev

	* coherence/extern/inotify.py: missing '()'s

2009-01-11 16:38  dev

	* coherence/backends/fs_storage.py, coherence/extern/inotify.py:
	  only use fallback of inotify system-call when we are on a Linux
	  kernel

2009-01-11 14:27  dev

	* Coherence.egg-info/PKG-INFO, coherence/__init__.py,
	  coherence/upnp/core/DIDLLite.py, coherence/upnp/core/service.py,
	  coherence/upnp/core/soap_lite.py,
	  coherence/upnp/devices/control_point.py,
	  coherence/upnp/devices/media_server.py: * merging all
	  Coherence-Samsung changes 1073:1081 back into trunk

2009-01-04 13:03  dev

	* ., ChangeLog, Coherence.egg-info, LICENCE, MANIFEST.in, NEWS,
	  README, bin, coherence, docs, misc, setup.py, tests: rearranging
	  layout

