File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
11
v1.9 (2014-04-06)
3
12
* Use improved color scheme provided by Ingo Thies.
4
13
* Add drm driver which will apply adjustments on linux consoles
@@ -15,6 +24,8 @@ v1.9 (2014-04-06)
15
24
file (Mattias Andrée).
16
25
* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
17
26
* Add RPM spec for Fedora in contrib.
27
+ * redshift-gtk has been ported to Python3 and new PyGObject bindings
28
+ for Python.
18
29
19
30
v1.8 (2013-10-21)
20
31
* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
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] )
6
6
AC_CONFIG_SRCDIR ( [ src/redshift.c] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
AM_INIT_AUTOMAKE ( [ foreign subdir-objects dist-xz] )
You can’t perform that action at this time.
0 commit comments