aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:18:42 -0400
committerJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:18:42 -0400
commitd185fa7a1c222e71a994ac65041e712da1d8cb3e (patch)
tree1195480121d8fe71721ac4dd807bb09db569b247
parentFix typos (Benjamin Kerensa) (diff)
downloadredshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.gz
redshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.bz2
redshift-ng-d185fa7a1c222e71a994ac65041e712da1d8cb3e.tar.xz
Bump version to 1.8
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7f4af25..121afe7 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 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])