Skip to content

Commit

Permalink
Release 2018.8
Browse files Browse the repository at this point in the history
Closes: #1705
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Aug 22, 2018
1 parent 417b5c7 commit 7aa242c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ m4_define([year_version], [2018])
m4_define([release_version], [8])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=no
is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion src/libostree/libostree-devel.sym
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
***/

/* Add new symbols here. Release commits should copy this section into -released.sym. */
LIBOSTREE_2018.8 {
LIBOSTREE_2018.9 {
} LIBOSTREE_2018.7;

/* Stub section for the stable release *after* this development one; don't
Expand Down
2 changes: 2 additions & 0 deletions src/libostree/libostree-released.sym
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ global:
ostree_mutable_tree_check_error;
} LIBOSTREE_2018.6;

/* No new symbols in 2018.8 */

/* NOTE: Only add more content here in release commits! See the
* comments at the top of this file.
*/
2 changes: 1 addition & 1 deletion tests/test-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo 'ok documented symbols'

# ONLY update this checksum in release commits!
cat > released-sha256.txt <<EOF
611278b6081cbd34e365f3a7988e0c981644a828230973d7675a1a31ef09a0e3 ${released_syms}
a34e3681f1705ed3c6fcf25238e486365cb5b53ffde905ba28a2954ef6eb0269 ${released_syms}
EOF
sha256sum -c released-sha256.txt

Expand Down

0 comments on commit 7aa242c

Please sign in to comment.