summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 363818dce214464f655d4c3e6114b566f3cf4f34 (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
version 0.5.0
	- [m4] Don't use bash arrays in m4 macros
	  https://github.com/01org/dleyna-core/issues/41
	- [Autoconf] Add --no-undefined to compiler option
	  https://github.com/01org/dleyna-core/issues/33
    - [settings] Add "push-host-port" setting
	- [settings] Add "port" setting
    - [Warnings] Fix compile warnings on ARM
	  Partial fix for https://github.com/01org/dleyna-renderer/issues/137

version 0.4.0
	- Logs: print correct service name & version
	- Fix a bug in the task queue cancellation
	- Update coding style documentation
	- Settings: new APIs to save quit and white list options
	- Remove settings file monitoring 

version 0.2.2
	- Change connector publish_object() signature
	- Add network filtering support
	- Code cleanup

version 0.1.0
	- Prepare for first stable branch
	
version 0.0.2
	- Add autogen.sh script to call `autoreconf -i`
	- Fixed bug : dLeyna-renderer can crash on shutdown
	  https://github.com/01org/dleyna-renderer/issues/69

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