Skip to content

Commit

Permalink
updated changelog for version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfrey committed Sep 3, 2017
1 parent ba71a6f commit 1f5fee6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
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
Expand Down
12 changes: 12 additions & 0 deletions dist/debian/changelog
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
Expand Down
11 changes: 11 additions & 0 deletions dist/redhat/struspattern.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f5fee6

Please sign in to comment.