updated version number to 0.5.0

This commit is contained in:
badaix 2016-03-24 19:14:54 +01:00
parent 54f0ad5a51
commit 7e3fac353d
6 changed files with 27 additions and 12 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "de.badaix.snapcast" applicationId "de.badaix.snapcast"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
versionCode 3 versionCode 4
versionName "0.5.0-beta-2" versionName "0.5.0"
multiDexEnabled true multiDexEnabled true
} }
buildTypes { buildTypes {

View file

@ -1,4 +1,4 @@
VERSION = 0.5.0-beta-2 VERSION = 0.5.0
TARGET = snapclient TARGET = snapclient
SHELL = /bin/bash SHELL = /bin/bash

View file

@ -1,3 +1,14 @@
snapclient (0.5.0) unstable; urgency=low
* Features
-Android client: Fast switching of clients between streams
* Bugfixes
-Server: Fixed reading of server.json config file
* General
-Source code cleanups
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 25 Mar 2016 00:02:00 +0200
snapclient (0.5.0~beta-2) unstable; urgency=low snapclient (0.5.0~beta-2) unstable; urgency=low
* Features * Features

View file

@ -2,9 +2,9 @@
-Server ping client -Server ping client
-Server: OnResync while terminating?!? -Server: OnResync while terminating?!?
-Clean up build process for Android -Clean up build process for Android
-Add more defines for ALSA, OpenSL, Vorbis, Avahi, ...
-Clean up messages and serialization -Clean up messages and serialization
-LastSeen: relative time [s] or [ms] -LastSeen: relative time [s] or [ms]
-Empty latency: app restart, empty client list
*g++ 4.8 installation: *g++ 4.8 installation:
@ -65,11 +65,4 @@ http://0pointer.de/public/systemd-man/systemd.exec.html#Environment=
http://stackoverflow.com/questions/1024114/location-of-ini-config-files-in-linux-unix http://stackoverflow.com/questions/1024114/location-of-ini-config-files-in-linux-unix
*v0.5.0-beta-2:
-server host name dialog, ignore IPv6
-Fix hide offline on start
-HOME dir bug
-Client latency
-stream playing state
-Empty latency: app restart, empty client list

View file

@ -1,4 +1,4 @@
VERSION = 0.5.0-beta-2 VERSION = 0.5.0
TARGET = snapserver TARGET = snapserver
SHELL = /bin/bash SHELL = /bin/bash

View file

@ -1,3 +1,14 @@
snapserver (0.5.0) unstable; urgency=low
* Features
-Android client: Fast switching of clients between streams
* Bugfixes
-Server: Fixed reading of server.json config file
* General
-Source code cleanups
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 25 Mar 2016 00:02:00 +0200
snapserver (0.5.0~beta-2) unstable; urgency=low snapserver (0.5.0~beta-2) unstable; urgency=low
* Features * Features