diff --git a/ChangeLog b/ChangeLog index be28b8f21..ff29be7ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -To be released +2014-08-31 Lars Windolf + + Version 1.11.1 * Fixes Github #81: Inability to add subscriptions (reported by GreenLunar) * Fixes Javascript links not opening in new browser tabs * Updated Hebrew translation (Genghis Khan) + * Fixes Github #88: Minor DE translation mistake (moraxy) 2014-08-12 Lars Windolf diff --git a/configure.ac b/configure.ac index cd0e0977d..a9c15ec40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([liferea],[1.11.0-git],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.11.1],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])