diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-03-29 17:03:32 +0200 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-03-29 17:03:52 +0200 |
commit | 7573e45b0f4c407bf1d03e3191c8211e8c745d33 (patch) | |
tree | 479107ff306c1e6afb6ef76c4a34759165958991 | |
parent | a6eba8edb1d0c6f57b2b6ed7f2b3bfadc5f44526 (diff) |
Release 2.10.0STB_2_10_0
-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.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) |