summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-03-30 13:44:18 +0200
committerVincent Untz <vuntz@gnome.org>2010-03-30 13:44:18 +0200
commit7ea4cfe292cbcdad7b9eecdf15cdec91d48cfd70 (patch)
tree328d1eedd8c4d66c73ae4af3b396f47348d896ae
parent63d902f501095d0f2336291b495c8b0e4e840a2b (diff)
downloadgconf-7ea4cfe292cbcdad7b9eecdf15cdec91d48cfd70.tar.gz
[release] 2.28.12.28.1
-rw-r--r--NEWS13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe9fb10e..c29236fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.28.1
+======
+
+ Fixes
+ - Make the defaults mechanism find the right polkit action (Matthias Clasen)
+ - Remove (worse than) useless signal handlers for SEGV, FPE, etc. in gconfd
+ (Ray Strode)
+ - Avoid a crash when gconftool-2 can't read the db (Matthias Clasen)
+ - Make gconf compile with -DGSEAL_ENABLE (Andre Klapper)
+
+ Translation updates
+ (ast, bn,, ca, ca@valencia, cy, en@shaw, eu, gl, lt, nl, ru, vi)
+
2.28.0
======
diff --git a/configure.in b/configure.in
index cdbcd151..dae3d38f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([GConf],
- [2.28.0],
+ [2.28.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GConf],
[GConf])