Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed May 23, 2018
1 parent c7ece62 commit 66253ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Author: Thorsten Kukuk <kukuk@suse.de>
#
AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-bzip2
AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
#
SUBDIRS = sbin man systemd plugins dracut grub

Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
issue-generator NEWS -- history of user-visible changes.

Copyright (C) 2017 Thorsten Kukuk
Copyright (C) 2017-2018 Thorsten Kukuk

Version 1.0
* Skip health checker if emergency shell started by user
* Add GRUB2 fallback handling
* Adapt to new unified /var directory.
* Get basic version of rollback from initrd working

Version 0.5
* Fix logger arguments
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(health-checker, 0.5)
AC_INIT(health-checker, 1.0)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sbin/health-checker.in])
AC_PREFIX_DEFAULT(/usr)
Expand Down

0 comments on commit 66253ba

Please sign in to comment.