Skip to content

Commit

Permalink
Release version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Oct 19, 2020
1 parent 264ca02 commit cb789bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ issue-generator NEWS -- history of user-visible changes.

Copyright (C) 2016-2020 Thorsten Kukuk

Version 1.11
* Don't display issue.d/*.issue files, agetty will do that [bsc#1177891]
* Ignore /run/issue.d in issue-generator.path, else issue-generator will
be called too fast too often [bsc#1177865]
* Ignore *.bak, *~ and *.rpm* files [bsc#1118862]

Version 1.10
* Display wlan interfaces, too [bsc#1169070]

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(issue-generator, 1.10)
AC_INIT(issue-generator, 1.11)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sbin/issue-generator.in])
AC_PREFIX_DEFAULT(/usr)
Expand Down

0 comments on commit cb789bc

Please sign in to comment.