From d8c512ab73ace6243a4b1c25659b15c9abd6c6f9 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 6 Apr 2014 20:24:53 +0200 Subject: [PATCH] Update NEWS and configure.ac for 1.9 release --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64dded00..f7511383 100644 --- a/NEWS +++ b/NEWS @@ -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 7c4bdf1e..d4bfc689 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])