Prepare for 6.0 release
This commit is contained in:
@@ -34,10 +34,14 @@ License
|
|||||||
|
|
||||||
Libresonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository(and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate).
|
Libresonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository(and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate).
|
||||||
|
|
||||||
The original Subsonic was released under the GPLv3 through version 5.3. Beginning with 6.0, the software is only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) package which offers extra functionality. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic does not.
|
The [Subsonic source code](https://github.com/Libresonic/subsonic-svn) was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) service which adds functionality not available in Libresonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic [currently does not](https://github.com/Libresonic/libresonic/issues/65).
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Libresonic can be downloaded from [Github](https://github.com/Libresonic/libresonic/releases) for personal usage. Packagers can reference the [release repository](https://libresonic.org/release/), but pleasse contact the maintainer or wait until a [stable release policy](https://github.com/Libresonic/libresonic/issues/73) is available.
|
||||||
|
|
||||||
|
Libresonic is packaged in [WAR format](https://en.wikipedia.org/wiki/WAR_(file_format)), suitable for deployment as a [webapp under Tomcat](https://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html). Comprehensive install documentation [is pending](https://github.com/Libresonic/libresonic/issues/64).
|
||||||
|
|
||||||
Please see the [INSTALL document](https://github.com/Libresonic/libresonic/blob/develop/INSTALL.md) for instructions on building from source.
|
Please see the [INSTALL document](https://github.com/Libresonic/libresonic/blob/develop/INSTALL.md) for instructions on building from source.
|
||||||
|
|||||||
@@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>libresonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
<name>Subsonic</name>
|
<name>Libresonic</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<organization>
|
<organization>
|
||||||
<name>Subsonic</name>
|
<name>Libresonic</name>
|
||||||
<url>http://subsonic.org/</url>
|
<url>https://libresonic.org/</url>
|
||||||
</organization>
|
</organization>
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2016</inceptionYear>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<failOnDependencyWarning>true</failOnDependencyWarning>
|
<failOnDependencyWarning>true</failOnDependencyWarning>
|
||||||
@@ -56,12 +56,12 @@
|
|||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk</connection>
|
<connection>scm:git:git://github.com/Libresonic/libresonic.git</connection>
|
||||||
<developerConnection>scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk</developerConnection>
|
<developerConnection>scm:git:git@github.com:Libresonic/libresonic.git</developerConnection>
|
||||||
<url>https://sourceforge.net/p/subsonic/code</url>
|
<url>https://github.com/Libresonic/libresonic.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<ciManagement>
|
<!-- <ciManagement>
|
||||||
<system>continuum</system>
|
<system>continuum</system>
|
||||||
<notifiers>
|
<notifiers>
|
||||||
<notifier>
|
<notifier>
|
||||||
@@ -71,12 +71,12 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</notifier>
|
</notifier>
|
||||||
</notifiers>
|
</notifiers>
|
||||||
</ciManagement>
|
</ciManagement> -->
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Sindre Mehus</name>
|
<name>Eugene E. Kashpureff Jr</name>
|
||||||
<email>sindre@activeobjects.no</email>
|
<email>eugene@kashpureff.org</email>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>subsonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>libresonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>libresonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>net.sourceforge.subsonic</groupId>
|
<groupId>net.sourceforge.subsonic</groupId>
|
||||||
<artifactId>subsonic</artifactId>
|
<artifactId>libresonic</artifactId>
|
||||||
<version>5.3</version>
|
<version>6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user