Changelog for
struspattern-0.15.7.2-1.45.x86_64.rpm :
* Thu Mar 15 2018 Patrick Frey
0.15.7-0.1- added make target cppcheck for static code analysis- adapted changes in error handling defined in strus base: simplified error codes- fixed unnecessary dependency to python (copy paste typo) in travis build
* Mon Feb 12 2018 Patrick Frey 0.15.6-0.1- added some functions for introspection needed by the webservice- adapted error handling to changes in base: mandatory error codes everywhere
* Fri Dec 29 2017 Patrick Frey 0.15.5-0.1- fixed several build issues: Build with Clang, Fix bugs in travis build
* Fri Dec 29 2017 Patrick Frey 0.15.5-0.1- fixed several build issues: Build with Clang, Fix bugs in travis build
* Mon Dec 04 2017 Patrick Frey 0.15.4-0.1- fixed handling of symbols: Did not work with more than one lexem type with symbols assigned- added -Wshadow for C++ build
* Fri Oct 13 2017 Patrick Frey 0.15.3-0.1- RPath fixes and some CMake file reorganization
* Wed Sep 27 2017 Patrick Frey 0.15.2-0.1- bring up travis build, some minor fixes
* Mon Sep 04 2017 Patrick Frey 0.15.1-0.1- release to cleanup mess with missing CHANGELOG in 0.15.0
* Sun Sep 03 2017 Patrick Frey 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 0.14.0-0.1- increment version synchronously to strus core
* Mon Feb 06 2017 Patrick Frey 0.13.0-0.1- rename project from strusStream to strusPattern- adapt interface changes in analyzer- elimination of covered results if specified by option- SymbolTable moved to strus base- rearrange code- many build fixes
* Sat Oct 01 2016 Patrick Frey 0.12.0-0.1- adapt interface changes in analyzer (some interface files reorganization)- moved interfaces to analyzer (only implementation in this project)
* Fri Sep 30 2016 Patrick Frey 0.11.1-0.1- moved pattern matching interfaces to strus analyzer project
* Wed Sep 28 2016 Patrick Frey 0.11.0-0.1- keep version number in sync with core
* Sun Jul 10 2016 Patrick Frey 0.10.1-0.1- adapt interface changes in analyzer (segmenter document markup interface)
* Tue Jul 05 2016 Patrick Frey 0.10.0-0.1- version increment along other strus projects (for dependency rules)- many bugfixes and added tests -- development still in progress
* Mon May 16 2016 Patrick Frey 0.9.0-0.1- initial revision