diff options
author | Alan F <ajf@eth0.org.uk> | 2013-06-09 23:28:38 +0100 |
---|---|---|
committer | Alan F <ajf@eth0.org.uk> | 2013-06-09 23:28:38 +0100 |
commit | bffc14c22f4cc2b873f5230a6ea775ba6dc1f302 (patch) | |
tree | 949d210e80e8b24d491bf651a728aa7c874713b0 | |
parent | cb90494990c5f39e0102ced3c9d40775698de865 (diff) |
prepare for 1.1.1 release
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 15 insertions, 3 deletions
@@ -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
@@ -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 |