summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-23 17:14:08 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-23 17:14:08 +0000
commit2146f79c1f14a29a5d4ee5e914e161609a8aae00 (patch)
tree68a09c5a4921a7d09a3e985457cd0935e35f6254
parentdb6a9b33d286e1b2ded90957f6938591661a7a47 (diff)
version bump.
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog3
-rw-r--r--freebsd/Makefile2
-rw-r--r--redhat/transmission-remote-gtk.spec3
4 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e001cd2..b82761c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT(transmission-remote-gtk, 0.4.1, alan@eth0.org.uk)
+AC_INIT(transmission-remote-gtk, 0.5, alan@eth0.org.uk)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([foreign])
diff --git a/debian/changelog b/debian/changelog
index ead35bf..8aa8afe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-transmission-remote-gtk (0.4.1-1) unstable; urgency=low
+transmission-remote-gtk (0.5-1) unstable; urgency=low
* Fixes.
+ * Customisable columns.
-- Alan Fitton <alan@eth0.org.uk> Fri, 22 Apr 2011 23:45:30 +0100
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 63d39f6..10f8c20 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= transmission-remote-gtk
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec
index 3a3ab31..6803162 100644
--- a/redhat/transmission-remote-gtk.spec
+++ b/redhat/transmission-remote-gtk.spec
@@ -95,10 +95,11 @@ fi
%{_datadir}/locale/ru/LC_MESSAGES/%{name}.mo
%changelog
-* Fri Apr 22 2011 Alan Fitton <alan@eth0.org.uk> - 0.4.1
+* Fri Apr 22 2011 Alan Fitton <alan@eth0.org.uk> - 0.5
- Fix a few of small memory leaks.
- Sync single torrent when file/trackers are changed.
- Update efficiency improvement.
+- Customisable columns, new optional columns.
* Tue Apr 12 2011 Alan Fitton <alan@eth0.org.uk> - 0.4
- Torrent add dialog.