Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol cleanups #3097

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/libostree/libostree-devel.sym
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
- uncomment the include in Makefile-libostree.am
*/

LIBOSTREE_2023.8 {
global:
ostree_sysroot_update_post_copy;
} LIBOSTREE_2023.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
* with whatever the next version with new symbols will be.
LIBOSTREE_2021.$NEWVERSION {
LIBOSTREE_$YEAR.$NEWVERSION {
global:
someostree_symbol_deleteme;
} LIBOSTREE_2021.$LASTSTABLE;
} LIBOSTREE_$YEAR.$LASTSTABLE;
*/

LIBOSTREE_2023.11 {
global:
ostree_sysroot_update_post_copy;
} LIBOSTREE_2023.4;
Loading