summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2009-09-22 16:17:30 +0200
committerMilan Bouchet-Valat <nalimilan@club.fr>2009-09-30 10:01:31 +0200
commit9a474814d0854cfbdd9cfeb5418f75dd82255600 (patch)
treee2f6240ffe71ca30f537418ca1965ec9a3214a00
parent19c2c5436548696755d8c91d5c9a2fb0a402fc6e (diff)
Release 2.8.2STB_2_8_2
-rw-r--r--NEWS33
-rw-r--r--configure.in2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 06a699a..01c49f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+System Tools Backends Version 2.8.2, 2009-O9-29
+-----------------------------------------------
+
+The System Tools Backends version 2.8.2 "Don't mess with my arguments!" have been released. This is a minor release fixing the brown paper bag version 2.8.
+
+Changes since last release
+==========================
+
+ - Add compatibility with Upstart init system, used on the Debian platform. For now, this means only traditional scripts are handled; Upstart jobs are ignored and the stb won't conflict with them
+ - Don't daemonize on start by default; this fixes problems with D-Bus activation
+ - When starting external programs, call system() with argument as an arrays to avoid the shell messing with them. This notably fixes problems when users' Real Name field contains apostrophes (Bug 519273).
+ - Automatically set invalid service priorities to a default value of 50, instead of committing wrong data. This allows GUIs not to worry about this implementation detail if they don't mind.
+ - Remove useless versioning for Debian platform. All platforms should probably do the same to get things cleaner and less bug-prone.
+
+
+Translations
+============
+ - cs, courtesy of Petr Kovar
+ - de, courtesy of Mario Blättermann
+ - en_GB, courtesy of Philip Withnall
+ - es, courtesy of Ricardo Pérez López
+ - eu, courtesy of Iñaki Larrañaga Murgoitio
+ - fr, courtesy of Claude Paroz
+ - hu, courtesy of Gabor Kelemen
+ - it, courtesy of Luca Ferretti
+ - ja, courtesy of Takeshi AIHANA
+ - pl, courtesy of Tomasz Dominikowski
+ - pt_BR, courtesy of Rodolfo Ribeiro Gomes
+ - pt, courtesy of Duarte Loreto
+ - sv, courtesy of Daniel Nylander
+
+
+
System Tools Backends Version 2.8.1, 2009-O8-20
-----------------------------------------------
diff --git a/configure.in b/configure.in
index 1865be4..d196049 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
dnl ==============================================================
dnl Process this file with autoconf to produce a configure script.
dnl ==============================================================
-AC_INIT(system-tools-backends,2.8.1)
+AC_INIT(system-tools-backends,2.8.2)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)