diff --git a/NEWS.md b/NEWS.md index 52f5a03a..58cdcaea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +Version 2.28.0 + +- Feature lkrg: + + Support for LKRG v0.9.3-43-g49a3117. +- Feature pipeline: + + Remove standalone daemon. +- Runtime: + + Make log messages more readable. + + Wait until the resume is processed. +- Misc: + + Add more integration tests. + Version 2.27.2 - Feature luks: diff --git a/configure.ac b/configure.ac index 849effc4..01a1fb3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.27.2],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.28.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])