summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2009-11-15 11:03:07 +0100
committerMilan Bouchet-Valat <nalimilan@club.fr>2009-11-15 11:03:07 +0100
commit36bfed2645fe83ff2145d0eca3f51b5cde8c8c37 (patch)
tree21fe426a00e96e3499bbd4221bfddec250328b3e
parent25f00b6ea6854602d988f2d387234ee370bf58e8 (diff)
Release 2.8.3STB_2_8_3
-rw-r--r--NEWS23
-rw-r--r--configure.in2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea97718..b080292 100644
--- a/NEWS
+++ b/NEWS
@@ -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)