This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathChangeLog
47 lines (40 loc) · 1.53 KB
/
ChangeLog
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
version 0.6.0
- Merge pull request #43
- Added new core.c and core.h to add new function dleyna_core_prv_conve
- Added new core.c and core.h to Makefile.am
- [m4] Don't use bash "let" builtin
- [m4] Use AS_VAR_APPEND macro instead of "+="
Merge pull request #45
- Don't schedule dleyna_task_processor_t->on_quit_cb more than once
- Remove all queues before dleyna_task_processor_t->on_quit_cb is run
Merge pull request #48
Merge pull request #49
- Changed the Copyright to 2017
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.