Skip to content

Commit

Permalink
Merge pull request ostreedev#3097 from cgwalters/symbol-cleanups
Browse files Browse the repository at this point in the history
Symbol cleanups
  • Loading branch information
cgwalters authored Nov 21, 2023
2 parents 82392e3 + 315cbdd commit de22914
Showing 1 changed file with 7 additions and 7 deletions.
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;

0 comments on commit de22914

Please sign in to comment.