deb packaging version bump

This commit is contained in:
Jean-Francois Dockes 2020-08-20 09:14:40 +02:00
parent 81d85fe7cd
commit 061e06a711
3 changed files with 21 additions and 5 deletions

View File

@ -6,10 +6,10 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.27.3
RCLVERS=1.27.5
SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0
PPAVERS=3
PPAVERS=1
#
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
@ -89,9 +89,8 @@ done
# 16.04LTS xenial 2021-04
# 18.04LTS bionic 2023-04
# 20.04LTS focal 2025-04
#series="xenial bionic focal"
#series="xenial bionic"
series=focal
series="xenial bionic focal"
#series=
debdir=debiankio
topdir=kio-recoll-${RCLVERS}

View File

@ -1,3 +1,20 @@
kio-recoll (1.27.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Misc small fixes.
* Fix recollindex -r not working with relative paths.
* Fix PDF attachment processing.
* Fix duplicate detection in some cases.
* Process text/plain subdocuments (e.g. zip archive members) in the same
way as top level files (esp: perform paging for big texts).
* Msword .docx: avoid extracting some non-text data
* Index Visio documents (.vsdx format only).
* Epub: index the metadata "subjects" fields.
* GUI: separate popup menu entries for "open parent" and "open folder".
* GUI: doc icons were not shown with newer webengine versions.
* GUI file name search: sort directories first.
-- Jean-Francois Dockes <jf@dockes.org> Mon, 17 Aug 2020 18:18:00 +0200
kio-recoll (1.27.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Misc small fixes. Nothing major, see the git log for details