bump version
This commit is contained in:
parent
7ceb9c6837
commit
03f82fa115
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
PPA_KEYID=7808CE96D38B9201
|
PPA_KEYID=7808CE96D38B9201
|
||||||
|
|
||||||
RCLVERS=1.32.3
|
RCLVERS=1.32.4
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.1.1
|
GSSPVERS=1.1.1
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
recoll (1.32.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Try to improve font size consistency by using px sizes everywhere.
|
||||||
|
* Fix Increase/Decrease font size menu options.
|
||||||
|
* Allow displaying line numbers in snippets.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Wed, 29 Jun 2022 09:36:00 +0200
|
||||||
|
|
||||||
recoll (1.32.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.32.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Fix issues when opening a file with %F (parent of subdocument): avoid creating a temporary file
|
* Fix issues when opening a file with %F (parent of subdocument): avoid creating a temporary file
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
kio-recoll (1.32.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Follow
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Wed, 29 Jun 2022 09:36:00 +0200
|
||||||
|
|
||||||
kio-recoll (1.32.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
kio-recoll (1.32.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Follow
|
* Follow
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.32.2
|
1.32.4
|
||||||
|
|||||||
@ -118,7 +118,7 @@
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "Recoll 1.32.2"
|
#define PACKAGE_STRING "Recoll 1.32.4"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
@ -127,7 +127,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.32.2"
|
#define PACKAGE_VERSION "1.32.4"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user