summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2009-08-19 16:42:37 +0200
committerMilan Bouchet-Valat <nalimilan@club.fr>2009-08-19 17:15:56 +0200
commitd1041d841a7f42caa6b2c3d939fbf5d395f15e12 (patch)
treea0416c72b49fbed62f851f848dab5f61cf919c70
parent9e8286045a0c9522c6071e6bedf1a10348e41255 (diff)
Release 2.8.1STB_2_8_1
Brown paper bag!
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fb59184..06a699a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+System Tools Backends Version 2.8.1, 2009-O8-20
+-----------------------------------------------
+
+The System Tools Backends version 2.8.1 "Crunch" have been released. This is a minor release fixing the brown paper bag version 2.8.
+
+Changes since last release
+==========================
+
+ - Fix D-Bus activation to point to $(sbindir) (thanks to Götz Waschk)
+ - Move $policy_in_files out of the HAVE_POLKIT case (Carlos Garnacho)
+
+
System Tools Backends Version 2.8, 2009-O8-20
-----------------------------------------------
diff --git a/configure.in b/configure.in
index 2a24f11..1865be4 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)
+AC_INIT(system-tools-backends,2.8.1)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)