summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-10-05 15:59:43 -0400
committerColin Walters <walters@verbum.org>2021-10-05 15:59:43 -0400
commit63bf5e606b24c7343bfe622bf6af2110ee6beabc (patch)
tree72ed27febe53b187368d8551777c8661f1a2c7bd /src
parent8cb5d920c4b89d17c196f30f2c59fcbd4c762a17 (diff)
downloadostree-63bf5e606b24c7343bfe622bf6af2110ee6beabc.tar.gz
Release 2021.5v2021.5
Diffstat (limited to 'src')
-rw-r--r--src/libostree/libostree-devel.sym6
-rw-r--r--src/libostree/libostree-released.sym6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym
index 6b6b5c6c..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.5 {
-global:
- ostree_sepolicy_new_from_commit;
- ostree_mutable_tree_new_from_commit;
-} LIBOSTREE_2021.4;
-
/* 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 1e359bfb..d38362ba 100644
--- a/src/libostree/libostree-released.sym
+++ b/src/libostree/libostree-released.sym
@@ -668,6 +668,12 @@ global:
ostree_repo_signature_verify_commit_data;
} LIBOSTREE_2021.3;
+LIBOSTREE_2021.5 {
+global:
+ ostree_sepolicy_new_from_commit;
+ ostree_mutable_tree_new_from_commit;
+} LIBOSTREE_2021.4;
+
/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
*/