diff --git a/NEWS b/NEWS index 7f4af254..121afe78 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ + +v1.8 (2013-10-21) +* IMPORTANT: gtk-redshift has changed name to redshift-gtk. +* Fix crash when starting geoclue provider. (Thanks to Maks Verver) +* Fix slight flicker int gamme ramp values (Sean Hildebrand) +* Add redshift-gtk option to suspend for a short time period (Jendrik Seipp). +* Add print mode (prints parameters and exits) by Vincent Breitmoser. +* Set buffering on stdout and stderr to line-buffered. +* Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson). +* Fix various crashes/bugs/typos (Benjamin Kerensa and others) + v1.7 (2011-07-04) * Add Geoclue location provider by Mathieu Trudel-Lapierre. * Allow brightness to be adjusted (-b). diff --git a/configure.ac b/configure.ac index 5cc1261f..11eb2f66 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([redshift], [1.7], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.8], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2])