aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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