Skip to content

Commit

Permalink
Update to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Nov 19, 2023
1 parent f378666 commit c79f21a
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 24 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v5.3.1 (2023-11-18)

**Fix** Use UTF-8 encoding when writing XML regardless of system encoding. This should ensure properly encoded results for japanese characters etc. See <a href="https://github.com/theotherp/nzbhydra2/issues/841">#841</a>

**Fix** Do not overwrite java executable provided as runtime parameter.



### v5.3.0 (2023-10-11)

**Feature** Custom quickfilters may also contain exclamation marks (!) to filter out words.



### v5.2.0 BETA (2023-09-22)

**Feature** In case of hard crashes of the main process it will automatically be restarted unless the last automatic restart was less than 15 seconds ago (to prevent loops)
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/wrapperHashes2.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["711410af47d9fefebc348ce89f04b3d3a9d9acd7","ecadc9b8264968a2ca53cedb73f00a69b4172315","1fd37c1d7c8e8e8aafef2e9040e5d9348fb28875","75043da5b6532a44c61d6ca650b4d1c027e41079","39b4823a1e95d0c7277620febaed4d678ca34c16"]
["90688ae03f642731cf7a9cce3a873d2a69202b90","4437630dba1f4462a6cbba9ce662d86dedeeb5d4","8502e18c3b3858df6027645b0cb58e8c1be1c343","ecadc9b8264968a2ca53cedb73f00a69b4172315","19439053b85def2a6ff908c74fe6d3e3ffaebd94"]
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/generic-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>generic-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-amd64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>linux-amd64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-arm64-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>linux-arm64-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>

<modules>
<module>generic-release</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions shared/assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>assertions</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion shared/mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>mapping</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>

<modules>
<module>mapping</module>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions tests/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<groupId>org.nzbhydra.tests</groupId>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>assertions</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>


Expand Down

0 comments on commit c79f21a

Please sign in to comment.