Bump version to 2.8.0 and write a NEWS entry

This commit is contained in:
Reuben Thomas
2015-02-26 23:16:27 +00:00
parent cfac9a7a49
commit eda82ee7b0
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Makefile for lrexlib
VERSION = 2.7.2
VERSION = 2.8.0
PROJECT = lrexlib
PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
+5
View File
@@ -1,3 +1,8 @@
2015-02-26 Release 2.8.0
* Add Lua 5.3 support
* No longer return empty matches adjacent to previous non-empty match.
2013-01-08 Release 2.7.2
* Fixed the use of alternative allocators, and a memory leak.