2006-09-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Updated license text
	* Created version 1.0-14

2006-08-22  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Created new release 1.0-13 without .svn directories in the package.
	* Packages must be created with "-I.svn" flag from now on.

2006-08-15  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added "All rights reserved" to cptest.[c|h]

2006-08-14  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Removed unused source & header files.

2006-08-14  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added "All rights reserved" and reference to COPYING file to
	  all source and header files.

2006-08-08  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Removed "-ansi" switch from test/cptest/Makefile.am

2006-08-04  Visa Smolander <visa.smolander@nokia.com>
	* Removed a problem in debian/control --> now clinkc-av
	  is not shown in Application manager :)
	* COPYING file is added to deb-package.
	* Created release 1.0-11
	
2006-08-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Created release 1.0-10

2006-08-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added all DIDL-Lite tags specified in ContentDirectory 1.0
	  specification.
	* Created deprecated macro reminders.

2006-08-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added --enable-samples & --enable-tests to configure to allow
	  optional building of samples & tests.

2006-08-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added legal text to debian/copyright file.

2006-08-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added legal text to COPYING file.

2006-05-12  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed a bug in cg_upnp_av_cds_control_search() macro.
	* Added a test case for search action.

2006-05-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added DIDL_LITE_CHILDCOUNT property macro

2006-05-03  Visa Smolander <visa.smolander@nokia.com>
	* Fixed a problem in debian/control --> now deb -packages
	  can be installed with S+ Application manager

2006-05-02  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed typos in cg_upnp_av_rcs_control_getvolume and
	  cg_upnp_av_avt_setnextavtransporturi macros

2006-04-12  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* UPnP Browser didn't use numberReturned, totalMatches and updateID
	  parameters. Fixed.
	* Removed --enable-libxml2 from debian/rules because it is no longer
	  a configure parameter.

2006-03-31  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* cg_upnp_av_cds_control_browse() didn't take "numberReturned",
	  "totalMatches" and "updateID" parameters. Fixed.

2006-03-17  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added clinkc-av.pc.in and created scripts for pkgconfig
	* Added a generic INSTALL file
	* Removed maemo package creation from debian/control

2006-03-17  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Created release 1.0.8
	* Moved player draft into a separate project

2006-03-16  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Drafted some background stuff for player

2006-03-16  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed dbus service installation to $(datadir)/dbus-1
	* Removed extra-applications from .desktop file installation path
	* Removed "maemo" dependencies from maemo packages so that
	  they can be installed with dpkg. AI still doesn't want to
	  install any of the packages.

2006-03-14  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed the default result in action tests to
	  CG_UPNP_STATUS_ACTION_FAILED
	* Removed a stale cavdevice.h include from ccdscontrolpoint.h
	* Added missing ccontentdirectory.h include to upnp.c in browser app

2006-03-13  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added very simple <res> parsing to setavtransporturi test case
	* Test statistics are printed in the end with pass rates

2006-03-10  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed the action invokes to use char** instead of CgString*
	  in an attempt to make the implementation a little simpler.
	* --> Respective changes to upnpbrowser

2006-03-10  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a 'char** errorString' to all action invoke functions.
	* --> Respective changes to upnpbrowser and tests.

2006-03-09  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added printf's to indicate preset selection in RCS test
	* Changed cg_upnp_av_control_invokeaction() to use the same
	  upnp error code return scheme as the other functions do.

2006-03-09  Aapo Mkel <aapo.makela@nokia.com>
	* Fixed DBus stuff in upnpbrowser to work with S+. Browser does not
	  work anymore with older 770 software.

2006-03-09  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed conditionals (result == TRUE) to use the new
	  cg_upnp_av_control_iserrorcodesuccessful(result) function in
	  update_remote_now_playing_text()

2006-03-08  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed all AV action invokes to return the UPnP error code
	  that comes with action response messages.
	* --> Respective changes to upnpbrowser and test app.

2006-03-08  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed CURRENTURIMETADATA and NEXTURIMETADATA action arguments in
	  cavtcontrolpoint.h and cavtactionarguments.h
	* Added test cases for position_info, transport_info and media_info
	  to avttest.c

2006-03-07  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed GetSystemUpdateID action defines
	* Added GetSearchCaps, GetSortCaps and GetSystemUpdateID CDS tests
	* Added AVT tests

2006-03-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added test/ directory
	* Added test/cptest stuff for clinkc-av control point testing
	* Added draft for RCS test
	* Fixed a bug in CDS test that resulted in failure with correct data
	* Finished a simple system for test case data interchange

2006-03-02  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a new concept for the UPnP player to sample/player/
	* Updated unix version of player to compile and run (crippled)

2006-02-24  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed snprintf to sprintf in long_to_track_duration.
	* Changed gint length to be visible for both targets.

2006-02-23  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a seek bar to browser

2006-02-23  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed prev_clicked() to use correct previous_media() function.
	* Added g_free(renderer_device) to next_media() to get rid of the alloc
	* Moved g_free(parent_id) from get_upnp_content_directory() to 
	  device_view_row_selected() so that alloc and free are in the same func
	* Added g_free(renderer_udn) to update_now_playing_text().

2006-02-23  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed remote mute to query the mute status and then negating the
	  status to toggle mute on/off.

2006-02-21  Visa Smolander <visa.smolander@nokia.com>
	* Changed mute_remote_media fuction to use "1" and "0" instead 
	  of "TRUE" and "FALSE"

2006-02-07  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* UPnP Browser takes only http-get resources to the res list

2006-02-06  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added resource selection dialog to file download option
	* Resized the resource selection dialog to 600x300
	* Changed play & download to use a shortcut resource selection function
	* Replaced download progress banner with a regular infoprint

2006-02-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed the play button to display a list of resources from which
	  the user can select one for play.
	* Updated the unix version of upnpbrowser

2006-02-03  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed the "Resolve media titles..." checkbox in settings to be
	  insensitive (i.e. disabled) because it's not implemented.

2006-02-02  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Removed the old-style device searching and adding. Now "update"
	  only sends a UPnP search, and device_listener takes care of the rest.
	* Added meta data getting/sending to settings as an optional feature,
	  because at least d-link renderer goes nuts with it.

2006-02-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a playlist and a dialog for list manipulation.
	  Work in progress...

2006-02-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a mutex to device listener to prevent multiple instances
	  of the same device appearing to the view.
	* Changed get_upnp_device_by_udn() calls to use 
	  cg_upnp_controlpoint_getdevicebyudn() and removed the old function.

2006-31-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added a device listener to UPnP Browser that adds/removes devices
	  as they enter/leave the network.
	* Removed the brainless remove+add from CgUpnpDeviceStatusUpdated
	  case in UPnP browser's device_listener because it makes the
	  software almost unusable (annoying at most)

2006-31-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed icon setting for object.item.videoItem.
	* Added icon for object.item.playlist and also a generic icon for
	  all unknown content.

2006-27-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Added remote next/previous actions
	* Increased the unix-version's default window size & pane placement
	* Renamed UPnPBrowserWidgets.hbox to .hpaned because that's what it is
	* Added Connection Manager action invoking mechanism

2006-12-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Fixed a bug in UPnPBrowser, which searched for RCS & AVT devices
	  with their plain types (without urn:schemas-upnp-org:service:)

2006-10-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed service type definitions (again) to contain all but the
	  version number (i.e. "urn:schemas-upnp-org:service:Foobar")
	* Added an extra check for an empty nodelist (node == NULL) to
	  cg_upnp_av_cds_didllite_getchildren().

2006-10-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Changed service type definitions to contain only the type
	  (i.e. got rid of "urn:schemas-upnp-org:service:" and ":1")
	* Updated upnp browser's device_hasaction() to use the new
	  cg_upnp_service_getservicebytype() function.

2006-05-01  Heikki Junnila <ext-heikki.junnila@nokia.com>
	* Created ChangeLog
	* Updated configure.in to use AS_HELP_STRING() in option descriptions
	* Set "--enable-maemo=yes" and "--with-libtool" as default options
