OSSP CVS Repository

ossp - ossp-pkg/pcre/ChangeLog.OSSP 1.23
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/pcre/ChangeLog.OSSP 1.23

 OSSP ChangeLog for PCRE
 =======================
  
  Mon Oct  3 11:20:31 CEST 2005

  *) Apply Security Fix (CAN-2005-2491, partially only)
     [Ralf S. Engelschall <rse@engelschall.com>]

  *) Upgraded GNU shtool to 2.0.3 and GNU libtool to 1.5.20
     [Ralf S. Engelschall <rse@engelschall.com>]

  Wed Feb  2 13:23:26 CET 2005

  *) Upgraded GNU shtool to 2.0.1 and GNU libtool to 1.5.10
     [Thomas Lotterer <thomas@lotterer.net>]

  Unknown dates
  *) Import PREFIX logic from OSSP l2 cvs diff -r1.2 -r1.3 l2_ut_pcre.h

  *) Remove libpcreposix.la target from Makefile.in to disable
     provisioning of embedded POSIX regex library functions regcomp,
     regerror, regexec and regfree. OSSP petidomo was a victim as it
     expects working [:alnum:] and [:space:] constructs which do not
     work with the fsl regex but do with OS regex. It turned out that
     OpenPKG sendmail package was also broken due to fsl pcre symbol
     leakage. Inspired by http://cvs.openpkg.org/chngview?cn=15298
     [Thomas Lotterer <thomas@lotterer.net>]

  *) Remove useless pcre_test target from Makefile.in
     Excerpt from http://cvs.openpkg.org/chngview?cn=13354
     [Thomas Lotterer <thomas@lotterer.net>]

  *) Upgraded to PCRE 3.9
  *) Upgraded to PCRE 3.8

 Changes made to OSSP pcre 3.5 (29-Aug-2000 to 16-Aug-2001):

  *) Merged in changes between PCRE 3.4 to 3.5
  *) Upgraded GNU libtool from 1.3.5 to 1.4
  *) Upgraded GNU autoconf from 2.13 to 2.52
  *) Upgraded GNU shtool from 1.5.1 to 1.5.4
 
 Changes made to OSSP pcre 3.4-1 (01-Aug-2000 to 29-Aug-2000):

  *) Merged in changes between PCRE 3.3 to 3.4

 Changes made to OSSP pcre 3.3-1 (07-Jul-2000 to 01-Aug-2000):

  *) Merged in changes between PCRE 3.2 to 3.3
  *) Upgraded GNU shtool from 1.5.0 to 1.5.1

 Changes made to OSSP pcre 3.2-2 (16-May-2000 to 07-Jul-2000):

  *) Upgraded GNU libtool from 1.3.4 to 1.3.5
  *) Upgraded GNU shtool from 1.4.9 to 1.5.0

 Changes made to OSSP pcre 3.2-1 (09-Feb-2000 to 16-May-2000):

  *) Merged in changes between PCRE 3.1 to 3.2
  *) Upgraded GNU shtool from 1.4.7 to 1.4.9

 Changes made to OSSP pcre 3.1 (02-Feb-2000 to 09-Feb-2000):

  *) Merged in changes between PCRE 3.0 to 3.1
  *) Added "make check" as an alias for "make test"

 Changes made to OSSP pcre 3.0 (27-Dec-1999 to 02-Feb-2000):

  *) Merged in changes between PCRE 2.08 to 3.0
  *) Upgraded GNU shtool from 1.4.6 to 1.4.7
  *) Upgraded GNU libtool from 1.3.3 to 1.3.4
  *) Fix "make clean": remove pgrep, too.

 Changes made to OSSP pcre 2.08 (28-Sep-1999 to 27-Dec-1999):

  *) Added pgrep compile/link support to Makefile.in
  *) Removed pcre_chartables.c from CVS and ddistribution
  *) Changed from AXE to OSSP name
  *) Removed libtool script, it's generated.
  *) Fixed and enhanced hash function in pcre_match.c

 Changes made to OSSP pcre 2.08 (26-Aug-1999 to 28-Sep-1999):

  *) Readded PCRE_VERSION to pcre.h
  *) Upgraded to upstream PCRE 2.08 version
  *) Upgraded to GNU shtool 1.4.6

 Changes made to OSSP pcre 2.07 (17-Jul-1999 to 26-Aug-1999):

  *) Added README.OSSP
  *) Imported OSSP pcre into CVS
  *) Upgraded to upstream PCRE 2.07 version
  *) Fixed warnings in pcre_match.c
  *) Upgraded to GNU shtool 1.4.5

 Changes made to OSSP pcre 2.06 (22-Apr-1999 to 17-Jul-1999):

  *) Added pcre_match.c
  *) Upgraded to upstream PCRE 2.06 version
  *) Added again pgrep.c and pgrep.1
  *) Upgraded to GNU shtool 1.4.4
  *) Added GNU libtool facility

 Changes made to OSSP pcre 2.05 (xx-May-1999 to 22-Apr-1999):

  *) Upgraded to upstream PCRE 2.05 version

 Changes made to OSSP pcre 2.04 (*GENESIS* to xx-May-1999):

  *) Added GNU Autoconf support:
     The build tools, the -DUSE_BCOPY and -DSTRERROR_FROM_ERRLIST flags and
     the version string are now automatically determined.
  *) Renamed files to use the common pcre_ prefix in order to cleanup the
     source tree look and feel and to get more consistency:
         study.c -> pcre_study.c
         maketables.c -> pcre_maketables.c
         get.c -> pcre_get.c
         dftables.c -> pcre_dftables.c
         internal.h -> pcre_internal.h
         testinput -> testinput1
         testoutput -> testoutput1
         test* -> pcre_test.d/*
         pcretest.c -> pcre_test.c
         RunTest -> pcre_test.sh
  *) Added lshtool utility to source tree and added
     install target to Makefile with the help of this tool.
  *) Fixed the dependencies with pcre_chartables.c
  *) Cleanup the clean target and added additional distclean target.
  *) Added a pcre-config script which is installed under $(bindir) which is
     similar to the popular {gtk,glib,mm}-config scripts and can be used to
     easily build PCRE-based applications without knowing anything about it's
     installation paths.
  *) Appended Tech.Notes to README file
  *) Added a little INSTALL document
  *) Used PCRE 2.04 as basis.


CVSTrac 2.0.1