From 1094f6194126b392b9842786eeffa657beec1dbf Mon Sep 17 00:00:00 2001 From: tpaviot Date: Thu, 2 Mar 2017 06:45:45 +0100 Subject: [PATCH] Updated NEWS and appveyor files --- NEWS.md | 11 +++++++++++ appveyor.yml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e5d048aec9..840ae7260c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +### Version 0.17.3 - March 2017 + +This version is binary compatible with OCE 0.17, OCE 0.17.1 and OCE 0.17.2 + +* Fixed gcc "uninitialized variable" compilation warnings + +* Fixed debug library paths for gl2ps/freeimage/tbb + +Users who contributed to this release: + Thomas Paviot + ### Version 0.17.2 - May 2016 This version is binary compatible with 0CE 0.17 and OCE 0.17.1 diff --git a/appveyor.yml b/appveyor.yml index ad2a78356c..b7039e053f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ -version: oce-0.17.1-dev.{build} +version: oce-0.17.3.{build} environment: - oce_version: 0.17.1-dev + oce_version: 0.17.3 matrix: - generator: "MSYS Makefiles" Compiler: MinGW-gcc-4.8.1