Release 2016.6

This commit is contained in:
Colin Walters 2016-06-20 10:46:50 -04:00
parent 535033a4f0
commit 6c7e191147
2 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ostree], [2016.5], [walters@verbum.org])
AC_INIT([ostree], [2016.6], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -333,11 +333,6 @@ global:
ostree_repo_set_cache_dir;
} LIBOSTREE_2016.4;
/* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line.
* NOTE NOTE NOTE
*/
LIBOSTREE_2016.6 {
global:
ostree_gpg_verify_result_require_valid_signature;
@ -345,3 +340,16 @@ global:
ostree_repo_gpg_verify_data;
ostree_repo_remote_fetch_summary_with_options;
} LIBOSTREE_2016.5;
/* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line.
* NOTE NOTE NOTE
*/
/* Uncomment this when adding a new symbol */
/*
LIBOSTREE_2016.7 {
global:
ostree_some_new_symbol;
} LIBOSTREE_2016.6;
*/