diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 7724061a..00f8f2e9 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=D38B9201 -RCLVERS=1.26.0~pre1 +RCLVERS=1.26.0~pre2 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 @@ -49,7 +49,7 @@ debdir=debian # No new releases for trusty either because of risk of kio compat (kio # wont build) series="xenial bionic cosmic disco" -series=disco +series="bionic disco" if test "X$series" != X ; then check_recoll_orig diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 22c1baeb..b166f7ba 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,10 +1,12 @@ -recoll (1.26.0~pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low +recoll (1.26.0~pre2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Bumped version to 1.26 because the changes are too extensive for a minor release. * Reworked the group matching code used for highlighting and snippets. * Properly highlight phrases, not treating them as NEAR. - + * Fix the CJK phrase processing, the slack was wrong, resulting in bogus + matches + -- Jean-Francois Dockes Wed, 03 Jul 2019 14:00:00 +0200 recoll (1.25.20~pre2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low diff --git a/src/VERSION b/src/VERSION index 5cf5857d..479b5156 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.26.0~pre1 +1.26.0~pre2