[Pcre-svn] [1748] code/trunk: Final file tidies (dates) for …

Páxina inicial
Borrar esta mensaxe
Autor: Subversion repository
Data:  
Para: pcre-svn
Asunto: [Pcre-svn] [1748] code/trunk: Final file tidies (dates) for 8.43 release.
Revision: 1748
          http://vcs.pcre.org/viewvc?view=rev&revision=1748
Author:   ph10
Date:     2019-02-23 16:45:23 +0000 (Sat, 23 Feb 2019)
Log Message:
-----------
Final file tidies (dates) for 8.43 release.


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


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2019-01-25 16:08:32 UTC (rev 1747)
+++ code/trunk/ChangeLog    2019-02-23 16:45:23 UTC (rev 1748)
@@ -5,8 +5,8 @@
 development is happening in the PCRE2 10.xx series.



-Version 8.43 25-January-2019
-----------------------------
+Version 8.43 23-February-2019
+-----------------------------

1. Some time ago the config macro SUPPORT_UTF8 was changed to SUPPORT_UTF
because it also applies to UTF-16 and UTF-32. However, this change was not made

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2019-01-25 16:08:32 UTC (rev 1747)
+++ code/trunk/NEWS    2019-02-23 16:45:23 UTC (rev 1748)
@@ -5,14 +5,14 @@
 only. New projects are advised to use the new PCRE2 libraries.



-Release 8.42 20-March-2018
---------------------------
+Release 8.43 23-February-2019
+-----------------------------

This is a bug-fix release.


-Release 8.43 25-January-2019
-----------------------------
+Release 8.42 20-March-2018
+--------------------------

This is a bug-fix release.


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2019-01-25 16:08:32 UTC (rev 1747)
+++ code/trunk/configure.ac    2019-02-23 16:45:23 UTC (rev 1748)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [43])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2019-01-23])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2019-02-23])

# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.