Skip to content

Commit

Permalink
Update to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jan 21, 2023
1 parent 06aa481 commit 184f097
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 30 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v5.0.6 (2023-01-21)

**Fix** NZBHydra wouldn't start with performance logging enabled. So many corner cases...

**Fix** Starting NZBHydra on linux via the nzbhydra executable didn't work and you'd get an error mentioning zlib. For some wild reason I don't understand this was not caused by the actual main binary but by the compiled wrapper. So running NZBHydra via python wrapper worked. I've compiled the wrapper on another machine and it worked. Why? I don't know. Do I give a fuck by now? Nope.



### v5.0.5 (2023-01-21)

**Feature** Include service scripts for windows and linux in generic release
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.0.5</version>
<version>5.0.6</version>
</parent>

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

<!-- spring (boot) -->
Expand Down
23 changes: 15 additions & 8 deletions core/src/main/resources/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
---
- version: "v5.0.6"
date: "2023-01-21"
changes:
- type: "fix"
text: "NZBHydra wouldn't start with performance logging enabled. So many corner cases..."
- type: "fix"
text: "Starting NZBHydra on linux via the nzbhydra executable didn't work and you'd get an error mentioning zlib. For some wild reason I don't understand this was not caused by the actual main binary but by the compiled wrapper. So running NZBHydra via python wrapper worked. I've compiled the wrapper on another machine and it worked. Why? I don't know. Do I give a fuck by now? Nope."
- type: "fix"
text: "NZBHydra wouldn't start with performance logging enabled. So many corner\
\ cases..."
- type: "fix"
text: "Starting NZBHydra on linux via the nzbhydra executable didn't work and\
\ you'd get an error mentioning zlib. For some wild reason I don't understand\
\ this was not caused by the actual main binary but by the compiled wrapper.\
\ So running NZBHydra via python wrapper worked. I've compiled the wrapper on\
\ another machine and it worked. Why? I don't know. Do I give a fuck by now?\
\ Nope."
final: true
- version: "v5.0.5"
date: "2023-01-21"
changes:
- type: "feature"
text: "Include service scripts for windows and linux in generic release"
- type: "feature"
text: "The previously compiled binaries did not start on all linux distros. I\
- type: "feature"
text: "Include service scripts for windows and linux in generic release"
- type: "feature"
text: "The previously compiled binaries did not start on all linux distros. I\
\ switched to an older distro to compile the binary so it hopefully is also\
\ runnable on older distros."
final: true
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 @@
{"nzbhydra2wrapper.py":"1b1c589959312bc0d93508dd7793a2c15d66c9ab","nzbhydra2wrapperPy3.py":"678f5795c2130b38e45608e650ea08f32b1b9d1d","NZBHydra2.exe":"41e392857905aca74e24bad4352bfb942a5caa63","NZBHydra2 Console.exe":"eb161d5ee8a79988937bd3211dfd936e0d2a35e5","nzbhydra2":"701630899e7057a981ee21d75d2e048b476f0d7f"}
{"nzbhydra2wrapper.py":"1b1c589959312bc0d93508dd7793a2c15d66c9ab","nzbhydra2wrapperPy3.py":"678f5795c2130b38e45608e650ea08f32b1b9d1d","NZBHydra2.exe":"41e392857905aca74e24bad4352bfb942a5caa63","NZBHydra2 Console.exe":"eb161d5ee8a79988937bd3211dfd936e0d2a35e5","nzbhydra2":"50b38e445d66f41c82eac12d6b1693b51529fc32"}
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions releases/linux-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.0.5</version>
<version>5.0.6</version>
</parent>

<artifactId>linux-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</parent>

<artifactId>assertions</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>5.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</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.0.5</version>
<version>5.0.6</version>
</dependency>


Expand Down

0 comments on commit 184f097

Please sign in to comment.