From 7051483e3d0be7e6d9791473d3cfc658e7b4305a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 May 2019 08:55:21 +0200 Subject: v0.9.10 --- compat_reports/0.9.8_to_0.9.10/compat_report.html | 485 ++++++++++++++++++++++ hdrhistogram.spec | 7 +- libhdr_histogram.xml | 2 +- 3 files changed, 491 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.9.8_to_0.9.10/compat_report.html diff --git a/compat_reports/0.9.8_to_0.9.10/compat_report.html b/compat_reports/0.9.8_to_0.9.10/compat_report.html new file mode 100644 index 0000000..365cbc4 --- /dev/null +++ b/compat_reports/0.9.8_to_0.9.10/compat_report.html @@ -0,0 +1,485 @@ + + + + + + + + + + +libhdr_histogram: 0.9.8 to 0.9.10 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.8 and 0.9.10 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.8
Version #20.9.10
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types71 / 33
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.3.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.8
Version #20.9.10
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types71 / 33
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.3.1.0
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index 3681325..16c630a 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 1b290d45fee1be984dfa08bfe0cc3adf34fe2f5e +%global gh_commit e0409395b5c748d91d762cd9f5a3ca15a30149e7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -16,7 +16,7 @@ Name: hdrhistogram Summary: A High Dynamic Range (HDR) Histogram -Version: 0.9.8 +Version: 0.9.10 Release: 1%{?dist} License: CC0 or BSD @@ -118,6 +118,9 @@ make test %changelog +* Mon May 20 2019 Remi Collet - 0.9.10-1 +- update to 0.9.10 + * Mon Jan 21 2019 Remi Collet - 0.9.8-1 - update to 0.9.8 - soname bump to 3 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index c2e597e..b723fa2 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.9.7 +0.9.10 -- cgit