diff options
author | satunnainen <satunnainen@users.noreply.github.com> | 2018-12-29 23:27:34 +0300 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2019-01-01 16:53:31 -0500 |
commit | 1baa9fef3d487e9ac8b29b2bd64e467aa1690b39 (patch) | |
tree | dd943d6b70057163cbdea5242461daf280119808 | |
parent | 4ddb9c2f2a72baa0e2efacbaf0cba87a8a0cf69d (diff) |
Bump version to 1.4.11.4.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/io.github.TransmissionRemoteGtk.appdata.xml.in | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69de224..699f0a6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl AC_PREREQ([2.69]) -AC_INIT([transmission-remote-gtk], [1.4.0], +AC_INIT([transmission-remote-gtk], [1.4.1], [https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/data/io.github.TransmissionRemoteGtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in index 2d70e76..fc35a8f 100644 --- a/data/io.github.TransmissionRemoteGtk.appdata.xml.in +++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in @@ -28,6 +28,14 @@ </screenshot> </screenshots> <releases> + <release version="1.4.1" date="2019-01-01"> + <description> + <p>This is a minor release with one bugfix:</p> + <ul> + <li>Fix error when connecting to daemon behind a proxy, specifically nginx</li> + </ul> + </description> + </release> <release version="1.4.0" date="2018-11-02"> <description> <p>This is a minor release with some improvements:</p> |