summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \