Skip to content

Commit

Permalink
Update NEWS and configure.ac for 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonls committed Apr 6, 2014
1 parent de95959 commit d8c512a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit d8c512a

Please sign in to comment.