Release 2022.7
authorColin Walters <walters@verbum.org>
Wed, 23 Nov 2022 14:02:52 +0000 (09:02 -0500)
committerColin Walters <walters@verbum.org>
Wed, 23 Nov 2022 14:02:52 +0000 (09:02 -0500)
configure.ac
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 7d4f5fe97d7ff7968c27312cd37f1e0fecf1a621..84c02b2a04e5d1a60ef75e561adf05c2b7987a64 100644 (file)
@@ -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])
index 8f374bbeb7ae8856098d080fdad71854704593ae..9168db734a10e79204fc82ab96d895028d79b717 100644 (file)
    - 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
index a5b9bdda72ca1c605b9a7c0e01c4c6bbb17e0bee..ee4e3fde5743cb3ec5024e4f742296ac7bbad10f 100644 (file)
@@ -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.
  */
index 6eeb73ae8025c59c72745f5755750fa108b2be63..1442e2d7d66be20528cdb11e1de42525af465359 100755 (executable)
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-370e560e4044b17523d23b04e383539cd22eac7c3067b7324803129ceebd73f0  ${released_syms}
+d7b5a766b1607f7334e9b6f15385ad872879e336a160ae76336243e493f7ceab  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt