diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-08-18 20:57:42 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-08-18 20:57:42 +0200 |
commit | dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0 (patch) | |
tree | 71fdc9b0e58f3cbcbf3762ee373e3e04551dda33 | |
parent | gamma-randr.c: Apparently error and ver_reply can both be NULL. Check both to (diff) | |
download | redshift-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-- | AUTHORS | 18 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 22 insertions, 7 deletions
@@ -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) @@ -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]) |