libostree.sym: Add 2016.9 section
We should remember to do this in the commit updating configure.ac. Closes: #453 Approved by: jlebon
This commit is contained in:
parent
73eabca5e8
commit
07ec35ef03
|
|
@ -1,4 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
|
dnl If incrementing the version here, remember to update libostree.sym too
|
||||||
AC_INIT([ostree], [2016.8], [walters@verbum.org])
|
AC_INIT([ostree], [2016.8], [walters@verbum.org])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([buildutil])
|
AC_CONFIG_MACRO_DIR([buildutil])
|
||||||
|
|
|
||||||
|
|
@ -346,14 +346,21 @@ global:
|
||||||
ostree_repo_resolve_rev_ext;
|
ostree_repo_resolve_rev_ext;
|
||||||
} LIBOSTREE_2016.6;
|
} LIBOSTREE_2016.6;
|
||||||
|
|
||||||
/* NOTE NOTE NOTE
|
|
||||||
* Versions above here are released. Only add symbols below this line.
|
|
||||||
* NOTE NOTE NOTE
|
|
||||||
*/
|
|
||||||
|
|
||||||
LIBOSTREE_2016.8 {
|
LIBOSTREE_2016.8 {
|
||||||
global:
|
global:
|
||||||
ostree_checksum_b64_to_bytes;
|
ostree_checksum_b64_to_bytes;
|
||||||
ostree_checksum_b64_from_bytes;
|
ostree_checksum_b64_from_bytes;
|
||||||
ostree_repo_checkout_at;
|
ostree_repo_checkout_at;
|
||||||
} LIBOSTREE_2016.7;
|
} LIBOSTREE_2016.7;
|
||||||
|
|
||||||
|
/* 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
|
||||||
|
LIBOSTREE_2016.9
|
||||||
|
global:
|
||||||
|
someostree_symbol_deleteme;
|
||||||
|
} LIBOSTREE_2016.8;
|
||||||
|
* Remove comment when first new symbol is added */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue