diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
commit | cd80b9ede605f76710157060f03ef92dbe2c69d8 (patch) | |
tree | 4b7c5fce71acfb7bd6832e847075d593f7f71ccf /ChangeLog | |
parent | Add autoconf check for clock_gettime() and floor(). (diff) | |
download | redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.gz redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.bz2 redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.xz |
Update README, NEWS and ChangeLog for 0.3 release.
Increment version in configure.ac.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +2009-12-28 Jon Lund Steffensen <jonlst@gmail.com> + + Add autoconf check for clock_gettime() and floor(). + +2009-12-28 Jon Lund Steffensen <jonlst@gmail.com> + + Use clock_gettime() to read current time. + +2009-12-28 Jon Lund Steffensen <jonlst@gmail.com> + + Use struct timespec instead of time_t for increased time precision. + +2009-12-26 Jon Lund Steffensen <jonlst@gmail.com> + + Continously change color temperature (Add -o for one shot mode). + In continous mode, make a short transition from 6500K to the target + temperature when the program starts. + +2009-12-25 Jon Lund Steffensen <jonlst@gmail.com> + + Allow compile time selection of which method to compile in. + +2009-12-25 Jon Lund Steffensen <jonlst@gmail.com> + + Accept method names with different case. + +2009-12-25 Jon Lund Steffensen <jonlst@gmail.com> + + VidMode: Fix memory leak. + +2009-12-25 Jon Lund Steffensen <jonlst@gmail.com> + + Allow selection of X screen to apply adjustments to. + +2009-12-25 Jon Lund Steffensen <jonlst@gmail.com> + + RANDR: Adjust color temperature fro all CRTCs. + +2009-12-23 Jon Lund Steffensen <jonlst@gmail.com> + + Increment version to 0.2 + +2009-12-23 Jon Lund Steffensen <jonlst@gmail.com> + + Update ChangeLog, README and NEWS + 2009-12-23 Jon Lund Steffensen <jonlst@gmail.com> Add setting gamma ramps with the VidMode extension. |