Skip to content

Commit

Permalink
Update NEWS and configure.ac for 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonls committed Apr 20, 2014
1 parent 39f8074 commit 565ffc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS
@@ -1,4 +1,13 @@

v1.9.1 (2014-04-20)
* Fix: Do not distribute redshift-gtk, only redshift-gtk.in.
* Fix: Geoclue support should pull in Glib as dependency.
* geoclue: Fix segfault when error is NULL (Mattias Andrée).
* geoclue: Set DISPLAY=:0 to work around issue when outside X
(Mattias Andrée).
* redshift-gtk: Fix crash when toggling state using the status icon.
* redshift-gtk: Fix line splitting logic (Maks Verver).

v1.9 (2014-04-06)
* Use improved color scheme provided by Ingo Thies.
* Add drm driver which will apply adjustments on linux consoles
Expand All @@ -15,6 +24,8 @@ v1.9 (2014-04-06)
file (Mattias Andrée).
* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
* Add RPM spec for Fedora in contrib.
* redshift-gtk has been ported to Python3 and new PyGObject bindings
for Python.

v1.8 (2013-10-21)
* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
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.9], [https://github.com/jonls/redshift/issues])
AC_INIT([redshift], [1.9.1], [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 565ffc3

Please sign in to comment.