From f24b69647af0ce38488c266d10585ea10bdc2593 Mon Sep 17 00:00:00 2001 From: Jon Clayden Date: Mon, 4 Dec 2023 18:09:18 +0000 Subject: [PATCH] Update description, news and licence file --- DESCRIPTION | 4 ++-- LICENCE | 2 +- NEWS | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4e0b09b..9e84a73 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ore -Version: 1.7.3 -Date: 2022-12-19 +Version: 1.7.4 +Date: 2023-12-04 Title: An R Interface to the Onigmo Regular Expression Library Author: Jon Clayden, based on Onigmo by K. Kosako and K. Takata Maintainer: Jon Clayden diff --git a/LICENCE b/LICENCE index b1c8991..f3a42c6 100644 --- a/LICENCE +++ b/LICENCE @@ -1,3 +1,3 @@ -YEAR: 2019 +YEAR: 2023 COPYRIGHT HOLDER: Jon Clayden ORGANIZATION: University College London diff --git a/NEWS b/NEWS index 3eed3bd..88015ee 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ Significant changes to the "ore" package are laid out below for each release. =============================================================================== +VERSION 1.7.4 + +- Named groups would not be propagated to match matrices unless the regex was + pre-compiled using `ore()`. This has been corrected. +- A compiler warning about a `printf`-type format specification has been + resolved. + +=============================================================================== + VERSION 1.7.3 - The package will now properly detect a plain locale like "UTF-8" on start-up.