Lrexlib v2.9.1

This commit is contained in:
Shmuel Zeigerman
2020-08-07 12:10:29 +03:00
parent 6b517b141c
commit 69d5c442c5
7 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
# Makefile for lrexlib
VERSION = 2.9.0
VERSION = 2.9.1
PROJECT = lrexlib
PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
+4
View File
@@ -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.
+2 -2
View File
@@ -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.
+2 -2
View File
@@ -6,8 +6,8 @@
<body>
<h2>Lrexlib</h2>
<p>Copyright &copy; Reuben Thomas 2000-2015<br>
Copyright &copy; Shmuel Zeigerman 2004-2015
<p>Copyright &copy; Reuben Thomas 2000-2020<br>
Copyright &copy; Shmuel Zeigerman 2004-2020
<p>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:
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,7 +1,7 @@
# Use with GNU Make.
# Lrexlib version
VERSION = 2.9.0
VERSION = 2.9.1
# User Settings ------------------------------------------------------------