diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-06 20:24:53 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-06 20:24:53 +0200 |
commit | d8c512ab73ace6243a4b1c25659b15c9abd6c6f9 (patch) | |
tree | f1828c8d6ab4a6c79d1ca88150c27b71dd57b182 | |
parent | Update translations from launchpad (diff) | |
download | redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.gz redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.bz2 redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.xz |
Update NEWS and configure.ac for 1.9 release
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ +v1.9 (2014-04-06) +* Use improved color scheme provided by Ingo Thies. +* Add drm driver which will apply adjustments on linux consoles + (Mattias Andrée). +* Remove deprecated GNOME clock location provider. +* Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister). +* Show current temperature, location and status in GUI. +* Add systemd user unit files so that redshift can be used with + systemd as a session manager (Henry de Valence). +* Use checkbox to toggle Redshift in GUI (Mattias Andrée). +* Gamma correction is applied after brightness and temperature + (Mattias Andrée). +* Use XDG Base Directory Specification when looking for configuration + file (Mattias Andrée). +* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing). +* Add RPM spec for Fedora in contrib. + v1.8 (2013-10-21) * IMPORTANT: gtk-redshift has changed name to redshift-gtk. * Fix crash when starting geoclue provider. (Thanks to Maks Verver) diff --git a/configure.ac b/configure.ac index 7c4bdf1..d4bfc68 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.8], [https://github.com/jonls/redshift/issues]) +AC_INIT([redshift], [1.9], [https://github.com/jonls/redshift/issues]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) |