Merge pull request #3097 from cgwalters/symbol-cleanups

Symbol cleanups
This commit is contained in:
Colin Walters 2023-11-21 08:34:32 -05:00 committed by GitHub
commit de22914e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,17 +20,17 @@
- uncomment the include in Makefile-libostree.am - 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 /* 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 * edit this other than to update the year. This is just a copy/paste
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION * source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
* with whatever the next version with new symbols will be. * with whatever the next version with new symbols will be.
LIBOSTREE_2021.$NEWVERSION { LIBOSTREE_$YEAR.$NEWVERSION {
global: global:
someostree_symbol_deleteme; someostree_symbol_deleteme;
} LIBOSTREE_2021.$LASTSTABLE; } LIBOSTREE_$YEAR.$LASTSTABLE;
*/ */
LIBOSTREE_2023.11 {
global:
ostree_sysroot_update_post_copy;
} LIBOSTREE_2023.4;