aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog36
-rw-r--r--NEWS3
-rw-r--r--README2
-rw-r--r--configure.ac2
4 files changed, 41 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99ab112..60ffb70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2010-01-07 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Add include of stdint.h in header files.
+
+2010-01-07 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Fix: Terminate loop immediately on second exit signal.
+
+2010-01-07 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Handle both INT and TERM signals as exit signals.
+
+2010-01-01 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Update README
+
+2010-01-01 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Make a short transition back to 6500K on program exit.
+
+2010-01-01 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Save and restore ramps with VidMode.
+
+2010-01-01 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Reuse X connection when adjusting gamma ramps.
+ Save gamma ramps when program starts and restore them on exit (only RANDR).
+ Try both RANDR and VidMode if nothing was specified, otherwise try only the
+ specified method.
+
+2009-12-28 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Update README, NEWS and ChangeLog for 0.3 release.
+ Increment version in configure.ac.
+
2009-12-28 Jon Lund Steffensen <jonlst@gmail.com>
Add autoconf check for clock_gettime() and floor().
diff --git a/NEWS b/NEWS
index bcf97d5..3639529 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
+v0.4 (2010-01-07)
+* Restore gamma ramps on program exit.
+
v0.3 (2009-12-28)
* Continously adjust color temperature. One shot mode can be selected
with a command line switch.
diff --git a/README b/README
index 1828dea..f79c75b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Redshift 0.3
+Redshift 0.4
============
Adjust color temperature of your screen according to your
diff --git a/configure.ac b/configure.ac
index 7467cc6..77ed2ac 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], [0.3], [jonlst@gmail.com])
+AC_INIT([redshift], [0.4], [jonlst@gmail.com])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])