Skip to content

Commit d8c512a

Browse files
committed
Update NEWS and configure.ac for 1.9 release
1 parent de95959 commit d8c512a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
v1.9 (2014-04-06)
3+
* Use improved color scheme provided by Ingo Thies.
4+
* Add drm driver which will apply adjustments on linux consoles
5+
(Mattias Andrée).
6+
* Remove deprecated GNOME clock location provider.
7+
* Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister).
8+
* Show current temperature, location and status in GUI.
9+
* Add systemd user unit files so that redshift can be used with
10+
systemd as a session manager (Henry de Valence).
11+
* Use checkbox to toggle Redshift in GUI (Mattias Andrée).
12+
* Gamma correction is applied after brightness and temperature
13+
(Mattias Andrée).
14+
* Use XDG Base Directory Specification when looking for configuration
15+
file (Mattias Andrée).
16+
* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
17+
* Add RPM spec for Fedora in contrib.
18+
219
v1.8 (2013-10-21)
320
* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
421
* Fix crash when starting geoclue provider. (Thanks to Maks Verver)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([redshift], [1.8], [https://github.com/jonls/redshift/issues])
5+
AC_INIT([redshift], [1.9], [https://github.com/jonls/redshift/issues])
66
AC_CONFIG_SRCDIR([src/redshift.c])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])

0 commit comments

Comments
 (0)