summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rwxr-xr-xinstall.sh2
-rw-r--r--po/de.po2
-rw-r--r--template/default/about.html2
-rwxr-xr-xvdradmind.pl4
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 <amair.sob@googlemail.com>\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 @@
<td class="col_label"><h5></h5></td>
<td class="col_value">
<p>
- <strong>VDRAdmin-AM</strong> &copy; 2005-2011 Andreas Mair.
+ <strong>VDRAdmin-AM</strong> &copy; 2005-2014 Andreas Mair.
</p>
<p>
This program is free software; you can redistribute it and/or modify<br />
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 <amair.sob@googlemail.com>
+# VDRAdmin-AM 2005 - 2014 by Andreas Mair <amair.sob@googlemail.com>
#
# 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;