diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-18 00:17:49 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-18 00:17:49 +0200 |
commit | 5209055f5c01c7e20b2b6292b51a93a47f09cb85 (patch) | |
tree | 82c9fc86a0bc7a79e0473e2bd4421b2f51761594 | |
parent | Add configuration file support. (diff) | |
download | redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.gz redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.bz2 redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.xz |
Update AUTHORS, NEWS and configure.ac for 1.6 release.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 13 insertions, 1 deletions
@@ -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. @@ -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]) |