diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-05 22:50:20 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-05 22:50:20 +0200 |
commit | 3b7783e46569c344a9891cb39ea07f248e45fb68 (patch) | |
tree | d6f825b58e36e57d2bfd317a8a92c4a7a628086c | |
parent | Don't keep a separate ChangeLog file. (diff) | |
download | redshift-ng-3b7783e46569c344a9891cb39ea07f248e45fb68.tar.gz redshift-ng-3b7783e46569c344a9891cb39ea07f248e45fb68.tar.bz2 redshift-ng-3b7783e46569c344a9891cb39ea07f248e45fb68.tar.xz |
Prepare NEWS, README and configure.ac for 1.3 release on 2010-05-12.
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,11 @@ +v1.3 (2010-05-12) +* Allow adjusting individual CRTCs when using RANDR. Contributed by + Alexandros Frantzis. v1.2 (2010-02-12) * Native language support: Danish and russian translations included in - this release. Thanks goes to Gregory Petrosyan for the russian - translation. + this release. Thanks goes to Gregory Petrosyan for the russian + translation. v1.1 (2010-01-14) * Provide a GTK status icon (tray icon) for redshift with the @@ -9,7 +9,7 @@ working in front of the screen at night. Download -------- -Latest release is redshift 1.2 published on 2010-02-12. There are also +Latest release is redshift 1.3 published on 2010-05-12. There are also packages available for some distributions: * Ubuntu: Packages for Ubuntu Karmic. @@ -66,6 +66,7 @@ have reasonable defaults. will make a smooth transition to the desired color temperature when the program is started and stopped. -s SCREEN X screen to apply adjustments to. + -c CRTC CRTC to apply adjustments to (RANDR only) -t DAY:NIGHT Color temperature to set at daytime/night. Example (location is Copenhagen, Denmark): diff --git a/configure.ac b/configure.ac index 7b37022..27a8f42 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([redshift], [1.2], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.3], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |