From 69d5c442c5a4bdc1271103e88c5c798b605e9ed2 Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Fri, 7 Aug 2020 12:10:29 +0300 Subject: Lrexlib v2.9.1 --- LICENSE | 4 ++-- Makefile | 2 +- NEWS | 4 ++++ README.rst | 4 ++-- doc/license.html | 4 ++-- rockspecs.lua | 2 +- windows/mingw/_mingw.mak | 2 +- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index ac0dd4a..cfd2df4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,8 @@ License of Lrexlib release -------------------------- -Copyright (C) Reuben Thomas 2000-2017 -Copyright (C) Shmuel Zeigerman 2004-2017 +Copyright (C) Reuben Thomas 2000-2020 +Copyright (C) Shmuel Zeigerman 2004-2020 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/Makefile b/Makefile index 6f8322c..adba455 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for lrexlib -VERSION = 2.9.0 +VERSION = 2.9.1 PROJECT = lrexlib PROJECT_VERSIONED = $(PROJECT)-$(VERSION) diff --git a/NEWS b/NEWS index 04bbaac..02a7b3c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2020-08-07 Release 2.9.1 + + * Add Lua 5.4 support + 2017-11-07 Release 2.9.0 * Add PCRE2 support. diff --git a/README.rst b/README.rst index 2b58ff7..b9679d3 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,8 @@ Lrexlib (POSIX_, PCRE_, PCRE2_, GNU_, TRE_ and Oniguruma_) to Lua_ >= 5.1. The bindings for TRE and Oniguruma are not currently complete. -**Lrexlib** is copyright Reuben Thomas 2000-2017 and copyright Shmuel -Zeigerman 2004-2017, and is released under the same license as Lua, +**Lrexlib** is copyright Reuben Thomas 2000-2020 and copyright Shmuel +Zeigerman 2004-2020, and is released under the same license as Lua, the MIT_ license (otherwise known as the revised BSD license). There is no warranty. diff --git a/doc/license.html b/doc/license.html index 120db22..13b4595 100644 --- a/doc/license.html +++ b/doc/license.html @@ -6,8 +6,8 @@

Lrexlib

-

Copyright © Reuben Thomas 2000-2015
-Copyright © Shmuel Zeigerman 2004-2015 +

Copyright © Reuben Thomas 2000-2020
+Copyright © Shmuel Zeigerman 2004-2020

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/rockspecs.lua b/rockspecs.lua index 7da3b07..ebe1c1b 100644 --- a/rockspecs.lua +++ b/rockspecs.lua @@ -25,7 +25,7 @@ default = { description = { summary = "Regular expression library binding ("..flavour.." flavour).", detailed = [[ -Lrexlib is a regular expression library for Lua 5.1-5.3, which +Lrexlib is a regular expression library for Lua 5.1-5.4, which provides bindings for several regular expression libraries. This rock provides the ]]..flavour..[[ bindings.]], homepage = "http://github.com/rrthomas/lrexlib", diff --git a/windows/mingw/_mingw.mak b/windows/mingw/_mingw.mak index 2da8125..3d99877 100644 --- a/windows/mingw/_mingw.mak +++ b/windows/mingw/_mingw.mak @@ -1,7 +1,7 @@ # Use with GNU Make. # Lrexlib version -VERSION = 2.9.0 +VERSION = 2.9.1 # User Settings ------------------------------------------------------------ -- cgit v1.2.1