From 4950975a597a7f73d4c3edce0abd311663f1d2ed Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 11 Aug 2016 14:16:21 -0400 Subject: Bump release to 1.3.0 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f015a0f..e565dc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +* Thu Aug 11 2016 1.3.0 +- Add more information to general panel +- Redesign and fix destination combobox +- Fix building with modern GCC +- Fix starting minimized +- Fix various compile warnings +- Clean up build system +- Translate desktop and appdata file +- Update translations + * Wed Jun 11 2014 1.2 - A basic RSS reader which uses libmrss. - Fix some 32bit platforms reporting 0 connected peers and unknown ETA. diff --git a/configure.ac b/configure.ac index e378412..4f50a79 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl AC_PREREQ([2.69]) -AC_INIT([transmission-remote-gtk], [1.2], +AC_INIT([transmission-remote-gtk], [1.3.0], [https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3