aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-09-30 22:03:43 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-09-30 22:03:43 +0100
commit7c95eef01c9cf637c0b7cab4ddcb8ffe2eeab165 (patch)
treed6fd41660033964bb157f42ebccd9835f9bd1410
parent9f4cebab4468cbb300889ec6c3fccd9594d82e73 (diff)
parent1a7fd714ea627b8d4a845dcee6ec112d9d85f6fd (diff)
downloadtransmission-remote-cli-7c95eef01c9cf637c0b7cab4ddcb8ffe2eeab165.tar.gz
Merge tag 'upstream/1.4.2'
Upstream version 1.4.2
-rw-r--r--NEWS4
-rwxr-xr-xtransmission-remote-cli4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 46326f7..9cde74e 100644
--- a/NEWS
+++ b/NEWS
@@ -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