From e2f8ea6957a7b793e3ed93a3c76de63bd7bc0637 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Nov 2022 09:02:52 -0500 Subject: Release 2022.7 --- configure.ac | 2 +- src/libostree/libostree-devel.sym | 7 ------- src/libostree/libostree-released.sym | 7 +++++++ tests/test-symbols.sh | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 7d4f5fe9..84c02b2a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([year_version], [2022]) m4_define([release_version], [7]) 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 8f374bbe..9168db73 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -20,13 +20,6 @@ - uncomment the include in Makefile-libostree.am */ -LIBOSTREE_2022.7 { -global: - ostree_kernel_args_contains; - ostree_kernel_args_delete_if_present; - ostree_sysroot_initialize_with_mount_namespace; -} LIBOSTREE_2022.5; - /* Stub section for the stable release *after* this development one; don't * edit this other than to update the year. This is just a copy/paste * source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym index a5b9bdda..ee4e3fde 100644 --- a/src/libostree/libostree-released.sym +++ b/src/libostree/libostree-released.sym @@ -689,6 +689,13 @@ global: ostree_sysroot_deployment_set_kargs_in_place; } LIBOSTREE_2022.4; +LIBOSTREE_2022.7 { +global: + ostree_kernel_args_contains; + ostree_kernel_args_delete_if_present; + ostree_sysroot_initialize_with_mount_namespace; +} LIBOSTREE_2022.5; + /* 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 6eeb73ae..1442e2d7 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 <