Release 2024.7
authorColin Walters <walters@verbum.org>
Thu, 18 Jul 2024 15:39:10 +0000 (11:39 -0400)
committerColin Walters <walters@verbum.org>
Thu, 18 Jul 2024 21:55:21 +0000 (17:55 -0400)
Signed-off-by: Colin Walters <walters@verbum.org>
Makefile-libostree.am
configure.ac
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 915b20b8c2b45eed5d07c462d01f87add2f8dfab..11a7bbedd3cc5375327b3de1ffe87d03f7f963f3 100644 (file)
@@ -175,9 +175,9 @@ endif # USE_GPGME
 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
-endif
+#if BUILDOPT_IS_DEVEL_BUILD
+#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
+#endif
 
 # http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html
 wl_versionscript_arg = -Wl,--version-script=
index 538ff3456e70e679ff2918ccc2e4eb958d55dab6..b2209edaadd4dd73ffe12da1166076e91f64d82a 100644 (file)
@@ -4,7 +4,7 @@ m4_define([year_version], [2024])
 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 5c4bddb87b68e8178d2a29c6ca80cf60d412aec7..6640e11c78d7a370a8191ff9a97b285a29df0b8f 100644 (file)
    - uncomment the include in Makefile-libostree.am
 */
 
-LIBOSTREE_2024.7 {
-global:
-  ostree_repo_checkout_composefs;
-} LIBOSTREE_2023.8;
-
 /* 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 2729d517763d43d9bcfd796d1a589a9d2cbf8845..36e8fd8f93075b1f318914baf7caecca3c253110 100644 (file)
@@ -713,6 +713,11 @@ global:
   ostree_sysroot_change_finalization;
 } LIBOSTREE_2023.4;
 
+LIBOSTREE_2024.7 {
+global:
+  ostree_repo_checkout_composefs;
+} LIBOSTREE_2023.8;
+
 /* NOTE: Only add more content here in release commits!  See the
  * comments at the top of this file.
  */
index 574abc7a5bf4a06cda679ccc2fac0b7c7ce74bc9..2677cf8bcd807bd906921905f1bcf8852dbfc40f 100755 (executable)
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-b42b9f10de219a35ce645215ac32d3dfb8467c6d9ac63ef9caeef00f12669ea7  ${released_syms}
+2cbaf02fbd6d5e07cc59597dd5fc21a548bb66dde99a96c3f07fa0e46699ae57  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt