forked from j62/ctbrec
Bump version to 1.12.1
This commit is contained in:
parent
1e51298f41
commit
539db89bdb
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue