From 021b77cceeab5927632684b737cd11f66ce087dc Mon Sep 17 00:00:00 2001 From: Boris Sekachev <40690378+bsekachev@users.noreply.github.com> Date: Wed, 3 Jul 2019 16:17:05 +0300 Subject: [PATCH] Fixed line endings for *.cfg (#540) * Fixed line endings * Updated CHANGELOG.md --- .gitattributes | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7c0b591b..f41e91d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ LICENSE text *.conf text *.mimetypes text *.sh text eol=lf +components/openvino/eula.cfg text eol=lf *.avi binary *.bmp binary diff --git a/CHANGELOG.md b/CHANGELOG.md index e48a83d1..c3de6500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed interpolation on the server near outside frames - Fixed dump for case when task name has a slash - Fixed auto annotation fail for multijob tasks +- Fixed installation of CVAT with OpenVINO on the Windows platform ### Security -