summaryrefslogtreecommitdiff
path: root/src/libostree/libostree-released.sym
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2019-04-24 16:12:31 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-04-25 16:47:40 +0000
commit80435e12a7ec055195d2355b60a0882b65d42a94 (patch)
tree670c9083672d1f240e00814773dd82d0f3774caf /src/libostree/libostree-released.sym
parent304abee9eba964d945eacad9217dcd4f9c678d4a (diff)
downloadostree-80435e12a7ec055195d2355b60a0882b65d42a94.tar.gz
Release 2019.2v2019.2
Also add `ostree_repo_get_bootloader` to the public API, which was missed when it was initially merged. Closes: #1844 Approved by: rfairley
Diffstat (limited to 'src/libostree/libostree-released.sym')
-rw-r--r--src/libostree/libostree-released.sym7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym
index 90b363ca..a4daaf1c 100644
--- a/src/libostree/libostree-released.sym
+++ b/src/libostree/libostree-released.sym
@@ -542,6 +542,13 @@ LIBOSTREE_2018.9 {
ostree_repo_get_default_repo_finders;
} LIBOSTREE_2018.7;
+/* No new symbols in 2019.1 */
+
+LIBOSTREE_2019.2 {
+ ostree_repo_get_bootloader;
+} LIBOSTREE_2018.9;
+
+
/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
*/