diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:28:38 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:28:38 +0100 |
commit | c95a6aeeb82e3aa94a576b77168ef83a771c87af (patch) | |
tree | f18520f191ab0e6218b2bba46561a2df660e0fd9 /ChangeLog | |
parent | Add include of stdint.h in header files. (diff) | |
download | redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.gz redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.bz2 redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.xz |
Update ChangeLog, NEWS and README for 0.4 release.
Increment version in configure.ac.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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(). |