summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--README4
-rw-r--r--debian/changelog6
-rw-r--r--freebsd/Makefile2
-rw-r--r--freebsd/distinfo4
-rw-r--r--redhat/transmission-remote-gtk.spec2
6 files changed, 26 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b041fff..f015a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-* Sun Jun 9 2012 1.1.1
+* Wed Jun 11 2014 1.2
+- A basic RSS reader which uses libmrss.
+- Fix some 32bit platforms reporting 0 connected peers and unknown ETA.
+- Resolve some GTK deprecations.
+- Fix a crash in port test callback.
+- Fix decimal marker in status bar version.
+- Support for GeoIPCity.dat.
+- Fix a crash when removing lots of columns (something changed in GTK).
+- Optional and non-default support for validating SSL certs.
+- Remove all GTK2 support.
+- Allow alt-speed limits to override global speed limits in the statusbar
+display.
+
+* Sun Jun 9 2013 1.1.1
- fix file lists relying on being sorted (sometimes they are not) to fix
the tree being messed up with duplicate directories.
- fix using markup in comment.
diff --git a/README b/README
index fdb11d1..f9d3ad0 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ BUILDING
Building a transmission-remote-gtk release from the command line:
- $ tar zxfv transmission-remote-gtk-1.1.1.tar.gz
- $ cd transmission-remote-gtk-1.1.1
+ $ tar zxfv transmission-remote-gtk-1.2.tar.gz
+ $ cd transmission-remote-gtk-1.2
$ ./configure
$ make
# make install
diff --git a/debian/changelog b/debian/changelog
index 8262652..efbf5af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+transmission-remote-gtk (1.2-1) stable; urgency=low
+
+ * New upstream release 1.2
+
+ -- Alan Fitton <alan@eth0.org.uk> Wed, 11 Jun 2014 23:20:00 +0000
+
transmission-remote-gtk (1.1.1-1) stable; urgency=low
* New upstream release 1.1.1
diff --git a/freebsd/Makefile b/freebsd/Makefile
index bea5b11..d2aed87 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= transmission-remote-gtk
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
diff --git a/freebsd/distinfo b/freebsd/distinfo
index 44929ac..f802931 100644
--- a/freebsd/distinfo
+++ b/freebsd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transmission-remote-gtk-1.1.1.tar.gz) = 9f5ac2de623d633bcaacb6362bb6d8fb468c6dff278b867f65809c48ea1570c9
-SIZE (transmission-remote-gtk-1.1.1.tar.gz) = 684718
+SHA256 (transmission-remote-gtk-1.2.tar.gz) = 9f5ac2de623d633bcaacb6362bb6d8fb468c6dff278b867f65809c48ea1570c9
+SIZE (transmission-remote-gtk-1.2.tar.gz) = 684718
diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec
index a7dce7d..6a379cd 100644
--- a/redhat/transmission-remote-gtk.spec
+++ b/redhat/transmission-remote-gtk.spec
@@ -1,5 +1,5 @@
Name: transmission-remote-gtk
-Version: 1.1
+Version: 1.1.1
Release: 1%{?dist}
Summary: Remotely manage the Transmission BitTorrent client