-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated changelog for version 0.15.0
- Loading branch information
1 parent
ba71a6f
commit 1f5fee6
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
strusPattern (0.15.0) | ||
* make code safer in case of ABRs | ||
* make approximate matching run with unicode | ||
* remove hardcoded setting of C++98 in CMake files | ||
* strenghten rules for printf style functions in the interface: issue warnings on wrong format string parameter lists for gcc | ||
* adapt interface changes in strus core,analyzer and base | ||
* many CMake build fixes | ||
* added dependency to tre library for post matching of regular expressions (replacing boost regex, because of approximative matching capabilities) | ||
* added method to define and retrieve pattern lexer lexem or symbol name | ||
* hyperscan library as submodule | ||
-- Patrick Frey <[email protected]> Sun, 3 Sep 2017 15:00:00 +0100 | ||
|
||
strusPattern (0.14.0) | ||
* increment version synchronously to strus core | ||
-- Patrick Frey <[email protected]> Wed, 15 Feb 2016 14:00:00 +0100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
struspattern (0.15.0-1) unstable; urgency=low | ||
* make code safer in case of ABRs | ||
* make approximate matching run with unicode | ||
* remove hardcoded setting of C++98 in CMake files | ||
* strenghten rules for printf style functions in the interface: issue warnings on wrong format string parameter lists for gcc | ||
* adapt interface changes in strus core,analyzer and base | ||
* many CMake build fixes | ||
* added dependency to tre library for post matching of regular expressions (replacing boost regex, because of approximative matching capabilities) | ||
* added method to define and retrieve pattern lexer lexem or symbol name | ||
* hyperscan library as submodule | ||
-- Patrick Frey <[email protected]> Sun, 3 Sep 2017 15:00:00 +0100 | ||
|
||
struspattern (0.14.0-1) unstable; urgency=low | ||
* increment version synchronously to strus core | ||
-- Patrick Frey <[email protected]> Wed, 15 Feb 2016 14:00:00 +0100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,6 +253,17 @@ make test | |
%{_includedir}/strus/lib/*.hpp | ||
|
||
%changelog | ||
* Sun Sep 3 2017 Patrick Frey <[email protected]> 0.15.0-0.1 | ||
- make code safer in case of ABRs | ||
- make approximate matching run with unicode | ||
- remove hardcoded setting of C++98 in CMake files | ||
- strenghten rules for printf style functions in the interface: issue warnings on wrong format string parameter lists for gcc | ||
- adapt interface changes in strus core,analyzer and base | ||
- many CMake build fixes | ||
- added dependency to tre library for post matching of regular expressions (replacing boost regex, because of approximative matching capabilities) | ||
- added method to define and retrieve pattern lexer lexem or symbol name | ||
- hyperscan library as submodule | ||
|
||
* Wed Feb 15 2017 Patrick Frey <[email protected]> 0.14.0-0.1 | ||
- increment version synchronously to strus core | ||
|
||
|