summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-20 19:52:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-20 19:52:18 +0000
commite159438c9a2c050fc1e3d60062a5c1a6a4aca7da (patch)
treefb0fe2dafa856601a7122b6e41c53d60d57017af
parentda910a1dbac71be71bf0d55ee38f9d1c94ba376e (diff)
downloadpcre-e159438c9a2c050fc1e3d60062a5c1a6a4aca7da.tar.gz
Add detail to cmake update note.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@304 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57137dd..823423b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,16 @@ Version 7.6 19-Jan-08
HAVE_LONG_LONG is not defined.
3. Applied Christian Ehrlicher's patch to update the CMake build files to
- bring them up to date and include new features.
+ bring them up to date and include new features. This patch includes:
+
+ - Fixed PH's badly added libz and libbz2 support.
+ - Fixed a problem with static linking.
+ - Added pcredemo.
+ - Fixed dftables problem and added an option.
+ - Added a number of HAVE_XXX tests, including HAVE_WINDOWS_H and
+ HAVE_LONG_LONG.
+ - Added readline support for pcretest.
+ - Added an listing of the option settings after cmake has run.
Version 7.5 10-Jan-08