aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2016-01-02 18:25:45 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2016-01-02 18:25:45 -0500
commita2e6196a096073a1331bb4f2ee9cbe47363eefbe (patch)
tree0579f2e9acc1f816580c1182641145f41c6753b8 /NEWS.md
parent redshift-gtk: Make sure that child process is closed after signals (diff)
parentcontrib: Update Fedora spec for 1.11 (diff)
downloadredshift-ng-a2e6196a096073a1331bb4f2ee9cbe47363eefbe.tar.gz
redshift-ng-a2e6196a096073a1331bb4f2ee9cbe47363eefbe.tar.bz2
redshift-ng-a2e6196a096073a1331bb4f2ee9cbe47363eefbe.tar.xz
Merge branch 'release-1.11'
Diffstat (limited to '')
-rw-r--r--NEWS.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6908e95..0bb86fd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,23 @@
News
====
+v1.11 (2016-01-02)
+------------------
+- Add option `preserve` for gamma adjustment methods (`randr`, `vidmode`,
+ `quartz`, `w32gdi`) to apply redness on top of current gamma correction.
+- Fix #158: Add redshift.desktop file to resolve an issue where Geoclue2
+ would not allow redshift to obtain the current location (Laurent Bigonville)
+- Fix #263: Make sure that the child process is terminated when redshift-gtk
+ exits.
+- Fix #284: A sample configuation file has been added to the distribution
+ tarball.
+- Fix warning message in redshift-gtk that is some cases caused redshift-gtk
+ to fail (#271) (Christian Stadelmann, Javier Cantero)
+- Fix #174: Use nanosleep() for sleeping to avoid high CPU load on platforms
+ (NetBSD, ...) with limitations in usleep() (Piotr Meyer)
+- Various updates to man page and translations.
+
+
v1.10 (2015-01-04)
------------------
* Fix #80: Add Geoclue2 location provider.