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