Release 2016.14

Closes: #593
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-11-23 10:42:39 -05:00 committed by Atomic Bot
parent 13360cb1c4
commit 7584dc0f25
2 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.63]) AC_PREREQ([2.63])
dnl If incrementing the version here, remember to update libostree.sym too 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_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -359,22 +359,28 @@ global:
/* No new symbols in 2016.12 */ /* No new symbols in 2016.12 */
/* No new symbols in 2016.13 */ /* 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 { LIBOSTREE_2016.14 {
global: global:
ostree_repo_verify_commit_for_remote; ostree_repo_verify_commit_for_remote;
} LIBOSTREE_2016.8; } LIBOSTREE_2016.8;
/* Section for the stable release *after* this development one; don't /* NOTE NOTE NOTE
* edit this other than to update the last number. */ * 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 { LIBOSTREE_2016.XX {
global: global:
someostree_symbol_deleteme; someostree_symbol_deleteme;
} LIBOSTREE_2016.14; } 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;
*/