diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2f876c..f72934f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ # Libresonic/libresonic # --> +v6.1.rc1 +-------- + + * Metaproject: Jenkins builds! + * More documentation + * Translation updates + * Improve shuffling behaviour + * Lots of small fixes, many more to come + +v6.1.beta1 +---------- + + * Meant as a release candidate; failed to make it past the Primary election. + v6.1-alpha1 ----------- diff --git a/INSTALL.md b/INSTALL.md index c20a948b..b4dfcf15 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ Daily WAR files are built by Jenkins and available [here](https://jenkins.zifnab 1. Download the latest war file: - wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.beta1/libresonic-main-6.1.beta1.war -O /var/lib/tomcat8/webapps/libresonic.war + wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.rc1/libresonic-main-6.1.rc1.war -O /var/lib/tomcat8/webapps/libresonic.war Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`. diff --git a/documentation/FreeBSD-FreeNAS-Install.md b/documentation/FreeBSD-FreeNAS-Install.md index d03bf5c4..5606cc96 100644 --- a/documentation/FreeBSD-FreeNAS-Install.md +++ b/documentation/FreeBSD-FreeNAS-Install.md @@ -66,15 +66,15 @@ Open a web browser and enter your servers IP address in the url bar followed by You should be greeted by the Apache Tomcat page. Click on the Manager App button on the right of the page and enter the username and password used in step 3. Default was username: admin and password: admin -Scroll down to Deploy and the subheading "WAR file to deploy" hit choose file and select the libresonic.war downloaded in the preamble. After selecting press the deploy button. Scroll up and press start. When the page refreshes a message "OK - Started application at context path /libresonic-v6.1.beta1" should be visible. +Scroll down to Deploy and the subheading "WAR file to deploy" hit choose file and select the libresonic.war downloaded in the preamble. After selecting press the deploy button. Scroll up and press start. When the page refreshes a message "OK - Started application at context path /libresonic-v6.1.rc1" should be visible. ### 6. Navigate to Libresonic In a browser. Take your server IP address and port and append the the context path from above -ie if the War deployed was called libresonic-v6.1.beta1.war navigate to: +ie if the War deployed was called libresonic-v6.1.rc1.war navigate to: - 10.0.0.10:8080/libresonic-v6.1.beta1/ + 10.0.0.10:8080/libresonic-v6.1.rc1/ ### 7. Log into Libresonic diff --git a/documentation/INSTALL.md b/documentation/INSTALL.md index c20a948b..b4dfcf15 100644 --- a/documentation/INSTALL.md +++ b/documentation/INSTALL.md @@ -23,7 +23,7 @@ Daily WAR files are built by Jenkins and available [here](https://jenkins.zifnab 1. Download the latest war file: - wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.beta1/libresonic-main-6.1.beta1.war -O /var/lib/tomcat8/webapps/libresonic.war + wget https://jenkins.zifnab.net/job/libresonic/lastSuccessfulBuild/artifact/.repository/org/libresonic/player/libresonic-main/6.1.rc1/libresonic-main-6.1.rc1.war -O /var/lib/tomcat8/webapps/libresonic.war Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`. diff --git a/libresonic-assembly/pom.xml b/libresonic-assembly/pom.xml index 90e020bb..a3edd0d9 100644 --- a/libresonic-assembly/pom.xml +++ b/libresonic-assembly/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-booter/pom.xml b/libresonic-booter/pom.xml index 451198ff..f7d12845 100644 --- a/libresonic-booter/pom.xml +++ b/libresonic-booter/pom.xml @@ -8,7 +8,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-installer-debian/pom.xml b/libresonic-installer-debian/pom.xml index eb27e599..4dd8b5b1 100644 --- a/libresonic-installer-debian/pom.xml +++ b/libresonic-installer-debian/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-installer-mac/pom.xml b/libresonic-installer-mac/pom.xml index 05204b09..29a30211 100644 --- a/libresonic-installer-mac/pom.xml +++ b/libresonic-installer-mac/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-installer-rpm/pom.xml b/libresonic-installer-rpm/pom.xml index c81254c9..708ebbef 100644 --- a/libresonic-installer-rpm/pom.xml +++ b/libresonic-installer-rpm/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-installer-windows/pom.xml b/libresonic-installer-windows/pom.xml index 72726ecb..e400c512 100644 --- a/libresonic-installer-windows/pom.xml +++ b/libresonic-installer-windows/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index c8103a2b..9172db2d 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -9,7 +9,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-rest-api/pom.xml b/libresonic-rest-api/pom.xml index 1671a8cb..4508a551 100644 --- a/libresonic-rest-api/pom.xml +++ b/libresonic-rest-api/pom.xml @@ -8,7 +8,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/libresonic-sonos-api/pom.xml b/libresonic-sonos-api/pom.xml index 475a11f6..393bb9b8 100644 --- a/libresonic-sonos-api/pom.xml +++ b/libresonic-sonos-api/pom.xml @@ -8,7 +8,7 @@ org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 diff --git a/pom.xml b/pom.xml index 4756298e..336b4f78 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.libresonic.player libresonic - 6.1.beta1 + 6.1.rc1 Libresonic pom