diff --git a/ChangeLog b/ChangeLog index fb0db0c4e..1a0333564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ -To be released +2015-10-30 Lars Windolf - * Fixes Github #223: Search folder dialog don't show rules - (reported by Guido Masella) * Fixes Github #194: Add source dialog visually broken (reported by k0377) * Fixes Github #195: Out-dated documentation on enclosure download (reported by brian-in-crawford) + * Fixes Github #223: Search folder dialog don't show rules + (reported by Guido Masella) * Fixes Github #227: Preference dialog fails to load with latest GtkBuilder (patch by Yanko Kaneti) * Fixes Github #234: Segmentation fault upon attempting to add an OPML @@ -15,7 +15,7 @@ To be released (patch by glitsj16) -2015-06-19 Lars Windolf Version 1.10.16 diff --git a/configure.ac b/configure.ac index 03e2e99f4..7e24ce4c3 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.10.16],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.10.17],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])