Skip to content

Commit d439f50

Browse files
committed
Release 2025.3
1 parent f4bc422 commit d439f50

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

Makefile-libostree.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ endif # USE_GPGME
177177
symbol_files = $(top_srcdir)/src/libostree/libostree-released.sym
178178

179179
# Uncomment this include when adding new development symbols.
180-
if BUILDOPT_IS_DEVEL_BUILD
181-
symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
182-
endif
180+
#if BUILDOPT_IS_DEVEL_BUILD
181+
#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
182+
#endif
183183

184184
# http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html
185185
wl_versionscript_arg = -Wl,--version-script=

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ m4_define([year_version], [2025])
44
m4_define([release_version], [3])
55
m4_define([package_version], [year_version.release_version])
66
AC_INIT([libostree], [package_version], [walters@verbum.org])
7-
is_release_build=no
7+
is_release_build=yes
88
AC_CONFIG_HEADER([config.h])
99
AC_CONFIG_MACRO_DIR([buildutil])
1010
AC_CONFIG_AUX_DIR([build-aux])

src/libostree/libostree-devel.sym

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,3 @@ global:
2929
someostree_symbol_deleteme;
3030
} LIBOSTREE_$YEAR.$LASTSTABLE;
3131
*/
32-
33-
LIBOSTREE_2025.3 {
34-
global:
35-
ostree_repo_write_config_and_reload;
36-
ostree_deployment_is_soft_reboot_target;
37-
ostree_sysroot_deployment_can_soft_reboot;
38-
ostree_sysroot_deployment_set_soft_reboot;
39-
ostree_sysroot_clear_soft_reboot;
40-
ostree_bootconfig_parser_get_tries_left;
41-
ostree_bootconfig_parser_get_tries_done;
42-
} LIBOSTREE_2025.2;

src/libostree/libostree-released.sym

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,17 @@ global:
732732
ostree_blob_reader_read_blob;
733733
} LIBOSTREE_2025.1;
734734

735+
LIBOSTREE_2025.3 {
736+
global:
737+
ostree_repo_write_config_and_reload;
738+
ostree_deployment_is_soft_reboot_target;
739+
ostree_sysroot_deployment_can_soft_reboot;
740+
ostree_sysroot_deployment_set_soft_reboot;
741+
ostree_sysroot_clear_soft_reboot;
742+
ostree_bootconfig_parser_get_tries_left;
743+
ostree_bootconfig_parser_get_tries_done;
744+
} LIBOSTREE_2025.2;
745+
735746
/* NOTE: Only add more content here in release commits! See the
736747
* comments at the top of this file.
737748
*/

tests/test-symbols.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
5454

5555
# ONLY update this checksum in release commits!
5656
cat > released-sha256.txt <<EOF
57-
eea94bdacf0f6a52c15ec5586372947b3e8467f42b8d08166df3576218774725 ${released_syms}
57+
80766c0ea2a0bc53d18f4eecc82a1710610468bdca39f23dda782365974e3baf ${released_syms}
5858
EOF
5959
sha256sum -c released-sha256.txt
6060

0 commit comments

Comments
 (0)