From a05825b5f14e2c90e4ba60a81f9d530611fe61d8 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Tue, 5 Aug 2014 07:39:04 +0200 Subject: Updated for release 3.6.10. --- HISTORY | 4 +++- install.sh | 2 +- po/de.po | 2 +- template/default/about.html | 2 +- vdradmind.pl | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 7a8b04c..280c696 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,6 @@ -20xx-xx-xx: x.x.x +2014-08-05: 3.6.10 +- Improved: Optimized images to reduze their size. (Submitted by Ville Skyttä) +- Improved: Sort recordings secondarily by date when sorting by name. Makes the ordering stabler for multiple recordings with the same name. (Submitted by Olli Lammi) - Added: streaming of recordings folders (Submitted by Daniel Matzke). - Added: Hungarian translation (Submitted by István Füley). - Fixed LSTR when executing recording commands on VDR >= 1.7.21 (Submitted by David Rütti) diff --git a/install.sh b/install.sh index f58573b..e1f46f4 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # vim:noet:sw=4:ts=4: -# Copyright (c) 2005-2011 Andreas Mair +# Copyright (c) 2005-2014 Andreas Mair # # # Download and patchscript for VDRAdmin-AM diff --git a/po/de.po b/po/de.po index 9a21b08..d532626 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: VDRAdmin-AM-3.6.9\n" +"Project-Id-Version: VDRAdmin-AM-3.6.10\n" "Report-Msgid-Bugs-To: Andreas Mair \n" "POT-Creation-Date: 2012-07-09 12:23+0200\n" "PO-Revision-Date: 2011-11-19 08:55+0100\n" diff --git a/template/default/about.html b/template/default/about.html index 2a71ba9..29b8442 100644 --- a/template/default/about.html +++ b/template/default/about.html @@ -20,7 +20,7 @@

- VDRAdmin-AM © 2005-2011 Andreas Mair. + VDRAdmin-AM © 2005-2014 Andreas Mair.

This program is free software; you can redistribute it and/or modify
diff --git a/vdradmind.pl b/vdradmind.pl index e762347..6bc40db 100755 --- a/vdradmind.pl +++ b/vdradmind.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim:et:sw=4:ts=4: # -# VDRAdmin-AM 2005 - 2011 by Andreas Mair +# VDRAdmin-AM 2005 - 2014 by Andreas Mair # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -26,7 +26,7 @@ require 5.004; use vars qw($PROCNAME); -my $VERSION = "3.6.9"; +my $VERSION = "3.6.10"; my $BASENAME; my $EXENAME; -- cgit v1.2.3