summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2017-03-04 10:10:11 -0800
committerRick Bell <richard.s.bell@intel.com>2017-03-04 10:10:11 -0800
commit32207688478b890c91eb084a84f96b40a729ab14 (patch)
treec27762b3b96a3d901bb2eebd3dcbd97043b598d3
parentb639845d56877814d4c6692462068144575f4dbf (diff)
downloaddleyna-core-32207688478b890c91eb084a84f96b40a729ab14.tar.gz
[Release] Version 0.6.0v0.6.0
-rw-r--r--ChangeLog17
-rw-r--r--Makefile.am2
2 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 363818d..9751ceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,24 @@
+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 "push-host-port" setting
- [settings] Add "port" setting
- - [Warnings] Fix compile warnings on ARM
+ - [Warnings] Fix compile warnings on ARM
Partial fix for https://github.com/01org/dleyna-renderer/issues/137
version 0.4.0
diff --git a/Makefile.am b/Makefile.am
index fcb513a..206885a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ libdleyna_coreincdir = $(includedir)/dleyna-1.0/libdleyna/core
connectordir = $(libdir)/dleyna-1.0/connectors
sysconfigdir = $(sysconfdir)
-DLEYNA_CORE_VERSION = 4:0:0
+DLEYNA_CORE_VERSION = 5:0:0
AM_CFLAGS = $(GLIB_CFLAGS) \
$(GIO_CFLAGS) \