From 7d5b3194d227502246f6e8c05b95a0247ade0969 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 29 May 2016 11:49:58 -0700 Subject: [PATCH] 0.2.9.0 --- CHANGELOG | 1 + application/squeezetiny/squeezedefs.h | 2 +- plugin/CHANGELOG | 1 + plugin/Squeeze2upnp.pm | 4 ++-- plugin/install.xml | 14 +++++++------- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 95d625a5..79275c1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ 0.2.9.0 - move parameter from global to (parameter copy for compatibility needs to be removed later) - fix server switch & rediscovery + - add -x64 static version 0.2.8.0 - if MAC cannot be retrieved, create a fake one from UDN diff --git a/application/squeezetiny/squeezedefs.h b/application/squeezetiny/squeezedefs.h index 69402041..b31f0ba7 100644 --- a/application/squeezetiny/squeezedefs.h +++ b/application/squeezetiny/squeezedefs.h @@ -1,7 +1,7 @@ #ifndef __SQUEEZEDEFS_H #define __SQUEEZEDEFS_H -#define VERSION "v0.2.9.0-dev-1"" ("__DATE__" @ "__TIME__")" +#define VERSION "v0.2.9.0"" ("__DATE__" @ "__TIME__")" #if defined(linux) #define LINUX 1 diff --git a/plugin/CHANGELOG b/plugin/CHANGELOG index 95d625a5..79275c1b 100644 --- a/plugin/CHANGELOG +++ b/plugin/CHANGELOG @@ -1,6 +1,7 @@ 0.2.9.0 - move parameter from global to (parameter copy for compatibility needs to be removed later) - fix server switch & rediscovery + - add -x64 static version 0.2.8.0 - if MAC cannot be retrieved, create a fake one from UDN diff --git a/plugin/Squeeze2upnp.pm b/plugin/Squeeze2upnp.pm index c8866049..488956b7 100644 --- a/plugin/Squeeze2upnp.pm +++ b/plugin/Squeeze2upnp.pm @@ -23,7 +23,7 @@ sub binaries { if ($os->{'os'} eq 'Linux') { if ($os->{'osArch'} =~ /x86_64/) { - return qw(squeeze2upnp-x86-64); + return qw(squeeze2upnp-x86-64 squeeze2upnp-x86-64-static); } if ($os->{'binArch'} =~ /i386/) { return qw(squeeze2upnp-x86 squeeze2upnp-x86-static); @@ -37,7 +37,7 @@ sub binaries { } # fallback to offering all linux options for case when architecture detection does not work - return qw(squeeze2upnp-x86-64 squeeze2upnp-x86 squeeze2upnp-x86-static squeeze2upnp-armv6hf squeeze2upnp-armv6hf-static squeeze2upnp-armv5 squeeze2upnp-armv5-static squeeze2upnp-ppc squeeze2upnp-ppc-static); + return qw(squeeze2upnp-x86-64 squeeze2upnp-x86-64-static squeeze2upnp-x86 squeeze2upnp-x86-static squeeze2upnp-armv6hf squeeze2upnp-armv6hf-static squeeze2upnp-armv5 squeeze2upnp-armv5-static squeeze2upnp-ppc squeeze2upnp-ppc-static); } if ($os->{'os'} eq 'Darwin') { diff --git a/plugin/install.xml b/plugin/install.xml index 4a66d2c2..99167bfb 100644 --- a/plugin/install.xml +++ b/plugin/install.xml @@ -1,17 +1,17 @@ - Philippe - philippe_44@outlook.com - 0.2.9.0-dev-1 PLUGIN_UPNPBRIDGE_DESC - http://sourceforge.net/projects/lms-to-upnp/files/profiles.xml/download plugins/UPnPBridge/settings/basic.html - PLUGIN_UPNPBRIDGE + Plugins::UPnPBridge::Plugin enabled - SlimServer *.* 7.7 + SlimServer - Plugins::UPnPBridge::Plugin + 0.2.9.0 + PLUGIN_UPNPBRIDGE + http://sourceforge.net/projects/lms-to-upnp/files/profiles.xml/download + Philippe + philippe_44@outlook.com