aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2016-01-02 17:18:47 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2016-01-02 17:18:47 -0500
commit725ee79a4d304ab56b52a47999172c0a30ac31d3 (patch)
treea766ec84cbbf898b3882f4cbca15833c7d0ea6ed
parentconfigure.ac: Bump version to 1.11 (diff)
downloadredshift-ng-725ee79a4d304ab56b52a47999172c0a30ac31d3.tar.gz
redshift-ng-725ee79a4d304ab56b52a47999172c0a30ac31d3.tar.bz2
redshift-ng-725ee79a4d304ab56b52a47999172c0a30ac31d3.tar.xz
Update NEWS.md for 1.11
-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.