aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c4cba6d..1a69b00 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,6 +14,7 @@ Martin Koelewijn
Joern Konopka (Ubuntu Mono icons)
aleth (Ubuntu Mono icons)
+Andrew Starr-Bochicchio (man page for redshift)
Tango Desktop Project provided artwork for the official redshift icon.
diff --git a/NEWS b/NEWS
index d960aef..ed63de6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+v1.6 (2010-10-18)
+* Support for optional configuration file (fixes #590722).
+* Add man page for redshift written by Andrew Starr-Bochicchio (fixes #582196).
+* Explain in help output that 6500K is the neutral color temperature
+ (fixes #627113).
+* Fix: Handle multiple instances of the GNOME clock applet; contributed by
+ Francesco Marella (fixes #610860).
+* Fix: Redshift crashes when VidMode fails (fixes #657451).
+* Fix: Toggle menu item should not be of class gtk.ImageMenuItem
+ (fixes #620355).
+
v1.5 (2010-08-18)
* New ubuntu-mono-dark icons that fit better with the color guidelines.
Contributed by aleth.
diff --git a/configure.ac b/configure.ac
index 6f4bb98..05bf8cb 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.5], [https://bugs.launchpad.net/redshift])
+AC_INIT([redshift], [1.6], [https://bugs.launchpad.net/redshift])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])