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