summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2011-04-02 14:36:49 +0200
committerMilan Bouchet-Valat <nalimilan@club.fr>2011-04-02 14:36:49 +0200
commit5cacc97a7ca4d2aeb2c819e0c16c86e312a261fb (patch)
treebf7aeecb3793c457351d8f8df6705bb7a7a256c5
parentbd1beddc1c07fe1a3a924356313971654eea93cc (diff)
Release 2.10.2STB_2_10_2
-rw-r--r--NEWS14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 492f873..63683df 100644
--- a/NEWS
+++ b/NEWS
@@ -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)