summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-03-08 21:47:00 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-03-09 18:58:48 +0000
commite02e90020663b8629e7d3d0ef8801d3af4ee1dd4 (patch)
tree94c41aef51b09c1c3aeef6f545d21c6bf50d6660
parent3e32d5c4b6b082ad5d0cbd0ae540c6e6d478458e (diff)
downloadostree-e02e90020663b8629e7d3d0ef8801d3af4ee1dd4.tar.gz
Release 2017.3v2017.3
It's been almost a month, I think the current git is working well and not too risky. We have some new API additions which I think the various consumers of them are going to want. Closes: #726 Approved by: jlebon
-rw-r--r--configure.ac2
-rw-r--r--src/libostree/libostree.sym11
2 files changed, 10 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7fac081b..08894480 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([libostree], [2017.2], [walters@verbum.org])
+AC_INIT([libostree], [2017.3], [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 7c7c3aef..b7cfc454 100644
--- a/src/libostree/libostree.sym
+++ b/src/libostree/libostree.sym
@@ -376,15 +376,22 @@ global:
ostree_repo_reload_config;
} LIBOSTREE_2017.1;
+LIBOSTREE_2017.3 {
+global:
+ ostree_raw_file_to_archive_z2_stream_with_options;
+} LIBOSTREE_2017.2;
+
/* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line.
* NOTE NOTE NOTE
*/
-LIBOSTREE_2017.3 {
+/* Stub section for new version, uncomment when the first symbol is added
+LIBOSTREE_2017.$NEWVERSION {
global:
- ostree_raw_file_to_archive_z2_stream_with_options;
+ someostree_symbol_deleteme;
} LIBOSTREE_2017.2;
+*/
/* 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