summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-05-07 16:38:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-05-07 16:38:04 +0000
commite2edacee629fd1fd2e4891078653455f03753d84 (patch)
tree4e65eaa423e52a8d1920ce242a6d58c6cc52bb5f
parentb145e0250d5e34f473698f335b4f966598263f2c (diff)
downloadpcre-e2edacee629fd1fd2e4891078653455f03753d84.tar.gz
Final updates for 7.7 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@347 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog10
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
3 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ffbe45..88c69f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PCRE
------------------
-Version 7.7 28-Apr-08
+Version 7.7 07-May-08
---------------------
1. Applied Craig's patch to sort out a long long problem: "If we can't convert
@@ -102,11 +102,11 @@ Version 7.7 28-Apr-08
ncurses library to be included for pcretest when ReadLine support is
requested, but also to allow for it to be overridden. This patch came from
Daniel Bergström.
-
+
19. There was a typo in the file ucpinternal.h where f0_rangeflag was defined
- as 0x00f00000 instead of 0x00800000. Luckily, this would not have caused
- any errors with the current Unicode tables. Thanks to Peter Kankowski for
- spotting this.
+ as 0x00f00000 instead of 0x00800000. Luckily, this would not have caused
+ any errors with the current Unicode tables. Thanks to Peter Kankowski for
+ spotting this.
Version 7.6 28-Jan-08
diff --git a/NEWS b/NEWS
index 3ad9d5c..affe6ea 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ News about PCRE releases
------------------------
-Release 7.7 28-Apr-08
+Release 7.7 07-May-08
---------------------
This is once again mainly a bug-fix release, but there are a couple of new
diff --git a/configure.ac b/configure.ac
index 02818a7..6865cca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,8 @@ dnl empty.
m4_define(pcre_major, [7])
m4_define(pcre_minor, [7])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2008-04-28])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2008-05-07])
# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre_version, [0:1:0])