Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3d427ce

Browse files
committed
[Release] Version 0.5.0
1 parent 20c77a2 commit 3d427ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
version 0.5.0
2+
- [m4] Don't use bash arrays in m4 macros
3+
https://github.com/01org/dleyna-core/issues/41
4+
- [Autoconf] Add --no-undefined to compiler option
5+
https://github.com/01org/dleyna-core/issues/33
6+
- [settings] Add "push-host-port" setting
7+
- [settings] Add "port" setting
8+
- [Warnings] Fix compile warnings on ARM
9+
Partial fix for https://github.com/01org/dleyna-renderer/issues/137
10+
111
version 0.4.0
212
- Logs: print correct service name & version
313
- Fix a bug in the task queue cancellation

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ libdleyna_coreincdir = $(includedir)/dleyna-1.0/libdleyna/core
22
connectordir = $(libdir)/dleyna-1.0/connectors
33
sysconfigdir = $(sysconfdir)
44

5-
DLEYNA_CORE_VERSION = 3:0:0
5+
DLEYNA_CORE_VERSION = 4:0:0
66

77
AM_CFLAGS = $(GLIB_CFLAGS) \
88
$(GIO_CFLAGS) \

0 commit comments

Comments
 (0)