diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 23 insertions, 2 deletions
@@ -1,3 +1,21 @@ +2010-01-09 Jon Lund Steffensen <jonlst@gmail.com> + + Add some comments in the redshift.c. + +2010-01-09 Jon Lund Steffensen <jonlst@gmail.com> + + Fix formating of help message. + +2010-01-09 Jon Lund Steffensen <jonlst@gmail.com> + + Switch between enabled and disabled on USR1 signal. + Transition between the two states. + +2010-01-07 Jon Lund Steffensen <jonlst@gmail.com> + + Update ChangeLog, NEWS and README for 0.4 release. + Increment version in configure.ac. + 2010-01-07 Jon Lund Steffensen <jonlst@gmail.com> Add include of stdint.h in header files. @@ -1,4 +1,7 @@ +v1.0 (2010-01-09) +* Temporarily disable/enable when USR1 signal is received. + v0.4 (2010-01-07) * Restore gamma ramps on program exit. @@ -1,5 +1,5 @@ -Redshift 0.4 +Redshift 1.0 ============ Adjust color temperature of your screen according to your diff --git a/configure.ac b/configure.ac index 77ed2ac..1d9eb73 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.4], [jonlst@gmail.com]) +AC_INIT([redshift], [1.0], [jonlst@gmail.com]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |