Skip to content

Commit 1dd64eb

Browse files
committed
Release 2025.2
Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 75f2f7d commit 1dd64eb

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Makefile-libostree.am

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

177177
# Uncomment this include when adding new development symbols.
178-
if BUILDOPT_IS_DEVEL_BUILD
179-
symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
180-
endif
178+
#if BUILDOPT_IS_DEVEL_BUILD
179+
#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
180+
#endif
181181

182182
# http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html
183183
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], [2])
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@
2020
- uncomment the include in Makefile-libostree.am
2121
*/
2222

23-
LIBOSTREE_2025.2 {
24-
global:
25-
ostree_sepolicy_set_null_log;
26-
ostree_sign_read_pk;
27-
ostree_sign_read_sk;
28-
ostree_blob_reader_get_type;
29-
ostree_blob_reader_read_blob;
30-
} LIBOSTREE_2025.1;
31-
3223
/* Stub section for the stable release *after* this development one; don't
3324
* edit this other than to update the year. This is just a copy/paste
3425
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION

src/libostree/libostree-released.sym

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,15 @@ global:
723723
ostree_sysroot_deployment_kexec_load;
724724
} LIBOSTREE_2024.7;
725725

726+
LIBOSTREE_2025.2 {
727+
global:
728+
ostree_sepolicy_set_null_log;
729+
ostree_sign_read_pk;
730+
ostree_sign_read_sk;
731+
ostree_blob_reader_get_type;
732+
ostree_blob_reader_read_blob;
733+
} LIBOSTREE_2025.1;
734+
726735
/* NOTE: Only add more content here in release commits! See the
727736
* comments at the top of this file.
728737
*/

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-
b242c2d7e73be550c21fee6ccf00509a5c1bea2d3c62095acf62cffc5f43bd64 ${released_syms}
57+
eea94bdacf0f6a52c15ec5586372947b3e8467f42b8d08166df3576218774725 ${released_syms}
5858
EOF
5959
sha256sum -c released-sha256.txt
6060

0 commit comments

Comments
 (0)