File: ChangeLog.core

package info (click to toggle)
dleyna 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,508 kB
  • sloc: ansic: 19,260; python: 1,769; makefile: 18; sh: 6
file content (54 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download
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
version 0.7.0
	- Port to GUPnP 1.2 API
	- Switch build system to meson
	- Make connector search path overridable by setting DLEYNA_CONNECTOR_PATH
	  environment variable
	- Stability improvements for the task processor (PR#1 and PR#2)

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.