From 32207688478b890c91eb084a84f96b40a729ab14 Mon Sep 17 00:00:00 2001 From: Rick Bell Date: Sat, 4 Mar 2017 10:10:11 -0800 Subject: [Release] Version 0.6.0 --- ChangeLog | 17 +++++++++++++++-- Makefile.am | 2 +- 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) \ -- cgit v1.2.1