From 7584dc0f25734117db47fef1ba0e24231a819a5e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Nov 2016 10:42:39 -0500 Subject: [PATCH] Release 2016.14 Closes: #593 Approved by: jlebon --- configure.ac | 2 +- src/libostree/libostree.sym | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index ffa86295..cb1cc980 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) dnl If incrementing the version here, remember to update libostree.sym too -AC_INIT([ostree], [2016.13], [walters@verbum.org]) +AC_INIT([ostree], [2016.14], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym index ed382fe5..0540cba6 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -359,22 +359,28 @@ global: /* No new symbols in 2016.12 */ /* No new symbols in 2016.13 */ -/* NOTE NOTE NOTE - * Versions above here are released. Only add symbols below this line. - * NOTE NOTE NOTE - */ - LIBOSTREE_2016.14 { global: ostree_repo_verify_commit_for_remote; } LIBOSTREE_2016.8; -/* Section for the stable release *after* this development one; don't - * edit this other than to update the last number. */ +/* NOTE NOTE NOTE + * Versions above here are released. Only add symbols below this line. + * NOTE NOTE NOTE + */ -/* Remove comment when first new symbol is added, replace XX with new stable version. +/* Remove comment when first new symbol is added LIBOSTREE_2016.XX { global: someostree_symbol_deleteme; } LIBOSTREE_2016.14; - * Remove comment when first new symbol is added */ +*/ + +/* 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 + * source. +LIBOSTREE_2016.XX { +global: + someostree_symbol_deleteme; +} LIBOSTREE_2016.14; +*/