Release 2017.6
There's already a lot queued. In particular this brings some API additions that rpm-ostree depends on. Closes: #865 Approved by: jlebon
This commit is contained in:
parent
1470ff58b0
commit
88792f0f22
|
|
@ -1,7 +1,7 @@
|
||||||
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
|
||||||
m4_define([year_version], [2017])
|
m4_define([year_version], [2017])
|
||||||
m4_define([release_version], [5])
|
m4_define([release_version], [6])
|
||||||
m4_define([package_version], [year_version.release_version])
|
m4_define([package_version], [year_version.release_version])
|
||||||
|
|
||||||
AC_INIT([libostree], [package_version], [walters@verbum.org])
|
AC_INIT([libostree], [package_version], [walters@verbum.org])
|
||||||
|
|
|
||||||
|
|
@ -389,11 +389,6 @@ global:
|
||||||
ostree_sysroot_write_deployments_with_options;
|
ostree_sysroot_write_deployments_with_options;
|
||||||
} LIBOSTREE_2017.3;
|
} LIBOSTREE_2017.3;
|
||||||
|
|
||||||
/* NOTE NOTE NOTE
|
|
||||||
* Versions above here are released. Only add symbols below this line.
|
|
||||||
* NOTE NOTE NOTE
|
|
||||||
*/
|
|
||||||
|
|
||||||
LIBOSTREE_2017.6 {
|
LIBOSTREE_2017.6 {
|
||||||
global:
|
global:
|
||||||
ostree_async_progress_get;
|
ostree_async_progress_get;
|
||||||
|
|
@ -402,6 +397,18 @@ global:
|
||||||
ostree_async_progress_set_variant;
|
ostree_async_progress_set_variant;
|
||||||
} LIBOSTREE_2017.4;
|
} LIBOSTREE_2017.4;
|
||||||
|
|
||||||
|
/* NOTE NOTE NOTE
|
||||||
|
* Versions above here are released. Only add symbols below this line.
|
||||||
|
* NOTE NOTE NOTE
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
LIBOSTREE_2017.$NEWVERSION {
|
||||||
|
global:
|
||||||
|
someostree_symbol_deleteme;
|
||||||
|
} LIBOSTREE_2017.6;
|
||||||
|
*/
|
||||||
|
|
||||||
/* Stub section for the stable release *after* this development one; don't
|
/* 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
|
* edit this other than to update the last number. This is just a copy/paste
|
||||||
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
|
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue