diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-09-30 22:03:43 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-09-30 22:03:43 +0100 |
commit | 1a7fd714ea627b8d4a845dcee6ec112d9d85f6fd (patch) | |
tree | 8fe705c4d9379395fa2160bfcfa415ff1c261f28 | |
parent | 8f7692d8ad892e73b9b0013cb107e66fb371dbc1 (diff) | |
download | transmission-remote-cli-1a7fd714ea627b8d4a845dcee6ec112d9d85f6fd.tar.gz |
Imported Upstream version 1.4.2upstream/1.4.2
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | transmission-remote-cli | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1.4.2 2012-09-26 + - Support for Transmission version 2.71 + + 1.4.1 2012-09-05 BUGFIXES: - Indices of sorted file lists are now pointing to the correct files diff --git a/transmission-remote-cli b/transmission-remote-cli index 8cd5dbf..8f9ca3e 100755 --- a/transmission-remote-cli +++ b/transmission-remote-cli @@ -16,10 +16,10 @@ # http://www.gnu.org/licenses/gpl-3.0.txt # ######################################################################## -VERSION = '1.4.1' +VERSION = '1.4.2' TRNSM_VERSION_MIN = '1.90' -TRNSM_VERSION_MAX = '2.61' +TRNSM_VERSION_MAX = '2.71' RPC_VERSION_MIN = 8 RPC_VERSION_MAX = 14 |