diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2009-11-15 11:03:07 +0100 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2009-11-15 11:03:07 +0100 |
commit | 36bfed2645fe83ff2145d0eca3f51b5cde8c8c37 (patch) | |
tree | 21fe426a00e96e3499bbd4221bfddec250328b3e | |
parent | 25f00b6ea6854602d988f2d387234ee370bf58e8 (diff) |
Release 2.8.3STB_2_8_3
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +System Tools Backends Version 2.8.3, 2009-11-15 +----------------------------------------------- + +The System Tools Backends version 2.8.3 "Bloody shambles" have been released. + +Changes since last release +========================== + + - Fix severe regressions that prevented changing/deleting users, and setting time. + +Translations +============ + + - ca, courtesy of David Planella + - nb, courtesy of Kjartan Maraas + - sl, courtesy of Matej Urbančič + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.8/ + + System Tools Backends Version 2.8.2, 2009-O9-29 ----------------------------------------------- diff --git a/configure.in b/configure.in index d196049..5f9bbaf 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.2) +AC_INIT(system-tools-backends,2.8.3) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |