Release 0.1.1
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 14 May 2020 07:19:27 +0000 (16:19 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Mon, 18 May 2020 00:52:02 +0000 (09:52 +0900)
- Add comparison of JSON libraries usage
- Add Bool, Null type to JSON
- Add serialization to JSON
- Add string functions (trim, split)
- Add Array type to JSON
- Add basic JSON operations as header only library
- Revise license to Apache-2.0
- Refactor docker script
- Setup circleci

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
CMake/Definition.cmake
packaging/vist.spec

index 1d32e69..2926025 100644 (file)
@@ -12,7 +12,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License
 
-SET(VERSION "0.1.0")
+SET(VERSION "0.1.1")
 SET(OSQUERY_VERSION "4.0.0")
 
 SET(RO_DIR "/usr/share")
index e953718..5cdc7e9 100644 (file)
@@ -1,5 +1,5 @@
 Name: vist
-Version: 0.1.0
+Version: 0.1.1
 Release: 0
 License: Apache-2.0 and MIT
 Summary: ViST(Virtual Security Table) is an unified security API platform based virtual tables.