From 19d08dab617bf060c6440ecbd8df3347b04741b5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 19 Dec 2017 15:54:01 +0100 Subject: [PATCH] Release 2017.15 Let's do a new release with the locking preview, the http2 disable options and other misc bugfixes to close out the year. Closes: #1386 Approved by: jlebon --- configure.ac | 2 +- src/libostree/libostree-devel.sym | 8 ++------ src/libostree/libostree-released.sym | 6 ++++++ tests/test-symbols.sh | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 36071c937e..478d7349c1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ m4_define([year_version], [2017]) m4_define([release_version], [15]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=no +is_release_build=yes AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 582e8c92f2..5ab4b99c7c 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -18,12 +18,8 @@ ***/ /* Add new symbols here. Release commits should copy this section into -released.sym. */ - -LIBOSTREE_2017.15 { - ostree_repo_fsck_object; - ostree_repo_mark_commit_partial; - ostree_break_hardlink; -} LIBOSTREE_2017.14; +LIBOSTREE_2017.16 { +} LIBOSTREE_2017.15; /* Stub section for the stable release *after* this development one; don't * edit this other than to update the last number. This is just a copy/paste diff --git a/src/libostree/libostree-released.sym b/src/libostree/libostree-released.sym index e4d50895e9..b7d57853f6 100644 --- a/src/libostree/libostree-released.sym +++ b/src/libostree/libostree-released.sym @@ -445,6 +445,12 @@ global: LIBOSTREE_2017.14 { } LIBOSTREE_2017.13; +LIBOSTREE_2017.15 { + ostree_repo_fsck_object; + ostree_repo_mark_commit_partial; + ostree_break_hardlink; +} LIBOSTREE_2017.14; + /* NOTE: Only add more content here in release commits! See the * comments at the top of this file. */ diff --git a/tests/test-symbols.sh b/tests/test-symbols.sh index 6e71e2dd3f..51137d6c2e 100755 --- a/tests/test-symbols.sh +++ b/tests/test-symbols.sh @@ -52,7 +52,7 @@ echo 'ok documented symbols' # ONLY update this checksum in release commits! cat > released-sha256.txt <