[system-tools-backends-clone] Release 2.8.2



commit 9a474814d0854cfbdd9cfeb5418f75dd82255600
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Sep 22 16:17:30 2009 +0200

    Release 2.8.2

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]