diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 545b79db..8f00f2b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -259,21 +259,6 @@ VS2015-32-bit-static-no-apps: - build-release/*.exe - -VS2013-64-bit-shared-apps: - stage: build - variables: - BUILD_PLATFORM: "VS2013" - ARCHITECTURE: "x64" - SHARED: "TRUE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2013 - artifacts: - paths: - - build-release/*.exe - VS2013-64-bit-shared-no-apps: stage: build variables: @@ -288,20 +273,6 @@ VS2013-64-bit-shared-no-apps: paths: - build-release/*.exe -VS2013-32-bit-shared-apps: - stage: build - variables: - BUILD_PLATFORM: "VS2013" - ARCHITECTURE: "x32" - SHARED: "TRUE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2013 - artifacts: - paths: - - build-release/*.exe - VS2013-32-bit-shared-no-apps: stage: build variables: @@ -316,20 +287,6 @@ VS2013-32-bit-shared-no-apps: paths: - build-release/*.exe -VS2013-64-bit-static-apps: - stage: build - variables: - BUILD_PLATFORM: "VS2013" - ARCHITECTURE: "x64" - SHARED: "FALSE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2013 - artifacts: - paths: - - build-release/*.exe - VS2013-64-bit-static-no-apps: stage: build variables: @@ -344,20 +301,6 @@ VS2013-64-bit-static-no-apps: paths: - build-release/*.exe -VS2013-32-bit-static-apps: - stage: build - variables: - BUILD_PLATFORM: "VS2013" - ARCHITECTURE: "x32" - SHARED: "FALSE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2013 - artifacts: - paths: - - build-release/*.exe - VS2013-32-bit-static-no-apps: stage: build variables: diff --git a/Doc/changelog.docu b/Doc/changelog.docu index fe44af41..52ebd96b 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -9,6 +9,11 @@ 8.0 (?/?/?) +Breaking changes: + + Core