From b1b472c364dd573129f64df30a5f23a3a247ce6f Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Thu, 14 Jan 2010 01:19:39 +0100 Subject: Update AUTHORS, ChangeLog, NEWS, README for release. Increment version in configure.ac. --- AUTHORS | 4 ++++ ChangeLog | 26 ++++++++++++++++++++++++++ NEWS | 4 ++++ README | 4 ++-- configure.ac | 2 +- 5 files changed, 37 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 949d2d1..d85ca98 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,5 @@ + Jon Lund Steffensen + +Original gtk-redshift script contributed by Martin Koelewijn. +The redshift icon is based on artwork by the Tango Desktop Project. diff --git a/ChangeLog b/ChangeLog index 5993b8f..71569e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2010-01-14 Jon Lund Steffensen + + configure.ac: Fail if explicitly enabled features are missing + dependencies to build. + +2010-01-14 Jon Lund Steffensen + + Allow install of gtk-redshift script to be disabled in configure script. + +2010-01-14 Jon Lund Steffensen + + Fix: Typo in comment + +2010-01-14 Jon Lund Steffensen + + Add python script to control redshift through a status icon (tray icon). + +2010-01-12 Jon Lund Steffensen + + Add scalable application icon. + +2010-01-09 Jon Lund Steffensen + + Update ChangeLog, NEWS and README for 1.0 release. + Increment version in configure.ac. + 2010-01-09 Jon Lund Steffensen Add some comments in the redshift.c. diff --git a/NEWS b/NEWS index a82ee7c..6e4818c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +v1.1 (2010-01-14) +* Provide a GTK status icon (tray icon) for redshift with the + gtk-redshift program. + v1.0 (2010-01-09) * Temporarily disable/enable when USR1 signal is received. diff --git a/README b/README index fdc0549..f1040e3 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Redshift 1.0 +Redshift 1.1 ============ Adjust color temperature of your screen according to your @@ -27,7 +27,7 @@ The program will continously update the color temperature at regular intervals. One shot mode can be selected if you only want to do one adjustment. -The command line options are explained in the following paragrphs. The +The command line options are explained in the following paragraphs. The only required parameter is your current location, all other options have reasonable defaults. diff --git a/configure.ac b/configure.ac index 34423e4..e983efe 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.0], [jonlst@gmail.com]) +AC_INIT([redshift], [1.1], [jonlst@gmail.com]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) -- cgit v1.2.3-70-g09d2