1.25.16?
This commit is contained in:
parent
288450f7b8
commit
202d3ada9a
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
PPA_KEYID=D38B9201
|
PPA_KEYID=D38B9201
|
||||||
|
|
||||||
RCLVERS=1.25.16~pre3
|
RCLVERS=1.25.16
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.0.0
|
GSSPVERS=1.0.0
|
||||||
PPAVERS=5
|
PPAVERS=1
|
||||||
|
|
||||||
#
|
#
|
||||||
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
||||||
@ -22,7 +22,7 @@ case $RCLVERS in
|
|||||||
1.14*) PPANAME=recoll-ppa;;
|
1.14*) PPANAME=recoll-ppa;;
|
||||||
*) PPANAME=recoll15-ppa;;
|
*) PPANAME=recoll15-ppa;;
|
||||||
esac
|
esac
|
||||||
PPANAME=recollexp-ppa
|
#PPANAME=recollexp-ppa
|
||||||
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
||||||
read rep
|
read rep
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,18 @@
|
|||||||
recoll (1.25.16~pre3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.25.16-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Small improvements in synonyms handling
|
* Small improvements in synonyms handling, significant for big synonym
|
||||||
|
files.
|
||||||
|
* Raw indexes: fix test for capitals in user input in a few marginal
|
||||||
|
cases.
|
||||||
|
* ppt-dump: catch exceptions to avoid system reports.
|
||||||
|
* djvu: fix output from non-ASCII files
|
||||||
|
* GUI: fix highlighting in table mode
|
||||||
|
* GUI: add "Open" button to preview window
|
||||||
|
* GUI: fix crash when reusing a result list after changing preferences
|
||||||
|
(and in other cases too maybe).
|
||||||
|
* Python: fix memory leak in Python module.
|
||||||
|
* Python: properly manage querying multiple separate indexes.
|
||||||
|
|
||||||
-- Jean-Francois Dockes <jf@dockes.org> Wed, 22 May 2019 09:13:00 +0200
|
-- Jean-Francois Dockes <jf@dockes.org> Wed, 22 May 2019 09:13:00 +0200
|
||||||
|
|
||||||
recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
kio-recoll (1.25.16-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* New release 1.25.16
|
||||||
|
* Keep kio in sync
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Wed, 22 May 2019 14:52:00 +0200
|
||||||
|
|
||||||
kio-recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
kio-recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* New release 1.25.12
|
* New release 1.25.12
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.25.16~pre3
|
1.25.16
|
||||||
|
|||||||
@ -184,7 +184,7 @@ bool SynGroups::setfile(const string& fn)
|
|||||||
for (const auto& word : words) {
|
for (const auto& word : words) {
|
||||||
m->terms[word] = m->groups.size()-1;
|
m->terms[word] = m->groups.size()-1;
|
||||||
}
|
}
|
||||||
LOGDEB0("SynGroups::setfile: group: [" <<
|
LOGDEB1("SynGroups::setfile: group: [" <<
|
||||||
stringsToString(m->groups.back()) << "]\n");
|
stringsToString(m->groups.back()) << "]\n");
|
||||||
}
|
}
|
||||||
LOGDEB("SynGroups::setfile: got " << m->groups.size() <<
|
LOGDEB("SynGroups::setfile: got " << m->groups.size() <<
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user