From 03f82fa1150f474835bcc1d5108760425eecc535 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 29 Jun 2022 09:39:56 +0200 Subject: [PATCH] bump version --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 8 ++++++++ packaging/debian/debiankio/changelog | 6 ++++++ src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-win.h | 4 ++-- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index b801b54b..c3cbe4d7 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -11,7 +11,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.32.3 +RCLVERS=1.32.4 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 8f0ec19d..8118b150 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 Wed, 29 Jun 2022 09:36:00 +0200 + 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 diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index f26065e5..cbbb9c4a 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.32.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Follow + + -- Jean-Francois Dockes Wed, 29 Jun 2022 09:36:00 +0200 + kio-recoll (1.32.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index c78d39b8..ef62e369 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.32.2 +1.32.4 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index f00c1205..11f56218 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -118,7 +118,7 @@ #define PACKAGE_NAME "Recoll" /* 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 PACKAGE_TARNAME "recoll" @@ -127,7 +127,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.32.2" +#define PACKAGE_VERSION "1.32.4" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */