From 9bb1ffc840688d240ab192c7dfb0cdb26995b40e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 08:07:43 +0200 Subject: v0.11.1 --- compat_reports/0.11.0_to_0.11.1/compat_report.html | 485 +++++++++++++++++++++ hdrhistogram.spec | 9 +- libhdr_histogram.xml | 2 +- 3 files changed, 492 insertions(+), 4 deletions(-) create mode 100644 compat_reports/0.11.0_to_0.11.1/compat_report.html diff --git a/compat_reports/0.11.0_to_0.11.1/compat_report.html b/compat_reports/0.11.0_to_0.11.1/compat_report.html new file mode 100644 index 0000000..fa864d1 --- /dev/null +++ b/compat_reports/0.11.0_to_0.11.1/compat_report.html @@ -0,0 +1,485 @@ + + + + + + + + + + +libhdr_histogram: 0.11.0 to 0.11.1 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.11.0 and 0.11.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.11.0
Version #20.11.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.6.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.11.0
Version #20.11.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.6.1.0
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index e23bf8d..e16b572 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 04cb4a110aea00e2c995af3eaa317fe9046b944f +%global gh_commit b9c1b3ee1c7eb1c2e8b02aa032a65c5ca9d82b49 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -16,8 +16,8 @@ Name: HdrHistogram_c Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.0 -Release: 2%{?dist} +Version: 0.11.1 +Release: 1%{?dist} License: CC0 or BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -148,6 +148,9 @@ fi %changelog +* Fri Sep 11 2020 Remi Collet - 0.11.1-1 +- update to 0.11.1 + * Wed Aug 19 2020 Remi Collet - 0.11.0-2 - fix cmake usage for F33 build diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index 1ea0347..f4bec55 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.11.0 +0.11.1 -- cgit