diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 6b94b7ca..3306e08e 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,20 @@ +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 Mon, 17 Aug 2020 18:18:00 +0200 + recoll (1.27.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Misc small fixes. Nothing major, see the git log for details diff --git a/src/Makefile.am b/src/Makefile.am index b03325dd..0f4d2f08 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -249,6 +249,7 @@ utils/netcon.cpp \ utils/netcon.h \ utils/pathut.cpp \ utils/pathut.h \ +utils/picoxml.h \ utils/pxattr.cpp \ utils/pxattr.h \ utils/rclionice.cpp \ diff --git a/src/VERSION b/src/VERSION index d6201580..bd9c6378 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.4 +1.27.5