From dd58fd6dc35e61f48a3b16ad480045b33d8e0967 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 4 Nov 2020 14:37:01 +0100 Subject: [PATCH] bumped version --- packaging/debian/debian/changelog | 16 ++++++++++++++++ packaging/debian/debian/patches/series | 1 - packaging/debian/debiankio/changelog | 16 ++++++++++++++++ src/VERSION | 2 +- 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 2c44c0e7..0126ffea 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,19 @@ +recoll (1.27.10-2~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix real-time indexer not working when topdirs was / + * rclpython: renamed rclpython.py. Use rclexecm. Only colorize for + preview, not indexing. + * mimemap: add .xlsm + * Python module: merge pyrecoll and pyrclextract C extensions into one + _pyrecoll and create 2 python modules to maintain compat + * Fix crash on ARM + * dark mode: improve visibility of checkable actions + * pdf annot: guard against possible exception while formatting results + Index pdf annotations separately under field name annotation. Add + annot, pdfannot and pa aliases. + + -- Jean-Francois Dockes Wed, 04 Nov 2020 20:00:00 +0100 + recoll (1.27.9-2~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fix bug in result table display. diff --git a/packaging/debian/debian/patches/series b/packaging/debian/debian/patches/series index 905b0b1b..e69de29b 100644 --- a/packaging/debian/debian/patches/series +++ b/packaging/debian/debian/patches/series @@ -1 +0,0 @@ -rclconfig-avoid-post-increment-before-end.diff diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index a2d09220..b41fa4dc 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,19 @@ +kio-recoll (1.27.10-2~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix real-time indexer not working when topdirs was / + * rclpython: renamed rclpython.py. Use rclexecm. Only colorize for + preview, not indexing. + * mimemap: add .xlsm + * Python module: merge pyrecoll and pyrclextract C extensions into one + _pyrecoll and create 2 python modules to maintain compat + * Fix crash on ARM + * dark mode: improve visibility of checkable actions + * pdf annot: guard against possible exception while formatting results + Index pdf annotations separately under field name annotation. Add + annot, pdfannot and pa aliases. + + -- Jean-Francois Dockes Wed, 04 Nov 2020 20:00:00 +0100 + kio-recoll (1.27.9-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fix bug in result table display. diff --git a/src/VERSION b/src/VERSION index 2151d61d..3fdfffce 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.9 +1.27.10