Changelog for
strusbase-0.16.0.44-fc27.1.3.x86_64.rpm :
* Fri May 11 2018 Patrick Frey
0.16.0-0.1- implemented pseudo random number generator from snippets of other strus
* libraries- change handling of gettext to avoid warning: return a const char
* - implemented debug trace interface- fixed bug in regex implementation: search result with position 0 considered as not found
* Thu Mar 15 2018 Patrick Frey 0.15.7-0.1- added make target cppcheck for static code analysis- changed error handling: simplified error codes- added some more fileio functions- fixed wrong handling of double \'//\' in join file path- added some more error codes
* Mon Feb 12 2018 Patrick Frey 0.15.6-0.1- added some functions for file handling- added mandatory error codes to error handling
* 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- 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- fix format string qualifiers for printf like functions and add check format string attributes for gcc- CMake build fixes- change integer types in Numeric Variant to 64 bit- remove hardcoded setting of C++98 in CMake files- remove some wrong const qualifiers in ErrorBuffer interface
* 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- added function to evaluate the file size to fileio- fixed network byte order problem with float types- added SymbolTable class- fixed some bugs in config parsing- fixed some bugs in byte order conversion functions- many build fixes
* Sat Oct 01 2016 Patrick Frey 0.12.0-0.1- increment version parallel to analyzer (some interface files reorganization)
* Fri Sep 30 2016 Patrick Frey 0.11.1-0.1- moved bit operations header file from project strus to this project
* Wed Sep 28 2016 Patrick Frey 0.11.0-0.1- bugfix in the configuration parser (parse uint)
* Tue Jul 05 2016 Patrick Frey 0.10.0-0.1- increment version number parallel to other strus projects (for dependency rules)
* Thu Jun 09 2016 Patrick Frey 0.9.1-0.1- interface header file bugfix: one case of bad_alloc not handled correctly in strus/reference.hpp
* Thu Apr 28 2016 Patrick Frey 0.9.0-0.1- increment version number because of changes in the object builder interfaces
* Sun Apr 24 2016 Patrick Frey 0.8.8-0.1- fixed bug in own hton/ntoh functions for double
* Fri Apr 15 2016 Patrick Frey 0.8.7-0.1- moved numericVariant.hpp from strus to strusBase
* Fri Apr 15 2016 Patrick Frey 0.8.6-0.1- added strus/base/stdint.h (portability of integer types for C++98)
* Thu Apr 14 2016 Patrick Frey 0.8.5-0.1- forgot to package libstrus_error
* Thu Apr 14 2016 Patrick Frey 0.8.4-0.1- yet another version to convince redhat to build
* Thu Apr 14 2016 Patrick Frey 0.8.3-0.1- added header file description
* Thu Apr 14 2016 Patrick Frey 0.8.2-0.1- added forgotten deployment of C header files in spec files
* Thu Apr 14 2016 Patrick Frey 0.8.1-0.1- added forgotten info files to deploy and updated spec files
* Wed Apr 13 2016 Patrick Frey 0.8.0-0.1- initial revision