From 24ef837dd2a3020bfbe4943c363b6a638ca7c39d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jun 2019 07:59:59 +0200 Subject: v0.9.11 --- compat_reports/0.9.10_to_0.9.11/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.10_to_0.9.11/compat_report.html diff --git a/compat_reports/0.9.10_to_0.9.11/compat_report.html b/compat_reports/0.9.10_to_0.9.11/compat_report.html new file mode 100644 index 0000000..edfd9f4 --- /dev/null +++ b/compat_reports/0.9.10_to_0.9.11/compat_report.html @@ -0,0 +1,485 @@ + + + + + + + + + + +libhdr_histogram: 0.9.10 to 0.9.11 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.10
Version #20.9.11
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.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.10
Version #20.9.11
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.1
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index 16c630a..d882ca8 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit e0409395b5c748d91d762cd9f5a3ca15a30149e7 +%global gh_commit 50f130578320e95f917d6a33d45faedc3500fe1f %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.10 +Version: 0.9.11 Release: 1%{?dist} License: CC0 or BSD @@ -118,6 +118,9 @@ make test %changelog +* Mon Jun 17 2019 Remi Collet - 0.9.11-1 +- update to 0.9.11 + * Mon May 20 2019 Remi Collet - 0.9.10-1 - update to 0.9.10 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index b723fa2..3d5048c 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.9.10 +0.9.11 -- cgit