From 55090f108d50a83c81b1e22c883dbfe3000dbace Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 8 Sep 2021 14:00:12 -0400 Subject: [PATCH] Release 2021.4 --- configure.ac | 2 +- src/libostree/libostree-devel.sym | 6 ------ src/libostree/libostree-released.sym | 7 +++++++ tests/test-symbols.sh | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 4002a8c7..1c528b19 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([year_version], [2021]) m4_define([release_version], [4]) 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 7e6f7784..e3cd14a4 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -22,12 +22,6 @@ - uncomment the include in Makefile-libostree.am */ -LIBOSTREE_2021.4 { -global: - ostree_repo_remote_get_gpg_keys; - ostree_repo_signature_verify_commit_data; -} LIBOSTREE_2021.3; - /* 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 becdfc55..1e359bfb 100644 --- a/src/libostree/libostree-released.sym +++ b/src/libostree/libostree-released.sym @@ -661,6 +661,13 @@ global: ostree_repo_lock_pop; } LIBOSTREE_2021.2; + +LIBOSTREE_2021.4 { +global: + ostree_repo_remote_get_gpg_keys; + ostree_repo_signature_verify_commit_data; +} LIBOSTREE_2021.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 89c3eb07..0de87be4 100755 --- a/tests/test-symbols.sh +++ b/tests/test-symbols.sh @@ -56,7 +56,7 @@ echo 'ok documented symbols' # ONLY update this checksum in release commits! cat > released-sha256.txt <