Release 2020.7
This commit is contained in:
parent
a13509ee7d
commit
32a3a12973
|
|
@ -10,7 +10,7 @@ m4_define([year_version], [2020])
|
||||||
m4_define([release_version], [7])
|
m4_define([release_version], [7])
|
||||||
m4_define([package_version], [year_version.release_version])
|
m4_define([package_version], [year_version.release_version])
|
||||||
AC_INIT([libostree], [package_version], [walters@verbum.org])
|
AC_INIT([libostree], [package_version], [walters@verbum.org])
|
||||||
is_release_build=no
|
is_release_build=yes
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([buildutil])
|
AC_CONFIG_MACRO_DIR([buildutil])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
|
||||||
|
|
@ -17,20 +17,6 @@
|
||||||
Boston, MA 02111-1307, USA.
|
Boston, MA 02111-1307, USA.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
LIBOSTREE_2020.7 {
|
|
||||||
global:
|
|
||||||
/* Add symbols here, and uncomment the bits in
|
|
||||||
* Makefile-libostree.am to enable this too.
|
|
||||||
*/
|
|
||||||
ostree_repo_static_delta_execute_offline_with_signature;
|
|
||||||
ostree_repo_static_delta_verify_signature;
|
|
||||||
ostree_bootconfig_parser_get_overlay_initrds;
|
|
||||||
ostree_bootconfig_parser_set_overlay_initrds;
|
|
||||||
ostree_sysroot_deploy_tree_with_options;
|
|
||||||
ostree_sysroot_stage_tree_with_options;
|
|
||||||
ostree_sysroot_stage_overlay_initrd;
|
|
||||||
} LIBOSTREE_2020.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
|
||||||
|
|
|
||||||
|
|
@ -622,6 +622,20 @@ global:
|
||||||
|
|
||||||
/* No new symbols in 2020.6 */
|
/* No new symbols in 2020.6 */
|
||||||
|
|
||||||
|
LIBOSTREE_2020.7 {
|
||||||
|
global:
|
||||||
|
/* Add symbols here, and uncomment the bits in
|
||||||
|
* Makefile-libostree.am to enable this too.
|
||||||
|
*/
|
||||||
|
ostree_repo_static_delta_execute_offline_with_signature;
|
||||||
|
ostree_repo_static_delta_verify_signature;
|
||||||
|
ostree_bootconfig_parser_get_overlay_initrds;
|
||||||
|
ostree_bootconfig_parser_set_overlay_initrds;
|
||||||
|
ostree_sysroot_deploy_tree_with_options;
|
||||||
|
ostree_sysroot_stage_tree_with_options;
|
||||||
|
ostree_sysroot_stage_overlay_initrd;
|
||||||
|
} LIBOSTREE_2020.4;
|
||||||
|
|
||||||
/* NOTE: Only add more content here in release commits! See the
|
/* NOTE: Only add more content here in release commits! See the
|
||||||
* comments at the top of this file.
|
* comments at the top of this file.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ echo 'ok documented symbols'
|
||||||
|
|
||||||
# ONLY update this checksum in release commits!
|
# ONLY update this checksum in release commits!
|
||||||
cat > released-sha256.txt <<EOF
|
cat > released-sha256.txt <<EOF
|
||||||
f341345be2da30ab8043ac3d555f75edaae25aaad9f81a933fb4e33a47fe7cc4 ${released_syms}
|
540ee37ff081a8649fd1b1fa3cf1b80f7b8abb01f6ba71eead0b3b828d6cb696 ${released_syms}
|
||||||
EOF
|
EOF
|
||||||
sha256sum -c released-sha256.txt
|
sha256sum -c released-sha256.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue