Changelog for
strusutilities-devel-0.15.6.0-osutumbleweed.2.28.i586.rpm :
* 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
* Mon Dec 04 2017 Patrick Frey 0.15.4-0.1- strusDumpStatistics: added possibility to dump statistics as readable text- adapt interface changes in strus core- 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- remove hardcoded setting of C++98 in CMake files- many CMake build fixes- adapt interface changes in strus core
* Wed Feb 15 2017 Patrick Frey 0.14.0-0.1- adapt interface changes in strus core
* Mon Feb 06 2017 Patrick Frey 0.13.0-0.1- adapt interface changes in strus analyzer and strus core- new program strusPatternSerialize to serialize patterns in a pattern match program- new program strusInspectVectorStorage for inspecting a vector storage- new program strusBuildVectorStorage for building a vector storage from file- new program strusCreateVectorStorage for create a vector storage- strusUpdateStorage allows addressing documents to update by attribute name- many build fixes
* Sat Oct 01 2016 Patrick Frey 0.12.0-0.1- adapt interface changes in strus analyzer
* Wed Sep 28 2016 Patrick Frey 0.11.0-0.1- adapt interface changes in strus core- add program strusVectorSpace to handle vector space models
* Tue Jul 05 2016 Patrick Frey 0.10.0-0.1- increment version number as in other strus projects (for project dependencies)
* Thu Apr 28 2016 Patrick Frey 0.9.0-0.1- changes in the object builder interfaces
* Sun Apr 24 2016 Patrick Frey 0.8.1-0.1- adapted interface changes from strus core
* Wed Apr 13 2016 Patrick Frey 0.8.0-0.1- adapted interface changes from strus core
* Sun Apr 03 2016 Patrick Frey 0.7.1-0.1- adapted interface changes from strus core
* Wed Mar 30 2016 Patrick Frey 0.7.0-0.1- adapted interface changes from strus core: introducing scalar function objects used for combining ranking functions or to pass functions to weighting functions or summarizers
* Mon Mar 21 2016 Patrick Frey 0.6.0-0.1- changed license from GPLv3 to MPLv2 (Mozilla Public License, Version 2)
* Sun Mar 06 2016 Patrick Frey 0.5.0-0.1- adapted core interface changes- added new strusInspect command \'indexterms\' to browse through inverted index features
* Sun Jan 17 2016 Patrick Frey 0.4.1-0.1- fix typos in src license reference
* Sat Jan 02 2016 Patrick Frey 0.4.0-0.1- adapt minor version number to strus core
* Wed Dec 23 2015 Patrick Frey 0.3.2-0.1- escape control characters when printing forward index tokens in a formatted output (single tokens with info not content)
* Mon Dec 21 2015 Patrick Frey 0.3.1-0.1- fixing versioning problems on the Open Suse build cluster
* Fri Dec 18 2015 Patrick Frey 0.3.0-0.1- adapted core interface changes: better introspection for functions- adapted core interface changes: removed docno allocator interface and fdatasync on every new document insert when not using the docno allocator
* Tue Dec 01 2015 Patrick Frey 0.2.6-0.1- adapted interface changes in core: added interfaces for introspection (user names, docids, term types, term values)
* Mon Nov 30 2015 Patrick Frey 0.2.5-0.1- adapted interface changes in core: changed interface for peer message processing
* Thu Nov 26 2015 Patrick Frey 0.2.4-0.1- incremented version to 0.2.4 to resolve OBS trouble with dependencies
* Tue Nov 24 2015 Patrick Frey 0.2.3-0.1- synchronize version number with strus core- adapted strus core interface changes: StorageClient::documentNumber( const std::string&) returns 0, if document does not exist- define package dependency to strus
* not to patch version but to minor version
* Tue Nov 24 2015 Patrick Frey 0.2.2-0.1- propagate version number of cmake files to packaging
* Wed Nov 11 2015 Patrick Frey 0.2.0-0.1- adapted changes in query interface- adapted changes from strus core (QueryInterface::pushDuplicate removed)- better final message for strusCheckInsert- fix bug in check insert processor: convert the meta data to check to the correct type before comparison. Use the meta data description as hint rather than to use funny heuristics- removed hardcoded \'doclen\' metadata element (has now to be defined with an aggregator definition)- add possibility to specify configuration in strusCheckInsert- add option --configfile / -S to strusInsert,strusCreate,strusCheckInsert- fixed bug in loading meta data from file: Assignements to 0 were not parsed correctly- added missing boost libraries to insert tools- updated OBS package build support- fixed typo in latest changes- allow \'+\' as prefix operator of numbers (e.g. ranges)- improver query analyzer program language. Change option naming in strusQuery (-N instead of -n, -I instead of -i)- new program strusHelp to display description of loaded functions- change option short name for --time from -t (reserved for --threads) to -T- fixed bug in error of analyze query in query loader (came in with exception free interfacese)- adapted interface changes (new expression parameter cardinality)- do not checkin cmake generated files- fixed segfault because of wrong order of destructors called- adapt changes module loader: return boolean (success/failure) in loadModule method- adapting interface changes in strus utils library- build with visibility hidden- check all sources and fix missing handling of return values and errors that are now populated via the ErrorBufferInterface- correctly handle return values that came in with exception safe interface- make error messages translatable- exception safe interfaces- added possibility to define query on a subset of documents defined as set- rollback transaction on one wrong insert. make all symbols visible (temporaryliy till interfaces exception safe)- first version of unreliable malloc for testing (with hooks)- program loader for analyzer program: feature options before selection expression in grammar
* Sun Aug 16 2015 Patrick Frey v0.1.6-0.1- put common CMAKE stuff of all strus relaed projects into includes- adapted interface changes in strus storage peer interfaces
* Sun Aug 02 2015 Patrick Frey v0.1.5-0.1- added RPC proxying also for analyzer programs. Added new program strusAnalyzeQuery. Changed query analyzer to use bulk analyzer interface. Incremented version to v0.1.5- rename option --silent to --quiet- measure query time more precise (option -t strusQuery)
* Fri Jul 24 2015 Patrick Frey v0.1.4-0.1- reenable deprecated way of passing storage argument for strusCreate and strusDestroy (tutorial is based on it)- no default file extension .xml
* Tue Jul 14 2015 Patrick Frey v0.1.3-0.1- added possibility to load multiple analyzer configurations in inserter passed as analyzer map file instead of analyzer configuration. Incremented version number to v0.1.3- updated insert,checkInsert and generateKeyMap programs to support multiple analyzer configurations
* Thu Jul 09 2015 Patrick Frey v0.1.2-0.1- added exist database check option to strusCheckStorage- updated documentation- replaced content of README with a link to the strus utilities documentation
* Fri Jul 03 2015 Patrick Frey v0.1.1-0.1- Initial revision