aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-08-18 20:57:42 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-08-18 20:57:42 +0200
commitdd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0 (patch)
tree71fdc9b0e58f3cbcbf3762ee373e3e04551dda33
parentgamma-randr.c: Apparently error and ver_reply can both be NULL. Check both to (diff)
downloadredshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.gz
redshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.bz2
redshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.xz
Update NEWS, AUTHORS and configure.ac for 1.5 release.
-rw-r--r--AUTHORS18
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 22 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index ec90cf5..c4cba6d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,21 +9,27 @@ Contributors
Francesco Marella
Alexandros Frantzis
Dan Helfman
+Gabriel de Perthuis
Martin Koelewijn
Joern Konopka (Ubuntu Mono icons)
+aleth (Ubuntu Mono icons)
Tango Desktop Project provided artwork for the official redshift icon.
Translators
--------------------
+Ibai Oihanguren (Basque)
+Gustavo Guidorizzi (Brazilian Portuguese)
+Rafael Beraldo (Brazilian Portuguese)
+clever_fox (Czech)
+Jon Lund Steffensen (Danish)
+Ilari Oras (Finnish)
+XioNoX (French)
+Hangman (French)
Jan-Christoph Borchardt (German)
+dotancohen (Hebrew)
Andrea Amoroso (Italian)
-Jon Lund Steffensen (Danish)
-clever_fox (Czech)
-Fernando Ossandon (Spanish)
Gregory Petrosyan (Russian)
Чистый (Russian)
-Ilari Oras (Finnish)
-Gustavo Guidorizzi (Brazilian Portuguese)
-Rafael Beraldo (Brazilian Portuguese)
+Fernando Ossandon (Spanish)
diff --git a/NEWS b/NEWS
index 5afd758..4e3ceb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v1.5 (2010-08-18)
+* New ubuntu-mono-dark icons that fit better with the color guidelines.
+ Contributed by aleth.
+* Improve GNOME location provider (patch by Gabriel de Perthuis).
+* Application launcher and autostart feature contributed by Francesco Marella.
+* Translation updates: Basque (Ibai Oihanguren); French (Hangman, XioNoX);
+ German (Jan-Christoph Borchardt); Hebrew (dotancohen); Spanish
+ (Fernando Ossandon).
+
v1.4.1 (2010-06-15)
* Include Ubuntu Mono icons by Joern Konopka.
* Fix: Toggle icon in statusicon.py like appindicator already does.
diff --git a/configure.ac b/configure.ac
index 54450b6..6f4bb98 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.4.1], [https://bugs.launchpad.net/redshift])
+AC_INIT([redshift], [1.5], [https://bugs.launchpad.net/redshift])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])