From: Joseph Marrero Corchado Date: Wed, 5 Aug 2026 20:25:53 +0000 (-0400) Subject: Release 2026.3 X-Git-Tag: archive/raspbian/2026.4-1+rpi1^2~15^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=867d4e000137d466e06c5173691458e0b4a38a26;p=ostree.git Release 2026.3 --- diff --git a/Makefile-libostree.am b/Makefile-libostree.am index af6a2854..cffad416 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -178,7 +178,7 @@ symbol_files = $(top_srcdir)/src/libostree/libostree-released.sym # Uncomment this include when adding new development symbols. #if BUILDOPT_IS_DEVEL_BUILD -symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym +#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym #endif # http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html diff --git a/configure.ac b/configure.ac index eacbabbd..ffa38502 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([year_version], [2026]) m4_define([release_version], [3]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=no +is_release_build=yes AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 3780d530..31b4ea8d 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -30,7 +30,4 @@ global: } LIBOSTREE_$YEAR.$LASTSTABLE; */ -LIBOSTREE_2026.3 { -global: - ostree_repo_verify_local_summary; -} LIBOSTREE_2025.2; +/* No new symbols yet for next development version */ diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym index 2adb3ff3..154b63fe 100644 --- a/src/libostree/libostree-released.sym +++ b/src/libostree/libostree-released.sym @@ -743,6 +743,11 @@ global: ostree_bootconfig_parser_get_tries_done; } LIBOSTREE_2025.2; +LIBOSTREE_2026.3 { +global: + ostree_repo_verify_local_summary; +} LIBOSTREE_2025.3; + /* NOTE: Only add more content here in release commits! See the * comments at the top of this file. */ diff --git a/tests/test-symbols.sh b/tests/test-symbols.sh index c852a44b..3e5a28cb 100755 --- a/tests/test-symbols.sh +++ b/tests/test-symbols.sh @@ -54,7 +54,7 @@ echo 'ok documented symbols' # ONLY update this checksum in release commits! cat > released-sha256.txt <