File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
211v1.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
1930v1.8 (2013-10-21)
2031* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_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] )
66AC_CONFIG_SRCDIR ( [ src/redshift.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects dist-xz] )
You can’t perform that action at this time.
0 commit comments