forked from j62/ctbrec
1
0
Fork 0

Bump version to 1.12.1

This commit is contained in:
0xboobface 2018-11-28 23:28:32 +01:00
parent 1e51298f41
commit 539db89bdb
5 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
1.12.1
========================
* Fixed downloads in client / server mode
1.12.0 1.12.0
======================== ========================
* Added threshold setting to keep free space on the recording device. * Added threshold setting to keep free space on the recording device.
@ -138,4 +142,4 @@
* Added proxy settings * Added proxy settings
* Made playlist generator more robust * Made playlist generator more robust
* Fixed some issues with the file merging * Fixed some issues with the file merging
* Fixed memory leak caused by the model filter function * Fixed memory leak caused by the model filter function

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>1.12.0</version> <version>1.12.1</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>1.12.0</version> <version>1.12.1</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.12.0</version> <version>1.12.1</version>
<modules> <modules>
<module>../common</module> <module>../common</module>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>1.12.0</version> <version>1.12.1</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>