diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-10-21 16:18:42 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-10-21 16:18:42 -0400 |
commit | d185fa7a1c222e71a994ac65041e712da1d8cb3e (patch) | |
tree | 1195480121d8fe71721ac4dd807bb09db569b247 | |
parent | Fix typos (Benjamin Kerensa) (diff) | |
download | redshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.gz redshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.bz2 redshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.xz |
Bump version to 1.8
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 5cc1261..11eb2f6 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]) |