aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-01-14 01:19:39 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-01-14 01:19:39 +0100
commitb1b472c364dd573129f64df30a5f23a3a247ce6f (patch)
treee60596df66aae0216a11c276237f07703399e448
parentconfigure.ac: Fail if explicitly enabled features are missing (diff)
downloadredshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.gz
redshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.bz2
redshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.xz
Update AUTHORS, ChangeLog, NEWS, README for release.
Increment version in configure.ac.
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog26
-rw-r--r--NEWS4
-rw-r--r--README4
-rw-r--r--configure.ac2
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 <jonlst@gmail.com>
+
+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 <jonlst@gmail.com>
+
+ configure.ac: Fail if explicitly enabled features are missing
+ dependencies to build.
+
+2010-01-14 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Allow install of gtk-redshift script to be disabled in configure script.
+
+2010-01-14 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Fix: Typo in comment
+
+2010-01-14 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Add python script to control redshift through a status icon (tray icon).
+
+2010-01-12 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Add scalable application icon.
+
+2010-01-09 Jon Lund Steffensen <jonlst@gmail.com>
+
+ Update ChangeLog, NEWS and README for 1.0 release.
+ Increment version in configure.ac.
+
2010-01-09 Jon Lund Steffensen <jonlst@gmail.com>
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])