Skip to content

Commit

Permalink
Release 2016.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 20, 2016
1 parent 535033a commit 6c7e191
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ostree], [2016.5], [[email protected]])
AC_INIT([ostree], [2016.6], [[email protected]])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
18 changes: 13 additions & 5 deletions src/libostree/libostree.sym
Original file line number Diff line number Diff line change
Expand Up @@ -333,15 +333,23 @@ 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;
ostree_raw_file_to_archive_z2_stream;
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;

This comment has been minimized.

Copy link
@jlebon

jlebon Jun 20, 2016

Member

This is breaking test-symbols.sh it seems.

This comment has been minimized.

Copy link
@jlebon

jlebon Jun 20, 2016

Member

Time for a 2016.6.1? :)

} LIBOSTREE_2016.6;
*/

0 comments on commit 6c7e191

Please sign in to comment.