pcre/pcre.changes

187 lines
6.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Jan 9 11:28:53 CET 2007 - ms@suse.de
- fixed build for all architectures
-------------------------------------------------------------------
Mon Jan 8 16:07:02 CET 2007 - ms@suse.de
- update to new version 7.0
Changes: As well as a number of bugfixes, there has been a major
refactoring of the compiling code, which makes it easier to add new
features, including some new optimizations. A QuoteMeta function has been
added to the C++ wrapper. There is now a mode in which all Unicode newline
sequences are recognized. Support for the Perl 5.10 syntax for features
that were previously in PCRE but not in Perl (named groups, possessive
quantifiers) has been added.
-------------------------------------------------------------------
Sat Oct 28 17:50:04 CEST 2006 - meissner@suse.de
- CXXFLAGS needs RPM_OPT_FLAGS too.
-------------------------------------------------------------------
Mon Jul 10 16:29:14 CEST 2006 - ms@suse.de
- update to new version 6.7
- finally removed evil configure patch
- When UTF-8 mode was not set, PCRE looped when compiling certain patterns
containing an extended class (one that cannot be represented by a bitmap
because it contains high-valued characters or Unicode property items, e.g.
[\pZ]). Almost always one would set UTF-8 mode when processing such a
pattern, but PCRE should not loop if you do not (it no longer does).
[Detail: two cases were found: (a) a repeated subpattern containing an
extended class; (b) a recursive reference to a subpattern that followed a
previous extended class. It wasn't skipping over the extended class
correctly when UTF-8 mode was not set.]
- Applied a patch from the folks at Google to pcrecpp.cc, to fix "another
instance of the 'standard' template library not being so standard".
-------------------------------------------------------------------
Wed Jan 25 21:30:47 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 12 13:53:17 CET 2006 - mmj@suse.de
- build with -fstack-protector
-------------------------------------------------------------------
Thu Dec 1 01:39:04 CET 2005 - ro@suse.de
- hack libtool core in configure script
since configure.in is too broken for a autoreconf ...
-------------------------------------------------------------------
Mon Sep 19 17:53:52 CEST 2005 - mmj@suse.de
- update to the latest version v6.4
-------------------------------------------------------------------
Tue Aug 2 11:19:20 CEST 2005 - mmj@suse.de
- update to the latest version v6.2
-------------------------------------------------------------------
Thu Jun 23 13:18:50 CEST 2005 - mmj@suse.de
- update to latest version v6.1
-------------------------------------------------------------------
Mon Jun 13 08:51:51 CEST 2005 - mmj@suse.de
- add gcc-c++ to #nfb as well
-------------------------------------------------------------------
Wed Jun 8 23:41:35 CEST 2005 - mmj@suse.de
- update to latest version v6.0
-------------------------------------------------------------------
Mon May 23 11:17:20 CEST 2005 - mmj@suse.de
- use --enable-utf8
- use $RPM_OPT_FLAGS
-------------------------------------------------------------------
Thu Mar 31 17:39:53 CEST 2005 - uli@suse.de
- ignore test suite errors on ARM
-------------------------------------------------------------------
Mon Nov 22 17:12:31 CET 2004 - choeger@suse.de
- update to latest version v5.0
-------------------------------------------------------------------
Mon Jun 7 11:40:27 CEST 2004 - choeger@suse.de
- update to latest version v4.5
-------------------------------------------------------------------
Mon Jan 5 15:39:13 CET 2004 - schwab@suse.de
- Move pcre-config to pcre-devel.
-------------------------------------------------------------------
Fri Oct 31 17:05:26 CET 2003 - choeger@suse.de
- Don't build as root
-------------------------------------------------------------------
Thu Aug 21 15:22:38 CEST 2003 - choeger@suse.de
- update to v4.4
-------------------------------------------------------------------
Fri Aug 1 12:07:27 CEST 2003 - choeger@suse.de
- disabled Test2, because it is not 64bit arch clean
(contacted author, he knows about that problem)
-------------------------------------------------------------------
Wed Jul 30 14:56:52 CEST 2003 - choeger@suse.de
- update to most recent version v4.3
- splitted into -devel subpackage
-------------------------------------------------------------------
Fri Dec 6 04:42:15 CET 2002 - coolo@suse.de
- removed undefined symbols in libpcreposix
-------------------------------------------------------------------
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Fri Apr 5 10:57:15 CEST 2002 - coolo@suse.de
- fixing autoheader usage
- forward ported %libdir changes from sles7-s390x
-------------------------------------------------------------------
Tue Jan 22 19:07:26 CET 2002 - choeger@suse.de
- update to version 3.9
- added BuildRoot
-------------------------------------------------------------------
Tue Aug 21 01:11:46 MEST 2001 - mge@suse.de
- pcre 3.5
-------------------------------------------------------------------
Wed Apr 11 22:26:54 CEST 2001 - froh@suse.de
- suse_update_config
-------------------------------------------------------------------
Mon Dec 4 12:08:52 MET 2000 - mge@suse.de
- pcre 3.4
-------------------------------------------------------------------
Tue Jun 27 19:41:41 MEST 2000 - mge@suse.de
- pcre 3.2
-------------------------------------------------------------------
Thu Mar 2 12:22:48 CET 2000 - mge@suse.de
- fixed manpath
-------------------------------------------------------------------
Sun Feb 13 16:54:53 MET 2000 - mge@suse.de
- update to 3.1
- group tag
-------------------------------------------------------------------
Mon Oct 25 23:38:47 MEST 1999 - mge@suse.de
- initial SuSE-RPM: changed Makefile to install into /usr