Skip to content

Commit

Permalink
version 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfrey committed Mar 15, 2018
1 parent 02b1359 commit 6f99332
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
strusPattern (0.15.7)
* 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
-- Patrick Frey <[email protected]> Thu, 15 Mar 2018 10:00:00 +0100

strusPattern (0.15.6)
* added some functions for introspection needed by the webservice
* adapted error handling to changes in base: mandatory error codes everywhere
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(cmake/install_prefix.cmake)
project( StrusPattern )
set( STRUS_MAJOR_VERSION 0 )
set( STRUS_MINOR_VERSION 15 )
set( STRUS_PATCH_VERSION 6 )
set( STRUS_PATCH_VERSION 7 )
set( STRUS_VERSION ${STRUS_MAJOR_VERSION}.${STRUS_MINOR_VERSION}.${STRUS_PATCH_VERSION} )
set( CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" )

Expand Down
6 changes: 6 additions & 0 deletions dist/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
struspattern (0.15.7-1) unstable; urgency=low
* 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
-- Patrick Frey <[email protected]> Thu, 15 Mar 2018 10:00:00 +0100

struspattern (0.15.6-1) unstable; urgency=low
* added some functions for introspection needed by the webservice
* adapted error handling to changes in base: mandatory error codes everywhere
Expand Down
5 changes: 5 additions & 0 deletions dist/redhat/struspattern.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@ make test
%{_includedir}/strus/lib/*.hpp

%changelog
* Thu Mar 15 2018 Patrick Frey <[email protected]> 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

* Tue Feb 12 2018 Patrick Frey <[email protected]> 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
Expand Down

0 comments on commit 6f99332

Please sign in to comment.