summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-10-04 18:02:24 +0100
committerReuben Thomas <rrt@sc3d.org>2012-10-04 18:02:24 +0100
commit41d9fad85070f354b097b8be9aa34bd588314cdb (patch)
tree533aeb4f87143f79a1d057c23869f2f10b6573fe /NEWS
parenta3dd13c7a178a58ecabac18af29a38b71ec2e165 (diff)
downloadlrexlib-41d9fad85070f354b097b8be9aa34bd588314cdb.tar.gz
Replace build systems with LuaRocks.
A single Makefile remains to take care of tests, distribution, release and documentation. As a result, rockspecs are automatically generated for all lrexlib flavours (previously, only POSIX and PCRE were available).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94b5d3f..2ab071a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2012-10-04 Release 2.7.0
+
+ * Added support for searching raw memory buffers (e.g. made with
+ alien).
+ * Fixed possible invalid code generation in C (thanks, Michael
+ Tautschnig).
+ * Generate LuaRock rockspecs for all modules.
+ * Greatly simplify UNIX build system, relying on LuaRocks.
+ * Allow POSIX REG_STARTEND to be used on any system supporting it.
+ * Add a test set for POSIX regex engine (thanks, Enrico Tassi).
+ * Simplify some code.
+
2012-04-13 Release 2.6.0
* Added support for Lua 5.2.