Skip to content

Commit 565ffc3

Browse files
committed
Update NEWS and configure.ac for 1.9.1 release
1 parent 39f8074 commit 565ffc3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
v1.9.1 (2014-04-20)
3+
* Fix: Do not distribute redshift-gtk, only redshift-gtk.in.
4+
* Fix: Geoclue support should pull in Glib as dependency.
5+
* geoclue: Fix segfault when error is NULL (Mattias Andrée).
6+
* geoclue: Set DISPLAY=:0 to work around issue when outside X
7+
(Mattias Andrée).
8+
* redshift-gtk: Fix crash when toggling state using the status icon.
9+
* redshift-gtk: Fix line splitting logic (Maks Verver).
10+
211
v1.9 (2014-04-06)
312
* Use improved color scheme provided by Ingo Thies.
413
* Add drm driver which will apply adjustments on linux consoles
@@ -15,6 +24,8 @@ v1.9 (2014-04-06)
1524
file (Mattias Andrée).
1625
* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
1726
* Add RPM spec for Fedora in contrib.
27+
* redshift-gtk has been ported to Python3 and new PyGObject bindings
28+
for Python.
1829

1930
v1.8 (2013-10-21)
2031
* IMPORTANT: gtk-redshift has changed name to redshift-gtk.

configure.ac

+1-1
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.9], [https://github.com/jonls/redshift/issues])
5+
AC_INIT([redshift], [1.9.1], [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)