summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Bell <richard.s.bell@intel.com>2014-12-06 01:30:20 -0800
committerRick Bell <richard.s.bell@intel.com>2014-12-06 01:30:20 -0800
commit3d427ce9ae5e65bd74909a8acffa7d850605a4e4 (patch)
tree291984fd5627ab82388b4d9ad90029f98600fa57
parent20c77a2554d6f170e541ac490e343c532bdfc53e (diff)
downloaddleyna-core-3d427ce9ae5e65bd74909a8acffa7d850605a4e4.tar.gz
[Release] Version 0.5.0v0.5.0
-rw-r--r--ChangeLog10
-rw-r--r--Makefile.am2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1bcf86..363818d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
diff --git a/Makefile.am b/Makefile.am
index 8b982b8..340d6bc 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 = 3:0:0
+DLEYNA_CORE_VERSION = 4:0:0
AM_CFLAGS = $(GLIB_CFLAGS) \
$(GIO_CFLAGS) \