summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
4 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 11d1cb1..78f137d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+* Sun Jun 9 2012 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.
+- translations updated from launchpad.
+
* Wed Sep 5 2012 1.1
- new Transmission display style
- handle downloading metadata state better, don't make incorrect completion
diff --git a/README b/README
index 12ab375..fdb11d1 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.0.tar.gz
- $ cd transmission-remote-gtk-1.0
+ $ tar zxfv transmission-remote-gtk-1.1.1.tar.gz
+ $ cd transmission-remote-gtk-1.1.1
$ ./configure
$ make
# make install
diff --git a/configure.ac b/configure.ac
index c908ba5..c5b1438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl
AC_PREREQ(2.63)
-AC_INIT(transmission-remote-gtk, 1.1, alan@eth0.org.uk)
+AC_INIT(transmission-remote-gtk, 1.1.1, 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 a1d1d41..8262652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+transmission-remote-gtk (1.1.1-1) stable; urgency=low
+
+ * New upstream release 1.1.1
+
+ -- Alan Fitton <alan@eth0.org.uk> Tue, 09 Jun 2013 23:00:00 +0000
+
transmission-remote-gtk (1.1-1) stable; urgency=low
* New upstream release 1.1