From 847eb5c30b2302dec5f92ccd2fdc82e39a4b6ae3 Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Sun, 5 Mar 2017 23:24:50 +0000 Subject: [PATCH] Libresonic v6.2.beta1 --- CHANGELOG.md | 12 ++++++++++++ libresonic-main/pom.xml | 2 +- libresonic-rest-api/pom.xml | 2 +- libresonic-sonos-api/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7e0f4a..3819c473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ # Libresonic/libresonic # --> + +v6.2.beta1 +---------- + + * Add external database support + * Upgrade to new version of Spring + * Replace subsonic-booter with Spring Boot + * Remove remote-access service and port-forwarding + * Remove vestigial Subsonic licensing calls + * Add a demo site + * Tests and bugfixes and documentation, oh my! + v6.1.beta2 -------- diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index 21392124..fc97a3e4 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.2.0-SNAPSHOT + 6.2.beta1 diff --git a/libresonic-rest-api/pom.xml b/libresonic-rest-api/pom.xml index 13692806..d69051e9 100644 --- a/libresonic-rest-api/pom.xml +++ b/libresonic-rest-api/pom.xml @@ -8,7 +8,7 @@ org.libresonic.player libresonic - 6.2.0-SNAPSHOT + 6.2.beta1 diff --git a/libresonic-sonos-api/pom.xml b/libresonic-sonos-api/pom.xml index 87b94fc8..5b66a323 100644 --- a/libresonic-sonos-api/pom.xml +++ b/libresonic-sonos-api/pom.xml @@ -8,7 +8,7 @@ org.libresonic.player libresonic - 6.2.0-SNAPSHOT + 6.2.beta1 diff --git a/pom.xml b/pom.xml index 7454e4fc..2f37770f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.libresonic.player libresonic - 6.2.0-SNAPSHOT + 6.2.beta1 Libresonic pom