aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2011-07-04 15:25:02 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2011-07-04 15:25:02 +0200
commit942a3fdb5e38f951b3abe4690c653f6020b79fba (patch)
treeb31cac0c3da2f86317f19bc97bdfba5c170b5623
parentDocument brightness (-b) option switch. (diff)
downloadredshift-ng-942a3fdb5e38f951b3abe4690c653f6020b79fba.tar.gz
redshift-ng-942a3fdb5e38f951b3abe4690c653f6020b79fba.tar.bz2
redshift-ng-942a3fdb5e38f951b3abe4690c653f6020b79fba.tar.xz
Update NEWS and configure.ac for 1.7 release.
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 062dbee..7f4af25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+v1.7 (2011-07-04)
+* Add Geoclue location provider by Mathieu Trudel-Lapierre.
+* Allow brightness to be adjusted (-b).
+* Provide option to set color temperature directly (Joe Hillenbrand).
+* Add option to show program version (-V).
+* Add configure.ac option to install ubuntu icons. They will no longer be
+ installed by default (Francesco Marella).
+* config: Look in %userprofile%/.config/redshift.conf on windows platform.
+* Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug
+ where redshift stops updating the screen.
+
v1.6 (2010-10-18)
* Support for optional configuration file (fixes #590722).
* Add man page for redshift written by Andrew Starr-Bochicchio (fixes #582196).
diff --git a/configure.ac b/configure.ac
index ae5874e..1af5bfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
-AC_INIT([redshift], [1.6], [https://bugs.launchpad.net/redshift])
+AC_INIT([redshift], [1.7], [https://bugs.launchpad.net/redshift])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])