aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-05 22:50:20 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-05 22:50:20 +0200
commit3b7783e46569c344a9891cb39ea07f248e45fb68 (patch)
treed6f825b58e36e57d2bfd317a8a92c4a7a628086c
parentDon't keep a separate ChangeLog file. (diff)
downloadredshift-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--NEWS7
-rw-r--r--README3
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8dd0bc7..be5b28c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 1a86806..3902a63 100644
--- a/README
+++ b/README
@@ -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])