summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 55ca343babd3292712f547f49c4b4ae442746b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
version 0.5.0
    - [Build] Fix out-of-source-tree builds
	  https://github.com/01org/dleyna-server/issues/143
	- Fix various configure & build issues
	  [Autoconf] Sub Makefile: Remove ACLOCAL_AMFLAGS
	  https://github.com/01org/dleyna-collabora-android/issues/127
	  [Autoconf] Add --no-undefined to compiler option
	- [upnp] Use "port" setting when creating GUPnPContextManager
	  https://github.com/01org/dleyna-collabora-android/issues/140
    - [Deprecated API] Use new API instead of deprecated
	  https://github.com/01org/dleyna-server/issues/104
    - [Device] Fix wake-on ip address used for broadcast
    - [Device] Sleeping devices cache cleanup
    - [Device] Improve sleeping context lookup
    - [Device] Move the network interface info storage
    - [Device] Improve Network Interface info and device context matching
    - [Device] Retrieve sleeping state via GetInterfaceInfo action
    - [Device] Add sleeping device memory cache
    - [Device] Add wake packet sending support
    - [Device] Add Energy Management features
    - [Configuration] Remove libdleyna-server .pc file
	  https://github.com/01org/dleyna-server/issues/113
    - [Documentation] Fix URL to MediaServer2Spec
    - [test] Save changed ServiceResetToken in configuration
    - [test] Survive a missing ServiceResetToken in dsc
    - [Tests] Fix a typo in the Upload Sync Controller's error management

version 0.4.0
	- Logs: provide correct component version
	- Don't return empty properties in GetAll
	- Refactor the filtering for GetAll
	- Add a new MediaDevice BrowseObjects API
	  https://github.com/01org/dleyna-server/issues/114
	- Support for a new "Error" property, used in BrowseObjects
	- Deprecate LastChange in favor of Changed signal
	  https://github.com/01org/dleyna-server/issues/109
	- Fix a memory leak
	  https://github.com/01org/dleyna-collabora-android/issues/58
	- Support of the ChildCount property
	  https://github.com/01org/dleyna-server/issues/122
	- New whitelist APIs
	- Add a 'never quit' property to the Manager object

version 0.2.1
	- Various build optimizations
	- Fix a crash case when the server stops
	- Added the new TypeEx property and fixed Type
	- Some documentation fixes
	- Code cleanup
	- Add a sample upload sync controller app
	- Add network filtering support

version 0.1.0
	- Prepare for first stable branch

version 0.0.2
	- Add a new method GetMetaData to the org.gnome.UPnP.MediaObject2 interface
	  to allow the retrieval of the Meta data information of an object in
	  DIDL-Lite XML format
	- Handle wild cards for SortCaps & SearchCaps properties
	- Add a new property and a new function to media container objects:
	  Resource and GetCompatibleResource()
	- Fixed bug: CreateContainer does not specify the correct DLNAManaged flags
	  https://github.com/01org/dleyna-server/issues/24
	- Add MediaItem2 resource properties to container objects:
	  URLs, Size, DLNAProfile & MimeType
	- Fixed bug: ObjectUpdateID and ContainerUpdateID are reported on all
	  objects and containers
	  https://github.com/01org/dleyna-server/issues/27
	- Fixed bug: dleyna-server can fail to discover a device if a network
	  connection is lost during device construction
	  https://github.com/01org/dleyna-server/issues/14
	- Fixed bug: We don't display media with invalid metadata
	  https://github.com/01org/dleyna-renderer/issues/30
	- Fixed bug: MediaConnect DMS crashes dLeyna
	  https://github.com/01org/dleyna-server/issues/49
	- Two new methods have been added to the UPNP class, server_from_name and
	  server_from_udn.  These methods can be used to construct Device objects
	  from UDNs or friendly names
	- Add new org.gnome.MediaContainer2 properties:
	  DLNAConversion, DLNAFlags & DLNAOperation
	- Add a Rescan method to Manager interface
	- Add autogen.sh script to call `autoreconf -i`
	- Remove CreatePlayListInAnyContainer() from
	  com.intel.dLeynaServer.MediaDevice
	- Remove CreatePlayList() from org.gnome.MediaContainer2
	- Add CreateReference method to org.gnome.MediaContainer2
	- Add support for object.container.playlistContainer and
	  object.container.storageFolder object classes
	- Fixed bug: The dLeyna-server CreateClasses property is incorrect
	  https://github.com/01org/dleyna-server/issues/94
	- Fixed bug: Incorrect Parent Path reported for XBMC
	  https://github.com/01org/dleyna-server/issues/32
	- Add a GetIcon() method to com.intel.dLeynaServer.MediaDevice

version 0.0.1
	- Initial version of dleyna-server.
	- Enable support of deleyna-server as git submodules.