Skip to content

Commit

Permalink
Release 2018.4
Browse files Browse the repository at this point in the history
A quick turnaround to include one PR: #1508
"switchroot: Ensure /run/ostree-booted is created even without initramfs"

This fixes ostree when booting without an initramfs.  Thanks to @akiernan for the
bug report and helping review the fix!  I'm working on enhancing
the test suite, which will help in adding some coverage here.

Also for this release I'm going to avoid adding a "stub" symbol section
to the `-released.sym` file; I don't believe it's necessary.

Closes: #1512
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Mar 22, 2018
1 parent 83b97ec commit 155c936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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], [4])
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.4 {
LIBOSTREE_2018.5 {
} LIBOSTREE_2018.3;

/* Stub section for the stable release *after* this development one; don't
Expand Down

0 comments on commit 155c936

Please sign in to comment.