chiark / gitweb /
pcre3 (2:8.38-1) unstable; urgency=low
[pcre3.git] / debian / changelog
1 pcre3 (2:8.38-1) unstable; urgency=low
2
3   * New upstream version
4
5  -- Matthew Vernon <matthew@debian.org>  Tue, 22 Dec 2015 13:37:39 +0000
6
7 pcre3 (2:8.35-8) unstable; urgency=low
8
9   * Remove conflicts with long-vanished pcre{1,2}-dev packages (so new PCRE2 packages can co-exist)
10
11  -- Matthew Vernon <matthew@debian.org>  Sat, 21 Nov 2015 15:35:13 +0000
12
13 pcre3 (2:8.35-7.4) unstable; urgency=medium
14
15   * Non-maintainer upload.
16   * Fix copy-and-paste error in Disable_JIT_on_sparc64.patch.
17
18  -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Mon, 02 Nov 2015 18:51:13 +0100
19
20 pcre3 (2:8.35-7.3) unstable; urgency=medium
21
22   * Non-maintainer upload.
23   * Add Disable_JIT_on_sparc64.patch to disable JIT on sparc64. The patch
24     no_jit_x32_powerpcspe.patch to disable JIT on powerpcspe was already
25     added in 2:8.35-6 (Closes: #765079).
26
27  -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Mon, 02 Nov 2015 15:13:16 +0100
28
29 pcre3 (2:8.35-7.2) unstable; urgency=low
30
31   * Non-maintainer upload (with maintainer's permission).
32   * Add Fix-compiler-crash-misbehaviour-for-zero-repeated-gr.patch.
33     Fixes "PCRE Library Stack Overflow Vulnerability" (Upstream bug 1503)
34   * Add Fix-compile-time-loop-for-recursive-reference-within.patch.
35     Fixes "PCRE Call Stack Overflow Vulnerability" (Upstream bug 1515)
36   * Add 794589-information-disclosure.patch.
37     Fixes "pcre_exec does not fill offsets for certain regexps" leading to
38     information disclosure. (Closes: #794589)
39   * Add Fix-bad-compile-for-groups-like-2-0-1999.patch.
40     CVE-2015-2325: heap buffer overflow in compile_branch(). (Closes: #781795)
41   * Add Fix-bad-compilation-for-patterns-like-1-1-with-forwa.patch.
42     CVE-2015-2326: heap buffer overflow in pcre_compile2(). (Closes: #783285)
43   * Add Fix-buffer-overflow-for-named-recursive-back-referen.patch.
44     CVE-2015-3210: heap buffer overflow in pcre_compile2() /
45     compile_regex(). (Closes: #787433)
46
47  -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 11 Sep 2015 20:04:19 +0200
48
49 pcre3 (2:8.35-7.1) unstable; urgency=medium
50
51   * Rename libpcrecpp0 to libpcrecpp0v5. Addresses: #791236.
52   * Add Conflict/Replaces to the old library.
53   * Add libpcrecpp0v5 symbols file for GCC 5.
54
55  -- Matthias Klose <doko@debian.org>  Tue, 04 Aug 2015 20:23:03 +0200
56
57 pcre3 (2:8.35-7) unstable; urgency=medium
58
59   * Apply upstream patch to fix buffer overflow for forward reference
60     within backward assertion with excess closing parenthesis
61     (Closes: #790000)
62
63  -- Matthew Vernon <matthew@debian.org>  Fri, 26 Jun 2015 08:08:55 +0100
64
65 pcre3 (2:8.35-6) unstable; urgency=low
66
67   [ Thorsten Glaser ]
68   * Re-add patch disabling JIT on powerpcspe and x32 (Closes: #760327)
69   * Add back missing debian/changelog entries for 1:8.35-3.2 and 1:8.36-1
70
71  -- Matthew Vernon <matthew@debian.org>  Sat, 13 Jun 2015 11:45:25 +0100
72
73 pcre3 (2:8.35-5) unstable; urgency=low
74
75   * re-enable jit on ppc64el (by dropping the patch that disables it)
76     (Closes: #786530)
77   * patch from Frederic Bonnard to fix the watch file (Closes: #785726)
78
79  -- Matthew Vernon <matthew@debian.org>  Tue, 26 May 2015 08:27:56 +0100
80
81 pcre3 (2:8.35-4) experimental; urgency=medium
82
83   [ Mattia Rizzolo ]
84   * Add a libpcre16-3 package with the 16 bit pcre16 library (Closes: 748781).
85   * Add a libpcre32-3 package with the 32 bit pcre32 library.
86
87   [ Matthew Vernon ]
88   * Adopt this package (Closes: #772994)
89
90  -- Matthew Vernon <matthew@debian.org>  Sat, 07 Mar 2015 19:27:34 +0000
91
92 pcre3 (2:8.35-3.3) unstable; urgency=medium
93
94   * Non-maintainer upload.
95   * Upstream patch for heap buffer overflow, CVE-2014-8964, taken from
96     1:8.36-1 (Closes: #770478)
97     Thanks to Salvatore Bonaccorso for the reminder.
98
99  -- Ivo De Decker <ivodd@debian.org>  Sat, 06 Dec 2014 19:58:19 +0100
100
101 pcre3 (2:8.35-3.2) unstable; urgency=medium
102
103   * Non-maintainer upload.
104   * Update shlibs dependency to 1:8.35 for new symbol introduced in upstream
105     version 8.35 (Closes: #767907)
106   * Revert upload of upstream version 8.36 to allow this upload to migrate to
107     jessie.
108
109  -- Ivo De Decker <ivodd@debian.org>  Sat, 06 Dec 2014 19:21:39 +0100
110
111 pcre3 (1:8.36-1) unstable; urgency=medium
112
113   * New upstream release
114   * Upped shlibs dependency to 8.35 (Closes: #767903)
115   * Upstream patch for heap buffer overflow, CVE-2014-8964 (Closes: #770478)
116
117  -- Mark Baker <mark@mnb.org.uk>  Mon, 24 Nov 2014 22:41:12 +0000
118
119 pcre3 (1:8.35-3.2) unstable; urgency=low
120
121   * Non-maintainer upload with maintainer permission.
122   * Disable JIT on x32 and powerpcspe (Closes: #760327).
123
124  -- Thorsten Glaser <tg@mirbsd.de>  Wed, 12 Nov 2014 14:30:23 +0000
125
126 pcre3 (1:8.35-3.1) unstable; urgency=medium
127
128   * Non-maintainer upload.
129   * Enable build hardening flags (closes: #656008).
130
131  -- Michael Gilbert <mgilbert@debian.org>  Fri, 19 Sep 2014 01:48:23 +0000
132
133 pcre3 (1:8.35-3) unstable; urgency=medium
134
135   Thanks to Simon McVittie for all of the work on this:
136
137   * Run tests with VERBOSE=1 so we can see the logs for failing tests
138     (Closes: #755052)
139   * Apply part of upstream r1472 to fix undefined behaviour when parsing
140     {n} or {m,n} quantifiers, which causes mis-parsing and test failures
141     under gcc 4.9 (Closes: #751828)
142
143  -- Mark Baker <mark@mnb.org.uk>  Wed, 23 Jul 2014 21:19:41 +0100
144
145 pcre3 (1:8.35-2) unstable; urgency=medium
146
147   * Build-depends on auto-reconf (Closes: 754540)
148
149  -- Mark Baker <mark@mnb.org.uk>  Sat, 12 Jul 2014 23:03:47 +0100
150
151 pcre3 (1:8.35-1) unstable; urgency=medium
152
153   * New upstream release
154   * Use dh-autoreconf
155   * Disable JIT on ppc64el (Closes: 751390) (Thanks Erwan Prioul)
156
157  -- Mark Baker <mark@mnb.org.uk>  Fri, 11 Jul 2014 19:54:51 +0100
158
159 pcre3 (1:8.31-5) unstable; urgency=medium
160
161   * Previous attempt at detecting JIT support didn't work when cross
162     compiling. Now runs the host compiler, and doesn't try to run the
163     output (Closes: 745222)
164
165  -- Mark Baker <mark@mnb.org.uk>  Wed, 23 Apr 2014 21:00:35 +0100
166
167 pcre3 (1:8.31-4) unstable; urgency=medium
168
169   * Enable JIT compilation only on architectures where it is supported -
170     fixes FTBFS on ones where it isn't (Closes: 745114)
171   * Verbose build logs (Closes: 745069)
172
173  -- Mark Baker <mark@mnb.org.uk>  Fri, 18 Apr 2014 10:06:31 +0100
174
175 pcre3 (1:8.31-3) unstable; urgency=medium
176
177   * Enable JIT regex compilation (http://sljit.sourceforge.net/pcre).
178     Note that this has no effect by default so should not break anything;
179     to use it you need to pass a flag to pcre_compile_regex()
180     (Closes: 740954)
181   * Changed shlibs:Depends to 8.20 as pcre_free_study() is not in older
182     versions (Closes: 743164)
183
184  -- Mark Baker <mark@mnb.org.uk>  Tue, 08 Apr 2014 22:37:58 +0100
185
186 pcre3 (1:8.31-2) unstable; urgency=low
187
188   * Build -dev package as Multi-arch: same. Thanks Steve Langasek / Ubuntu
189     for the patch (Closes: 696217) 
190
191  -- Mark Baker <mark@mnb.org.uk>  Thu, 03 Jan 2013 20:30:05 +0000
192
193 pcre3 (1:8.31-1) unstable; urgency=low
194
195   * New upstream release
196   * Applied patch from upstream bugzilla #1287 to fix bug where wrong
197     value is in re_nsub in some cases (Closes: #686495)
198
199  -- Mark Baker <mark@mnb.org.uk>  Thu, 13 Sep 2012 19:58:45 +0100
200
201 pcre3 (1:8.30-5) unstable; urgency=low
202
203   * There is no use in including debug information for the libraries from
204     the udeb in the debug package; more importantly, because the
205     installation system isn't multiarch, if they are included they result
206     in arch specific files in arch independent paths (debug package is 
207     Multi-arch:same). Removed. (Closes: #670018)
208
209  -- Mark Baker <mark@mnb.org.uk>  Tue, 01 May 2012 22:38:42 +0100
210
211 pcre3 (1:8.30-4) unstable; urgency=low
212
213   * Reluctantly using an epoch, as it seems the funny version number with
214     extra dots causes problems
215   * Bumped standard version to 3.9.3. No changes needed
216   * Converted to use new source format / quilt
217   * Put back obsolete pcre_info() API that up
218   * Don't include pcregrep binary in debug package
219
220   Thanks to Elimar Riesebieter for the conversion to the new source format.
221
222  -- Mark Baker <mark@mnb.org.uk>  Fri, 23 Mar 2012 22:34:54 +0000
223
224 pcre3 (8.30..-3) unstable; urgency=low
225
226   * configure: fixed libpcreposix version (this is not the same bug as the
227     previous one, though it's in the same few lines)
228
229  -- Mark Baker <mark@mnb.org.uk>  Thu, 22 Mar 2012 19:45:03 +0000
230
231 pcre3 (8.30..-2) unstable; urgency=low
232
233   * configure: Correct library version so soname is libpcre.so.3 instead
234     of .2 (Closes: #664983)
235   * Horrible version number is because of NMU of "8.30.really8.12-1.1";
236     this will sort between that and 8.31-1
237   
238  -- Mark Baker <mark@mnb.org.uk>  Thu, 22 Mar 2012 17:52:35 +0000
239
240 pcre3 (8.30-1) unstable; urgency=low
241
242   * New upstream release (Closes:#664166)
243
244  -- Mark Baker <mark@mnb.org.uk>  Wed, 21 Mar 2012 21:03:39 +0000
245
246 pcre3 (8.12-4) unstable; urgency=low
247
248   * Multi-arch support. Thanks Steve Langasek for patch (Closes: 634250)
249
250  -- Mark Baker <mark@mnb.org.uk>  Mon, 18 Jul 2011 21:59:44 +0100
251
252 pcre3 (8.12-3) unstable; urgency=low
253
254   * debian/rules: Increased shlib version to 8.10 (Closes: #612942,
255     #613227, #613469, #614012, #615019)
256
257  -- Mark Baker <mark@mnb.org.uk>  Sun, 20 Feb 2011 12:46:44 +0000
258
259 pcre3 (8.12-2) unstable; urgency=low
260
261   * Include changes from Stéphane's NMU (including fix for bug 581202)
262     that were accidentally omitted in previous release.
263   * debian/control: -dbg package should be section debug, priority extra
264
265  -- Mark Baker <mark@mnb.org.uk>  Tue, 08 Feb 2011 20:38:49 +0000
266
267 pcre3 (8.12-1) unstable; urgency=low
268
269   * New upstream release (Closes: #554242)
270
271  -- Mark Baker <mark@mnb.org.uk>  Mon, 07 Feb 2011 23:53:42 +0000
272
273 pcre3 (8.02-1.1) unstable; urgency=low
274
275   * Non-maintainer upload.
276   * Add explicit Breaks to applications using libpcre-ocaml, to allow
277     proper upgrades from lenny (Closes: #581202)
278   * Add debian/watch
279   * Add debian/source/format
280   * Remove duplicate fields spotted by Lintian
281   * Promote XC-Package-Type field to Package-Type
282
283  -- Stéphane Glondu <glondu@debian.org>  Sat, 31 Jul 2010 16:05:27 -0400
284
285 pcre3 (8.02-1) unstable; urgency=low
286
287   * New upstream release
288
289  -- Mark Baker <mark@mnb.org.uk>  Fri, 07 May 2010 21:18:05 +0100
290
291 pcre3 (7.8-3) unstable; urgency=low
292
293   * debian/rules: Install main library in /lib (Closes: 350468, #549608)
294   * debian/pcre-config.1: Minor formatting changes (thanks Alexander
295     Peslyak) (Closes: 338658) 
296   * Makefile.am,Makefile.in: Added libpcre.la to LDADD for various things;
297     apparently this will make it cross-build successfully (Closes: 492565)
298   * debian/control: Added ${misc:Depends} to dependencies for all the
299     binary packages
300   * debian/rules: Don't ignore errors from make distclean
301
302  -- Mark Baker <mark@mnb.org.uk>  Wed, 07 Oct 2009 00:05:25 +0100
303
304 pcre3 (7.8-2) unstable; urgency=low
305
306   * debian/rules: Bumped shlib version to 7.7 because of new feature in
307     that version (Closes: #500987)
308
309  -- Mark Baker <mark@mnb.org.uk>  Sun, 05 Oct 2008 17:06:46 +0100
310
311 pcre3 (7.8-1) unstable; urgency=low
312
313   * New upstream release
314
315  -- Mark Baker <mark@mnb.org.uk>  Sun, 21 Sep 2008 21:23:00 +0100
316
317 pcre3 (7.6-2.1) unstable; urgency=high
318
319   * Non-maintainer upload.
320   * Fix heap overflow in the pcre compiler triggered by
321     patterns which contain options and multiple branches
322     (CVE-2008-2371; Closes: #488919).
323   * debian/rules (patch by Bryan Donlan): Update shlibdeps invocation for
324     libpcrecpp0 due to new symbols (Closes: #476925).
325   * debian/copyright: replace license information with the current license
326     information shipped with upstream sources (Closes: #489318).
327
328  -- Nico Golde <nion@debian.org>  Mon, 14 Jul 2008 19:13:11 +0200
329
330 pcre3 (7.6-2) unstable; urgency=low
331
332   * pcrecpp.cc: Applied patch from PCRE bugzilla (bug 664) to fix ABI
333     breakage (Closes: #463170, #463266, #463413, #464974)
334   
335  -- Mark Baker <mark@mnb.org.uk>  Wed, 13 Feb 2008 22:19:35 +0000
336
337 pcre3 (7.6-1) unstable; urgency=low
338
339   * New upstream release
340   * Ship pcredemo.c in examples directory (Closes: #377587)
341
342  -- Mark Baker <mark@mnb.org.uk>  Mon, 28 Jan 2008 23:01:05 +0000
343
344 pcre3 (7.4-1) unstable; urgency=low
345
346   * Build a -dbg package with debug symbols
347   
348   Thanks to Sebastian Dröge <slomo@debian.org>,for all of the following:
349
350   * New upstream release (Closes: #453372).
351   * debian/control,
352     debian/rules:
353     + Provide udeb (Closes: #443114). Build depend on debhelper (>= 5.0.22)
354       for this.
355   * debian/rules:
356     + Bump shlibs to >= 7.4 (Closes: #449289).
357   * debian/compat:
358     + Update debhelper compat level to 5.
359   * debian/control:
360     + Update Standards-Version to 3.7.3, no additional changes needed.
361     + Use ${binary:Version} instead of ${Source-Version} to make package
362       binNMU safe.
363   * debian/*.files,
364     debian/*.install,
365     debian/rules:
366     + Convert from dh_movefiles to dh_install.
367   * debian/*.dirs:
368     + Removed, not necessary.
369
370  -- Mark Baker <mark@mnb.org.uk>  Mon,  7 Jan 2008 21:03:34 +0000
371
372 pcre3 (7.3-2) unstable; urgency=low
373
374   * Overloaded RE::Init(), for compatibility with PCRE 6.x API (Closes
375     #436210). Thanks to Matthias Klose for the patch.
376   * Increased shlibdeps from 4.5 to 6.0. 6.0 introduced a new function
377     (pcre_compile2) to the API, so anything using that requires at least
378     6.0. (Closes #441345)
379
380  -- Mark Baker <mark@mnb.org.uk>  Mon,  7 Jan 2008 21:02:52 +0000
381
382 pcre3 (7.3-1) unstable; urgency=low
383
384   * New upstream release
385
386  -- Mark Baker <mark@mnb.org.uk>  Tue, 28 Aug 2007 20:53:39 +0100
387
388 pcre3 (7.2-1) unstable; urgency=low
389
390   * New upstream release (Closes: #420280)
391   * debian/rules: dummy binary-indep target (Closes: #395730)
392
393  -- Mark Baker <mark@mnb.org.uk>  Fri,  3 Aug 2007 23:06:28 +0100
394
395 pcre3 (6.7-1) unstable; urgency=low
396
397   * New upstream release (Closes: #389305)
398
399  -- Mark Baker <mark@mnb.org.uk>  Mon, 25 Sep 2006 23:24:55 +0100
400
401 pcre3 (6.4-2) unstable; urgency=low
402
403   * Makefile.in: Install pcrepartial.3 (Closes: #362011)
404   * doc/pcreapi.3, doc/pcre_version.3: document pcre_version() as
405     returning a const char * not a char * (Closes: #278619)
406   * debian/libpcre3-dev.files: install libpcre.pc (Closes: #359662)
407   * doc/pcregrep.1: fixed typo (Closes: #310338)
408   * debian/control: drop dummy pgrep package (Closes: #247550)
409
410  -- Mark Baker <mark@mnb.org.uk>  Thu, 27 Apr 2006 22:32:06 +0100
411
412 pcre3 (6.4-1.1) unstable; urgency=low
413
414   * Split out the C++ library into it's own package libpcrecpp0, as
415     discussed in #339250. The C++ library was recently added, no
416     package references the C++ library yet.
417     Closes: #339250.
418   * debian/rules: Remove testsavedregex in clean target.
419
420  -- Matthias Klose <doko@debian.org>  Fri, 25 Nov 2005 07:59:14 +0100
421
422 pcre3 (6.4-1) unstable; urgency=low
423
424   * New upstream release (Closes: 333191)
425
426  -- Mark Baker <mark@mnb.org.uk>  Mon, 10 Oct 2005 23:14:53 +0100
427
428 pcre3 (6.3-1) unstable; urgency=low
429
430   * New upstream release (Closes: 323761).
431   * This includes fix to security issue CAN-2005-2491 (Closes: 324531)
432
433  -- Mark Baker <mark@mnb.org.uk>  Sat, 27 Aug 2005 18:12:22 +0100
434
435 pcre3 (5.0-1.1) unstable; urgency=low
436
437   * Non-maintainer upload.
438   * Correct an alignment error in the pcretest.c test case, which was
439     causing build failures on ia64 (closes: #309606).
440
441  -- Steve Langasek <vorlon@debian.org>  Thu, 26 May 2005 05:15:34 +0000
442
443 pcre3 (5.0-1) unstable; urgency=low
444
445   * New upstream release (Closes: #295287)
446     - compatible, so same soname and package name can be used.
447   * Compile with --enable-unicode-properties, a new feature of PCRE 5.0
448   * Removed . from description in control file
449   * Included patch from Niibe Yutaka for cross building (Closes: #285407)
450   
451   Thanks Andreas for the NMU, which this is based on (Closes: #237644, #237265)
452
453  -- Mark Baker <mark@mnb.org.uk>  Wed, 16 Feb 2005 21:47:14 +0000
454
455 pcre3 (4.5-1.1) unstable; urgency=low
456
457   * NMU to fix rc-bugs.
458   * Update libtool related files to fix build-error on mips, keep original
459     config.in, as it is no generated file. (Closes: #237265)
460   * pcregrep replaces pgrep. (Closes: #237564)
461   * Bump shlibs, pcre 4.5 includes two new functions.
462   * Let pgrep's /usr/share/doc symlink point to the package it depends on,
463     pcregrep.
464
465  -- Andreas Metzler <ametzler@debian.org>  Fri, 12 Mar 2004 13:23:02 +0100
466
467 pcre3 (4.5-1) unstable; urgency=low
468
469   * New upstream release
470
471   Thanks to Andreas Metzler for patches for all the following:
472   
473   * doc/pcregrep.1: added newline between synopsis for pcregrep and that
474     for zpcregrp (Closes: #197899)
475   * debian/control: Change package descriptions (Closes: #209904)
476   * debian/rules and others: Renamed pgrep package to pcregrep, to match
477     name of binary and avoid confusion with pgrep (which greps for
478     processes, and is in the procps package; a dummy pgrep package will
479     ease upgrades (Closes: #217076)
480
481  -- Mark Baker <mark@mnb.org.uk>  Wed, 25 Feb 2004 20:49:33 +0000
482
483 pcre3 (4.3-4) unstable; urgency=low
484
485   * debian/libpcre3.files: include pcrepattern(3) manpage in libpcre3
486     package instead of libpcre3-dev package. This means that anyone using
487     a PCRE based application will have the man page available.
488
489  -- Mark Baker <mark@mnb.org.uk>  Thu,  8 Jan 2004 21:19:51 +0000
490
491 pcre3 (4.3-3) unstable; urgency=low
492
493   * ltmain.sh: Replaced with standard version from debian libtool package,
494     but with Phil Hazel's patch applied (although I suspect his patch
495     isn't necessary on debian systems). (Closes: #198147, #198668) I hope.
496
497  -- Mark Baker <mark@mnb.org.uk>  Wed, 25 Jun 2003 21:09:22 +0100
498
499 pcre3 (4.3-2) unstable; urgency=low
500
501   * pcretest.c: Cheat at test! Always print 40 instead of the size,
502     because the size varies on different architectures, and we don't
503     really want to fail the test because of this.
504
505  -- Mark Baker <mark@mnb.org.uk>  Thu, 19 Jun 2003 21:00:39 +0100
506
507 pcre3 (4.3-1) unstable; urgency=low
508
509   This release is entirely the work of Andreas Metzler <ametzler@debian.org>.
510   Thanks Andreas.  
511
512   * new upstream version (Closes: 182570)
513   * this version apparently fixes infinite loop bug (Closes: 161184)
514   * repacked using debhelper and upstream's Makefile. Switch to libtool's
515     versioning scheme, see debian/README.Versioning.libtool for details.
516     (Closes: #187371)
517   * (however, don't ship .la files, they only give libtool strange ideas, see
518     http://lists.debian.org/debian-devel/2003/debian-devel-200304/msg00827.html
519     for an example.)
520   * changed compile-options to really follow policy 3.5.7
521   * debian/control: changed description to say "Perl 5" as Perl 6, when it
522     eventually appears, will have yet another different regex syntax
523     (Closes: #166939) 
524
525  -- Mark Baker <mark@mnb.org.uk>  Mon, 16 Jun 2003 22:11:08 +0100
526
527 pcre3 (3.9-1) unstable; urgency=low
528
529   * New upstream version (Closes: #119429, #161424)
530   * Added zpcregrep script by Samuel Tardieu (Closes: #36897)
531   * doc/pcregrep.1: mention zpcregrep
532   * debian/rules: use && in test rule rather than -a option to test, for
533     better POSIX compatibility (Closes: #158775)
534   * debian/Makefile: build pcretest once with -rpath for doing tests, and
535     once without, so that:
536   * debian/rules: install pcretest program (Closes: #162998)
537   * Don't create or remove /usr/doc/foo symlinks. This means that none of
538     the packages have prerms and only libpcre3 has a postinst
539   * debian/copyright: corrected to "Debian GNU/Linux"
540   * debian/control: standards version updated to 3.5.7.0
541   * debian/rules: strip comment and note sections from libraries
542   * The result of the last four changes is that it should now be
543     lintian-clean apart from one caused by a known bug in lintian (see
544     lintian bug #117260) (Closes: #162999)
545
546  -- Mark Baker <mark@mnb.org.uk>  Sat, 26 Oct 2002 18:12:13 +0100
547
548 pcre3 (3.4-1.1) unstable; urgency=high
549
550   * Non-maintainer upload.
551   * Rebuild with a version of libc6 without a broken atexit() symbol
552     (closes: #108597, critical).
553   * Add to LD_LIBRARY_PATH rather than clobbering it, to avoid fakeroot
554     dying (closes: #108661, #108891).
555
556  -- Colin Watson <cjwatson@debian.org>  Sun, 19 Aug 2001 20:43:28 +0100
557
558 pcre3 (3.4-1) unstable; urgency=low
559
560   * new upstream version (Closes: #93876)
561
562  -- Mark Baker <mark@mnb.org.uk>  Sat, 28 Apr 2001 00:05:22 +0100
563
564 pcre3 (3.3-5) unstable; urgency=low
565
566   * debian/rules: install pcregrep as that name (only) rather than as
567     pgrep with a symlink called pcregrep. This avoids a name clash with
568     the process table grepper also called pgrep.
569   * doc/pcregrep.1: change name of program being documented (back) to
570     pcregrep.
571
572  -- Mark Baker <mark@mnb.org.uk>  Tue, 23 Jan 2001 23:54:08 +0000
573
574 pcre3 (3.3-4) unstable; urgency=low
575
576   * debian/rules: only install config files that are meant to be installed
577     in libpcre3-dev package (Closes: #78354)
578   * debian/Makefile: distclean target clears up configure output
579
580  -- Mark Baker <mark@mnb.org.uk>  Wed, 29 Nov 2000 23:59:19 +0000
581
582 pcre3 (3.3-3) unstable; urgency=low
583
584   * debian/rules: make debian/Makefile executable before trying to run it
585     (Closes: #74316)
586
587  -- Mark Baker <mbaker@iee.org>  Sun,  8 Oct 2000 21:18:15 +0100
588
589 pcre3 (3.3-2) unstable; urgency=low
590
591   * debian/rules: pgrep should symlink to docs in /usr/doc/libpcre3, not
592     /usr/doc/libpcre2
593   * debian/rules: manpage pgrep.1.gz should not be installed as executable!
594   * debian/rules: pcregrep.1.gz is symlink to pgrep.1.gz
595   * doc/pcre-config.1: basic manpage for pcre-config written
596   * debian/rules: install pcre-config.1
597   * debian/rules: use -isp option to dpkg-gencontrol
598
599  -- Mark Baker <mbaker@iee.org>  Tue, 22 Aug 2000 00:11:54 +0100
600
601 pcre3 (3.3-1) unstable; urgency=low
602
603   * new package for pcre 3.x
604
605  -- Mark Baker <mbaker@iee.org>  Sat, 19 Aug 2000 13:44:00 +0000
606
607 pcre2 (2.08-1) unstable; urgency=low
608
609   What follows is the changelog from pcre2, up to the point where the pcre3
610   package was made.
611
612   * new upstream version (#50386)
613   * put -lc after -lpcre when linking libpcreposix (#50046)
614
615  -- Mark Baker <mbaker@iee.org>  Thu, 18 Nov 1999 21:45:14 +0000
616
617 pcre2 (2.07-2) unstable; urgency=low
618
619   * debian/rules: use /usr/share/doc and /usr/share/man, as mandated by
620     policy 3.1.0
621   * debian/postinst: create /usr/doc symlink; don't install library
622   * debian/postinst-lib (new file): create /usr/doc symlink and install library
623   * debian/prerm: remove /usr/doc symlink
624   * debian/rules: install postinst and prerm for all packages; but
625     postinst-lib for library package
626
627  -- Mark Baker <mbaker@iee.org>  Sat, 13 Nov 1999 18:57:59 +0000
628
629 pcre2 (2.07-1) unstable; urgency=low
630
631   * new upstream version
632   * pcre.c, pcre.h: new upstream version is incompatible with old one! I've 
633     done a nasty hack so that old binaries will still work. Old source won't, 
634     but at least it won't fail silently so this shouldn't be a major problem.
635   * debian/rules: /usr/doc/pgrep should be a link to libpcre2, not libpcre1
636     (#42450)
637
638  -- Mark Baker <mbaker@iee.org>  Tue,  3 Aug 1999 23:58:35 +0100
639
640 pcre2 (2.05-1) unstable; urgency=low
641
642   * new upstream version (#36776)
643
644  -- Mark Baker <mbaker@iee.org>  Tue, 27 Apr 1999 23:00:25 +0100
645
646 pcre2 (2.02-3) unstable; urgency=low
647
648   * pcre.3: removed description of regular expression syntax and semantics
649   * pcre.7: new file, containing material removed from above
650     (this is so it can be put in the libpcre2 package (#34087)
651
652  -- Mark Baker <mbaker@iee.org>  Fri,  5 Mar 1999 01:08:47 +0000
653
654 pcre2 (2.02-2) unstable; urgency=low
655
656   * debian/rules: install copyright in correct location in libpcre2-dev; 
657     a typo before meant the package wouldn't install
658   * debian/shlibs: update to refer to libpcre2 instead of libpcre1
659
660  -- Mark Baker <mbaker@iee.org>  Fri, 29 Jan 1999 00:12:00 +0000
661
662 pcre2 (2.02-1) unstable; urgency=low
663
664   * first release of pcre2
665   * install source of pgrep (it's small) in /usr/doc/libpcre2-dev/examples
666
667  -- Mark Baker <mbaker@iee.org>  Thu, 28 Jan 1999 00:45:00 +0000
668
669 pcre (1.09-2) unstable; urgency=low
670
671   What follows is the changelog from pcre 1, up to the point where the pcre2
672   package was made.
673
674   The changes are not that large but the API, and therefore the ABI, are
675   changed so version 2 is not compatible.
676
677   * pcreposix.c,pcreposix.h: prefixed function names with pcreposix_
678   * pcreposix.h: #defines so un-prefixed names can be used
679   * These mean pcre routines will be used instead of the regex library
680     built into libc (#22525)
681   * debian/shlibs: pcreposix needs libpcre1 >=1.09-2 now
682   * debian/rules: it's not pcre 1.01 any more.
683
684  -- Mark Baker <mbaker@iee.org>  Sat, 30 May 1998 16:54:31 +0100
685
686 pcre (1.09-1) unstable; urgency=low
687
688   * New upstream version
689
690  -- Mark Baker <mbaker@iee.org>  Sat, 28 Feb 1998 21:29:07 +0000
691
692 pcre (1.08-1) unstable; urgency=low
693
694   * New upstream version (new features, so in unstable only)
695
696  -- Mark Baker <mbaker@iee.org>  Sat, 28 Feb 1998 21:29:07 +0000
697
698 pcre (1.06-3) unstable; urgency=low
699
700   * Strip pgrep
701
702  -- Mark Baker <mbaker@iee.org>  Sat, 28 Feb 1998 21:29:07 +0000
703
704 pcre (1.06-2) unstable; urgency=low
705
706   * Extended description for pgrep
707   * Compress manpage
708   * Updated standards-version to 2.4.0.0
709
710  -- Mark Baker <mbaker@iee.org>  Mon,  9 Feb 1998 23:56:15 +0000
711
712 pcre (1.06-1) unstable; urgency=low
713
714   * New upstream version (bug fixes)
715
716  -- Mark Baker <mbaker@iee.org>  Sun, 25 Jan 1998 22:37:37 +0000
717
718 pcre (1.05-2) unstable; urgency=low
719
720   * Remove debian/*~ in clean target
721   * Only run ldconfig on "configure"
722
723  -- Mark Baker <mbaker@iee.org>  Wed,  7 Jan 1998 21:14:51 +0000
724
725 pcre (1.05-1) unstable; urgency=low
726
727   * New upstream version (bug fixes)
728
729  -- Mark Baker <mbaker@iee.org>  Sat, 27 Dec 1997 11:26:32 +0000
730
731 pcre (1.02-1) unstable; urgency=low
732
733   * New upstream version
734
735  -- Mark Baker <mbaker@iee.org>  Sat, 13 Dec 1997 22:01:48 +0000
736
737 pcre (1.01-4) unstable; urgency=low
738
739   * Use -fPIC instead of -fpic (identical on i386, but different on other
740     architectures like m68k)
741   * Nasty trick so pgrep gets the right dependencies whether or not
742     libpcre1 is installed
743   
744  -- Mark Baker <mbaker@iee.org>  Tue,  2 Dec 1997 17:57:07 +0000
745
746 pcre (1.01-3) unstable; urgency=low
747
748   * Apply patch to manpage from Karl Hegbloom
749   * Rewritten makefile (copy sent upstream)
750
751  -- Mark Baker <mbaker@iee.org>  Tue, 25 Nov 1997 12:12:05 +0000
752
753 pcre (1.01-2) unstable; urgency=low
754
755   * Correct typo (libprce) in debian/rules
756   * Use gcc instead of ld in makefile
757   * Build static libraries
758   * Use shlibdeps instead of hard-coding libc6
759   * Use --strip-unneeded when stripping
760
761  -- Mark Baker <mbaker@iee.org>  Fri, 21 Nov 1997 23:52:06 +0000
762
763 pcre (1.01-1) unstable; urgency=low
764
765   * Initial debian release
766
767  -- Mark Baker <mbaker@iee.org>  Fri, 21 Nov 1997 20:36:13 +0000