diff --git a/HISTORY b/HISTORY index dcd7537..ed4f3f6 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,4 @@ +2023-03-12: 3.6.12 - Fixed: log levels (https://github.com/vdr-projects/vdradmin-am/pull/16) - Adjust: config/channelselection: remove selected channels from available list (https://github.com/vdr-projects/vdradmin-am/pull/17) - Improvement: insert date/time/length to delete confirmation (https://github.com/vdr-projects/vdradmin-am/pull/15) diff --git a/contrib/vdradmin-am.spec b/contrib/vdradmin-am.spec index 0860e91..33debf4 100644 --- a/contrib/vdradmin-am.spec +++ b/contrib/vdradmin-am.spec @@ -21,7 +21,7 @@ %if 0%{?version:1} %define ver %{version} %else -%define ver 3.6.11 +%define ver 3.6.12 %endif %if 0%{?release:1} @@ -290,6 +290,9 @@ fi %changelog +* Wed Mar 12 2023 Peter Bieringer - 3.6.12-6.1 +- Release 3.6.12 + * Wed Mar 01 2023 Peter Bieringer - 3.6.11-6.1 - Add missing 'gettext' requirement diff --git a/vdradmind.pl b/vdradmind.pl index c396439..c656b5b 100755 --- a/vdradmind.pl +++ b/vdradmind.pl @@ -40,7 +40,7 @@ EV_STREAM_INFO => 10, }; -my $VERSION = "3.6.11"; +my $VERSION = "3.6.12"; my $BASENAME; my $EXENAME;