-
pcre3 (1:8.35-3ubuntu1) utopic; urgency=medium
* Merge with Debian unstable, remaining changes:
- Add symbols files to catch breakage.
+ Remove private symbols as these are no longer exported.
- Honor dpkg-buildflags.
- Enable parallel builds.
* Run dpkg-gensymbols with -c4 to fail the build on symbols file problems.
pcre3 (1:8.35-3) unstable; urgency=medium
Thanks to Simon McVittie for all of the work on this:
* Run tests with VERBOSE=1 so we can see the logs for failing tests
(Closes: #755052)
* Apply part of upstream r1472 to fix undefined behaviour when parsing
{n} or {m,n} quantifiers, which causes mis-parsing and test failures
under gcc 4.9 (Closes: #751828)
pcre3 (1:8.35-2) unstable; urgency=medium
* Build-depends on auto-reconf (Closes: 754540)
pcre3 (1:8.35-1) unstable; urgency=medium
* New upstream release
* Use dh-autoreconf
* Disable JIT on ppc64el (Closes: 751390) (Thanks Erwan Prioul)
-- Iain Lane <email address hidden> Thu, 14 Aug 2014 12:03:18 +0100
-
pcre3 (1:8.31-5ubuntu1) utopic; urgency=medium
* Merge with Debian unstable, remaining changes:
- Patch configure.ac for soname instead of configure.
- Build with dh_autoreconf for new port support.
- Add symbols files to catch breakage.
- Use explicit stamp for the configure target.
- Honor dpkg-buildflags.
- Enable parallel builds.
* Update symbols file for optional jit symbols from 8.31-3.
* Disable JIT on ppc64el, needs explicit porting to ELFv2.
pcre3 (1:8.31-5) unstable; urgency=medium
* Previous attempt at detecting JIT support didn't work when cross
compiling. Now runs the host compiler, and doesn't try to run the
output (Closes: 745222)
pcre3 (1:8.31-4) unstable; urgency=medium
* Enable JIT compilation only on architectures where it is supported -
fixes FTBFS on ones where it isn't (Closes: 745114)
* Verbose build logs (Closes: 745069)
pcre3 (1:8.31-3) unstable; urgency=medium
* Enable JIT regex compilation (http://sljit.sourceforge.net/pcre).
Note that this has no effect by default so should not break anything;
to use it you need to pass a flag to pcre_compile_regex()
(Closes: 740954)
* Changed shlibs:Depends to 8.20 as pcre_free_study() is not in older
versions (Closes: 743164)
-- Adam Conrad <email address hidden> Sun, 27 Apr 2014 09:56:28 -0600
-
pcre3 (1:8.31-2ubuntu2) trusty; urgency=low
* Don't patch the soname in the generated configure file, but in
configure.ac.
* Add symbols files to catch the practice to only change the soname
in the generated files.
-- Matthias Klose <email address hidden> Tue, 03 Dec 2013 14:18:01 +0100