Skip to content

Commit

Permalink
Update changelogs and packaging metadata with new version 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajf8 committed Jun 11, 2014
1 parent 246109b commit 4866f19
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
15 changes: 14 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

PORTNAME= transmission-remote-gtk
PORTVERSION= 1.1.1
PORTVERSION= 1.2
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}

Expand Down
4 changes: 2 additions & 2 deletions freebsd/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion redhat/transmission-remote-gtk.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4866f19

Please sign in to comment.