From 3b922c8d63c3335a2f030868dfb743c20aea038c Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 15 Feb 2019 09:13:19 -0500 Subject: [PATCH] 1.1.7 Versioning --- CHANGELOG.md | 4 ++++ rpm/libredfish.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5339170..6f1660e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.7] - 2019-02-15 +- Various compiler warning fixes +- Race condition fix for cURL global access + ## [1.1.6] - 2019-02-08 - Added ability to listen via TCP/OpenSSL socket - Windows build fixes diff --git a/rpm/libredfish.spec b/rpm/libredfish.spec index 93d3200..c9a9628 100644 --- a/rpm/libredfish.spec +++ b/rpm/libredfish.spec @@ -1,5 +1,5 @@ Name: libredfish -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} Summary: libRedfish is a C client library that allows for Creation of Entities (POST), Read of Entities (GET), Update of Entities (PATCH), Deletion of Entities (DELETE), running Actions (POST), receiving events, and providing some basic query abilities.