diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +System Tools Backends Version 2.10.2, 2011-04-02 +----------------------------------------------- + +The System Tools Backends version 2.10.2 "Stop Joking" have been released. This stable release +is backward compatible with 2.10.0. + +Changes since last release +========================== + + - Don't create empty /etc/ntp.conf (Colin Watson) + - Allow any sessions, not only active ones, to authenticate via PolicyKit + - Support creating groups with default GID instead of fixed one + + System Tools Backends Version 2.10.1, 2010-08-21 ----------------------------------------------- diff --git a/configure.in b/configure.in index 72829af..9d6dc4e 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.10.1) +AC_INIT(system-tools-backends,2.10.2) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |