From 770ad7abc32e05563b66c8cb50a8e2a3011aba73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Dec 2025 15:21:25 +0100 Subject: update to 8.18.0 --- compat_reports/8.17.3_to_8.18.0/compat_report.html | 1324 ++++++++++++++++++ .../8.18.0rc2_to_8.18.0/compat_report.html | 497 +++++++ .../8.17.3_to_8.18.0/compat_report.html | 1449 ++++++++++++++++++++ .../8.18.0rc2_to_8.18.0/compat_report.html | 497 +++++++ libvips-cpp.xml | 2 +- libvips.xml | 2 +- vips.spec | 5 +- 7 files changed, 3773 insertions(+), 3 deletions(-) create mode 100644 compat_reports/8.17.3_to_8.18.0/compat_report.html create mode 100644 compat_reports/8.18.0rc2_to_8.18.0/compat_report.html create mode 100644 compat_reports_cpp/8.17.3_to_8.18.0/compat_report.html create mode 100644 compat_reports_cpp/8.18.0rc2_to_8.18.0/compat_report.html diff --git a/compat_reports/8.17.3_to_8.18.0/compat_report.html b/compat_reports/8.17.3_to_8.18.0/compat_report.html new file mode 100644 index 0000000..09c93f8 --- /dev/null +++ b/compat_reports/8.17.3_to_8.18.0/compat_report.html @@ -0,0 +1,1324 @@ + + + + + + + + + +libvips: 8.17.3 to 8.18.0 compatibility report + + + +

API compatibility report for the libvips library between 8.17.3 and 8.18.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.17.3 (gcc 14)
Version #28.18.0 (gcc 15)
Archx86_64
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1653 / 256
Compatibility99.8%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-21
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low3
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Data Types
-2
Other Changes
in Constants
-2
+ +

Added Symbols  21 


+colour.h, libvips.so.42.20.0
+vips_Oklab2Oklch ( VipsImage* in, VipsImage** out, ... )
+vips_Oklab2XYZ ( VipsImage* in, VipsImage** out, ... )
+vips_Oklch2Oklab ( VipsImage* in, VipsImage** out, ... )
+vips_uhdr2scRGB ( VipsImage* in, VipsImage** out, ... )
+vips_XYZ2Oklab ( VipsImage* in, VipsImage** out, ... )
+
+enumtypes.h, libvips.so.42.20.0
+vips_foreign_pdf_page_box_get_type ( )
+
+foreign.h, libvips.so.42.20.0
+vips_dcrawload ( char const* filename, VipsImage** out, ... )
+vips_dcrawload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_dcrawload_source ( VipsSource* source, VipsImage** out, ... )
+vips_magickload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrload ( char const* filename, VipsImage** out, ... )
+vips_uhdrload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_uhdrload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrsave ( VipsImage* in, char const* filename, ... )
+vips_uhdrsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_uhdrsave_target ( VipsImage* in, VipsTarget* target, ... )
+
+header.h, libvips.so.42.20.0
+vips_image_get_gainmap ( VipsImage* image )
+vips_image_get_tile_height ( VipsImage* image )
+vips_image_get_tile_width ( VipsImage* image )
+vips_interpretation_bands ( enum VipsInterpretation interpretation )
+
+private.h, libvips.so.42.20.0
+vips__win32_terminate ( int ret )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+semaphore.h
+ +[+] struct VipsSemaphore  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  3 


+image.h
+ +[+] enum VipsInterpretation  1  +
+ + +
+semaphore.h
+ +[+] struct VipsSemaphore  2  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  4 


+private.h
+ +[+] VIPS__WINDOW_MARGIN_BYTES +
+ + + +[+] VIPS__WINDOW_MARGIN_PIXELS +
+ + +
+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+image.h
+ +[+] enum VipsInterpretation  2  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+header.h
+ +[+] VIPS_META_TILE_HEIGHT +
+ + + +[+] VIPS_META_TILE_WIDTH +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.19.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.17.3
Version #28.18.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1779 / 262
Compatibility99.8%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-21
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low13
Other Changes
in Data Types
-3
Other Changes
in Constants
-4
+ +

Added Symbols  21 


+colour.h
+vips_Oklab2Oklch ( VipsImage* in, VipsImage** out, ... )
+vips_Oklab2XYZ ( VipsImage* in, VipsImage** out, ... )
+vips_Oklch2Oklab ( VipsImage* in, VipsImage** out, ... )
+vips_uhdr2scRGB ( VipsImage* in, VipsImage** out, ... )
+vips_XYZ2Oklab ( VipsImage* in, VipsImage** out, ... )
+
+enumtypes.h
+vips_foreign_pdf_page_box_get_type ( )
+
+foreign.h
+vips_dcrawload ( char const* filename, VipsImage** out, ... )
+vips_dcrawload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_dcrawload_source ( VipsSource* source, VipsImage** out, ... )
+vips_magickload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrload ( char const* filename, VipsImage** out, ... )
+vips_uhdrload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_uhdrload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrsave ( VipsImage* in, char const* filename, ... )
+vips_uhdrsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_uhdrsave_target ( VipsImage* in, VipsTarget* target, ... )
+
+header.h
+vips_image_get_gainmap ( VipsImage* image )
+vips_image_get_tile_height ( VipsImage* image )
+vips_image_get_tile_width ( VipsImage* image )
+vips_interpretation_bands ( enum VipsInterpretation interpretation )
+
+private.h
+vips__win32_terminate ( int ret )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+semaphore.h
+ +[+] struct VipsSemaphore  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+semaphore.h
+ +[+] struct VipsSemaphore  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  13 


+private.h
+ +[+] VIPS__WINDOW_MARGIN_BYTES +
+ + + +[+] VIPS__WINDOW_MARGIN_PIXELS +
+ + +
+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + + +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_MINOR_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_MICRO_VERSION +
+ + + +[+] IM_MINOR_VERSION +
+ + + +[+] IM_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Data Types  3 


+image.h
+ +[+] enum VipsInterpretation  3  +
+ + +
+to the top
+ +

Other Changes in Constants  4 


+basic.h
+ +[+] VIPS_DEPRECATED_ENUMERATOR +
+ + +
+enumtypes.h
+ +[+] VIPS_TYPE_FOREIGN_PDF_PAGE_BOX +
+ + +
+header.h
+ +[+] VIPS_META_TILE_HEIGHT +
+ + + +[+] VIPS_META_TILE_WIDTH +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.19.3
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/8.18.0rc2_to_8.18.0/compat_report.html b/compat_reports/8.18.0rc2_to_8.18.0/compat_report.html new file mode 100644 index 0000000..4b3af56 --- /dev/null +++ b/compat_reports/8.18.0rc2_to_8.18.0/compat_report.html @@ -0,0 +1,497 @@ + + + + + + + + + +libvips: 8.18.0rc2 to 8.18.0 compatibility report + + + +

API compatibility report for the libvips library between 8.18.0rc2 and 8.18.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.18.0rc2 (gcc 14)
Version #28.18.0 (gcc 15)
Archx86_64
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1674 / 256
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  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.20.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.18.0rc2
Version #28.18.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1800 / 262
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
Low1
+ + +

Problems with Constants, Low Severity  1 


+version.h
+ +[+] VIPS_CONFIG +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.20.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports_cpp/8.17.3_to_8.18.0/compat_report.html b/compat_reports_cpp/8.17.3_to_8.18.0/compat_report.html new file mode 100644 index 0000000..56259af --- /dev/null +++ b/compat_reports_cpp/8.17.3_to_8.18.0/compat_report.html @@ -0,0 +1,1449 @@ + + + + + + + + + +libvips-cpp: 8.17.3 to 8.18.0 compatibility report + + + +

API compatibility report for the libvips-cpp library between 8.17.3 and 8.18.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibvips-cpp
Version #18.17.3 (gcc 14)
Version #28.18.0 (gcc 15)
Archx86_64
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types385 / 68
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-15
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Data Types
-2
Other Changes
in Constants
-2
+ +

Added Symbols  15 


+VImage8.h, libvips-cpp.so.42.20.0
+namespace vips
+ +VImage::dcrawload ( char const* filename, struct VOption* options ) [static] +
+ + + +VImage::dcrawload_buffer ( VipsBlob* buffer, struct VOption* options ) [static] +
+ + + +VImage::dcrawload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::magickload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::Oklab2Oklch ( struct VOption* options ) const +
+ + + +VImage::Oklab2XYZ ( struct VOption* options ) const +
+ + + +VImage::Oklch2Oklab ( struct VOption* options ) const +
+ + + +VImage::uhdr2scRGB ( struct VOption* options ) const +
+ + + +VImage::uhdrload ( char const* filename, struct VOption* options ) [static] +
+ + + +VImage::uhdrload_buffer ( VipsBlob* buffer, struct VOption* options ) [static] +
+ + + +VImage::uhdrload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::uhdrsave ( char const* filename, struct VOption* options ) const +
+ + + +VImage::uhdrsave_buffer ( struct VOption* options ) const +
+ + + +VImage::uhdrsave_target ( struct VTarget target, struct VOption* options ) const +
+ + + +VImage::XYZ2Oklab ( struct VOption* options ) const +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+image.h
+ +[+] enum VipsInterpretation  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  4 


+private.h
+ +[+] VIPS__WINDOW_MARGIN_BYTES +
+ + + +[+] VIPS__WINDOW_MARGIN_PIXELS +
+ + +
+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+image.h
+ +[+] enum VipsInterpretation  2  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+header.h
+ +[+] VIPS_META_TILE_HEIGHT +
+ + + +[+] VIPS_META_TILE_WIDTH +
+ + +
+to the top
+

Header Files  1 


+
+vips8
+
+
to the top
+

Libraries  1 


+
+libvips-cpp.so.42.19.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips-cpp
Version #18.17.3
Version #28.18.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types2336 / 281
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-36
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low13
Other Changes
in Data Types
-3
Other Changes
in Constants
-4
+ +

Added Symbols  36 


+colour.h
+vips_Oklab2Oklch ( VipsImage* in, VipsImage** out, ... )
+vips_Oklab2XYZ ( VipsImage* in, VipsImage** out, ... )
+vips_Oklch2Oklab ( VipsImage* in, VipsImage** out, ... )
+vips_uhdr2scRGB ( VipsImage* in, VipsImage** out, ... )
+vips_XYZ2Oklab ( VipsImage* in, VipsImage** out, ... )
+
+enumtypes.h
+vips_foreign_pdf_page_box_get_type ( )
+
+foreign.h
+vips_dcrawload ( char const* filename, VipsImage** out, ... )
+vips_dcrawload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_dcrawload_source ( VipsSource* source, VipsImage** out, ... )
+vips_magickload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrload ( char const* filename, VipsImage** out, ... )
+vips_uhdrload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_uhdrload_source ( VipsSource* source, VipsImage** out, ... )
+vips_uhdrsave ( VipsImage* in, char const* filename, ... )
+vips_uhdrsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_uhdrsave_target ( VipsImage* in, VipsTarget* target, ... )
+
+header.h
+vips_image_get_gainmap ( VipsImage* image )
+vips_image_get_tile_height ( VipsImage* image )
+vips_image_get_tile_width ( VipsImage* image )
+vips_interpretation_bands ( enum VipsInterpretation interpretation )
+
+private.h
+vips__win32_terminate ( int ret )
+
+VImage8.h
+namespace vips
+ +VImage::dcrawload ( char const* filename, struct VOption* options ) [static] +
+ + + +VImage::dcrawload_buffer ( VipsBlob* buffer, struct VOption* options ) [static] +
+ + + +VImage::dcrawload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::magickload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::Oklab2Oklch ( struct VOption* options ) const +
+ + + +VImage::Oklab2XYZ ( struct VOption* options ) const +
+ + + +VImage::Oklch2Oklab ( struct VOption* options ) const +
+ + + +VImage::uhdr2scRGB ( struct VOption* options ) const +
+ + + +VImage::uhdrload ( char const* filename, struct VOption* options ) [static] +
+ + + +VImage::uhdrload_buffer ( VipsBlob* buffer, struct VOption* options ) [static] +
+ + + +VImage::uhdrload_source ( struct VSource source, struct VOption* options ) [static] +
+ + + +VImage::uhdrsave ( char const* filename, struct VOption* options ) const +
+ + + +VImage::uhdrsave_buffer ( struct VOption* options ) const +
+ + + +VImage::uhdrsave_target ( struct VTarget target, struct VOption* options ) const +
+ + + +VImage::XYZ2Oklab ( struct VOption* options ) const +
+ + +
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+semaphore.h
+ +[+] struct VipsSemaphore  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+semaphore.h
+ +[+] struct VipsSemaphore  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  13 


+private.h
+ +[+] VIPS__WINDOW_MARGIN_BYTES +
+ + + +[+] VIPS__WINDOW_MARGIN_PIXELS +
+ + +
+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + + +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_MINOR_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_MICRO_VERSION +
+ + + +[+] IM_MINOR_VERSION +
+ + + +[+] IM_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Data Types  3 


+image.h
+ +[+] enum VipsInterpretation  3  +
+ + +
+to the top
+ +

Other Changes in Constants  4 


+basic.h
+ +[+] VIPS_DEPRECATED_ENUMERATOR +
+ + +
+enumtypes.h
+ +[+] VIPS_TYPE_FOREIGN_PDF_PAGE_BOX +
+ + +
+header.h
+ +[+] VIPS_META_TILE_HEIGHT +
+ + + +[+] VIPS_META_TILE_WIDTH +
+ + +
+to the top
+

Header Files  1 


+
+vips8
+
+
to the top
+

Libraries  1 


+
+libvips-cpp.so.42.19.3
+
+
to the top
+



+ +
+ + diff --git a/compat_reports_cpp/8.18.0rc2_to_8.18.0/compat_report.html b/compat_reports_cpp/8.18.0rc2_to_8.18.0/compat_report.html new file mode 100644 index 0000000..0b69af9 --- /dev/null +++ b/compat_reports_cpp/8.18.0rc2_to_8.18.0/compat_report.html @@ -0,0 +1,497 @@ + + + + + + + + + +libvips-cpp: 8.18.0rc2 to 8.18.0 compatibility report + + + +

API compatibility report for the libvips-cpp library between 8.18.0rc2 and 8.18.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibvips-cpp
Version #18.18.0rc2 (gcc 14)
Version #28.18.0 (gcc 15)
Archx86_64
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types400 / 68
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  1 


+
+vips8
+
+
to the top
+

Libraries  1 


+
+libvips-cpp.so.42.20.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips-cpp
Version #18.18.0rc2
Version #28.18.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types2376 / 281
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
Low1
+ + +

Problems with Constants, Low Severity  1 


+version.h
+ +[+] VIPS_CONFIG +
+ + +
+to the top
+

Header Files  1 


+
+vips8
+
+
to the top
+

Libraries  1 


+
+libvips-cpp.so.42.20.0
+
+
to the top
+



+ +
+ + diff --git a/libvips-cpp.xml b/libvips-cpp.xml index 9992621..37dacc4 100644 --- a/libvips-cpp.xml +++ b/libvips-cpp.xml @@ -9,7 +9,7 @@ -8.18.0rc2 +8.18.0 diff --git a/libvips.xml b/libvips.xml index 35d4d0a..67243ea 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.18.0rc2 +8.18.0 diff --git a/vips.spec b/vips.spec index 7eaf800..600333e 100644 --- a/vips.spec +++ b/vips.spec @@ -10,7 +10,7 @@ %global vips_version_base 8.18 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc3 +#global vips_prever rc3 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} # 2-3 builds needed to get the full stack (im6 only for EL8, EL9) @@ -492,6 +492,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Wed Dec 17 2025 Remi Collet - 8.18.0-1 +- update to 8.18.0 + * Wed Dec 10 2025 Remi Collet - 8.18.0~rc3-1 - update to 8.18.0-rc3 -- cgit