Release 2021.4
authorColin Walters <walters@verbum.org>
Wed, 8 Sep 2021 18:00:12 +0000 (14:00 -0400)
committerColin Walters <walters@verbum.org>
Wed, 8 Sep 2021 18:00:12 +0000 (14:00 -0400)
configure.ac
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 4002a8c7a9a01c1df85e1e673540f2fe0954590f..1c528b19d5542b2500bf16727d89fcbee831e1fd 100644 (file)
@@ -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])
index 7e6f77849b80eb18d19e132020f2e1fb89c3691e..e3cd14a4afe56c8312e676914df80f6d08d329e0 100644 (file)
    - 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
index becdfc55c14d8585d3c5dd4000e07d4ab22e8bbd..1e359bfb32ca612b55d4f72f33749d8d4c73e350 100644 (file)
@@ -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.
  */
index 89c3eb07d996115b45fba3d9d20dfb34aa08cb68..0de87be4a21a8ec697724221945aa47b4f16a8a1 100755 (executable)
@@ -56,7 +56,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-d4eb6d642150d9285b399c7a429603124aeda4215d3f62b92ad3956f04dd2dfe  ${released_syms}
+9d020c9696a6df66b32714dc1ef37d06bb90b4adf8b248558b5838f9ee18729a  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt