Update to 8.4.1

This commit is contained in:
TheOtherP 2026-02-01 08:53:12 +01:00
parent de2ad9da1b
commit 01b0d0e451
15 changed files with 40 additions and 22 deletions

View File

@ -23,6 +23,7 @@
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false"> <processorPath useClasspath="false">
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" /> <entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" />
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" />
</processorPath> </processorPath>
<module name="mapping" /> <module name="mapping" />
</profile> </profile>
@ -50,6 +51,7 @@
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false"> <processorPath useClasspath="false">
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" /> <entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" />
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar" />
</processorPath> </processorPath>
<module name="release-parser" /> <module name="release-parser" />
</profile> </profile>

View File

@ -1,3 +1,19 @@
### v8.4.1 (2026-02-01)
**Fix** Fix several path traversal vulnerabilities.
**Fix** Use custom page size parameter (limit) for Newznab indexers instead of the hardcoded value of 1000.
**Fix** Releases were incorrectly shown as BETA in the updates view.
**Fix** Hopefully fix NullPointerException when loading Torbox downloads.
**Fix** SSL keystore password is no longer required. See <a href="https://github.com/theotherp/nzbhydra2/issues/1036">#1036</a>
**Fix** Prevent startup if the data folder has less than 500 MB free space to ensure the database can be written. See <a href="https://github.com/theotherp/nzbhydra2/issues/850">#850</a>
### v8.4.0 (2026-01-31) ### v8.4.0 (2026-01-31)
**Feature** Option to overwrite result category N/A with the category of the search **Feature** Option to overwrite result category N/A with the category of the search

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId> <artifactId>nzbhydra2</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>core</artifactId> <artifactId>core</artifactId>
@ -100,12 +100,12 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId> <artifactId>mapping</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>release-parser</artifactId> <artifactId>release-parser</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
<!-- spring (boot) --> <!-- spring (boot) -->

View File

@ -59,7 +59,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId> <artifactId>mapping</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>jaxb-impl</artifactId> <artifactId>jaxb-impl</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId> <artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
<modules> <modules>
<module>shared</module> <module>shared</module>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId> <artifactId>releases</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>generic-release</artifactId> <artifactId>generic-release</artifactId>
@ -15,7 +15,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId> <artifactId>releases</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>linux-amd64-release</artifactId> <artifactId>linux-amd64-release</artifactId>
@ -15,7 +15,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId> <artifactId>releases</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>linux-arm64-release</artifactId> <artifactId>linux-arm64-release</artifactId>
@ -15,7 +15,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId> <artifactId>nzbhydra2</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>releases</artifactId> <artifactId>releases</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
<modules> <modules>
<module>generic-release</module> <module>generic-release</module>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId> <artifactId>releases</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>windows-release</artifactId> <artifactId>windows-release</artifactId>
@ -15,7 +15,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>mapping</artifactId> <artifactId>mapping</artifactId>

View File

@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId> <artifactId>nzbhydra2</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
<modules> <modules>
<module>mapping</module> <module>mapping</module>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>release-parser</artifactId> <artifactId>release-parser</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId> <artifactId>nzbhydra2</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<artifactId>tests</artifactId> <artifactId>tests</artifactId>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId> <artifactId>tests</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</parent> </parent>
<groupId>org.nzbhydra.tests</groupId> <groupId>org.nzbhydra.tests</groupId>
@ -87,7 +87,7 @@
<dependency> <dependency>
<groupId>org.nzbhydra</groupId> <groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId> <artifactId>mapping</artifactId>
<version>8.4.1-SNAPSHOT</version> <version>8.4.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.docker-java</groupId> <groupId>com.github.docker-java</groupId>