Skip to content

v2.6.0 Release

Compare
Choose a tag to compare
@justinfx justinfx released this 15 Apr 09:25
· 95 commits to master since this release

Changelog

This release introduces C++11 support to the C++ library, and optionally removes the dependency on libpcre when std::regex is available (gcc >= 4.9). Waf build automatically detects which type to use.

Additionally, the older bindings version of the C++ library (bindings to Go lib) have been moved to an "exp/" directory, and the active library has been renamed to "cpp/".

44fc46b restructure cpp source to move old Go bindings to ext and port to "cpp" Support C++11 and std::regex by default; detect older compiler and use libpcre refs #9
ddd4e3b cpp: Fix bug in regex when long extension confuses numbers (refs #11)
bd20ec6 go: Fix bug in regex when long extension confuses numbers (refs #11)