Skip to content

Commit 1ae8113

Browse files
authored
Merge pull request #3371 from jmarrero/release-2025.1
Release 2025.1
2 parents 639db09 + 238192c commit 1ae8113

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.63])
22
dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`.
3-
m4_define([year_version], [2024])
4-
m4_define([release_version], [11])
3+
m4_define([year_version], [2025])
4+
m4_define([release_version], [2])
55
m4_define([package_version], [year_version.release_version])
66
AC_INIT([libostree], [package_version], [walters@verbum.org])
77
is_release_build=no

src/libostree/libostree-devel.sym

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
- uncomment the include in Makefile-libostree.am
2121
*/
2222

23-
LIBOSTREE_2024.11 {
24-
global:
25-
ostree_sysroot_deployment_kexec_load;
26-
} LIBOSTREE_2024.7;
27-
2823
/* Stub section for the stable release *after* this development one; don't
2924
* edit this other than to update the year. This is just a copy/paste
3025
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION

src/libostree/libostree-released.sym

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@ global:
718718
ostree_repo_checkout_composefs;
719719
} LIBOSTREE_2023.8;
720720

721+
LIBOSTREE_2025.1 {
722+
global:
723+
ostree_sysroot_deployment_kexec_load;
724+
} LIBOSTREE_2024.7;
725+
721726
/* NOTE: Only add more content here in release commits! See the
722727
* comments at the top of this file.
723728
*/

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

0 commit comments

Comments
 (0)