summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS23
-rw-r--r--configure.in2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9dddc69..de3d6f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+System Tools Backends Version 2.10.0, 2010-03-29
+-----------------------------------------------
+
+The System Tools Backends version 2.10.0 "Last But Not Least" have been released. This is the first stable release which is incompatible with the previous 2.8 series.
+
+Changes since last release
+==========================
+
+ - Add FreeBSD 8 as a known platform, handled just like version 7
+ - Identify users and groups by login instead of UID
+ - Major performance improvements when committing groups
+ - Fix crash due to wrong int size with SelfConfig
+ - Fix crash on authentication error
+
+Translations
+============
+
+ - ca, courtesy of David Planella
+ - eu, courtesy of Iñaki Larrañaga Murgoitio
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+
+
System Tools Backends Version 2.9.4, 2010-03-08
-----------------------------------------------
diff --git a/configure.in b/configure.in
index a9599cf..0b4fc60 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.9.4)
+AC_INIT(system-tools-backends,2.10.0)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)