From: martin f. krafft Date: Wed, 3 Nov 2021 21:37:24 +0000 (+0100) Subject: Bump version number X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=835157bfe2e0013f1e16edbc26346843b39f1282;p=irssi-scripts.irssi.org.git Bump version number Signed-off-by: martin f. krafft --- diff --git a/scripts/print_signals.pl b/scripts/print_signals.pl index 04a94a6..5891387 100644 --- a/scripts/print_signals.pl +++ b/scripts/print_signals.pl @@ -26,6 +26,9 @@ # ### Changelog: # +# 2021-11-04 v1.2 +# * Omit signals that cannot be enumerated +# # 2021-09-20 v1.1 # * Unload signal handlers when script is unloaded # * Update list of signals from upstream @@ -41,7 +44,7 @@ use vars qw($VERSION %IRSSI); use Irssi; use Data::Dumper; -$VERSION = '1.1'; +$VERSION = '1.2'; %IRSSI = ( authors => 'martin f. krafft', @@ -49,7 +52,7 @@ $VERSION = '1.1'; name => 'print signals debugger', description => 'hooks into almost every signal and writes the information provided to a file', license => 'MIT', - changed => '2021-09-20' + changed => '2021-11-04' ); Irssi::settings_add_str('print_signals', 'print_signals_to_file', '/tmp/irssi_signals.log');