[Pcre-svn] [347] code/trunk: Final updates for 7.7 release.

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [347] code/trunk: Final updates for 7.7 release.
Revision: 347
          http://vcs.pcre.org/viewvc?view=rev&revision=347
Author:   ph10
Date:     2008-05-07 17:38:04 +0100 (Wed, 07 May 2008)


Log Message:
-----------
Final updates for 7.7 release.

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2008-04-30 16:35:49 UTC (rev 346)
+++ code/trunk/ChangeLog    2008-05-07 16:38:04 UTC (rev 347)
@@ -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 @@
     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\xF6m.
-    
+
 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

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2008-04-30 16:35:49 UTC (rev 346)
+++ code/trunk/NEWS    2008-05-07 16:38:04 UTC (rev 347)
@@ -2,7 +2,7 @@
 ------------------------



-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

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2008-04-30 16:35:49 UTC (rev 346)
+++ code/trunk/configure.ac    2008-05-07 16:38:04 UTC (rev 347)
@@ -8,8 +8,8 @@


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])