summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6ce15178..63594e84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+==============
+Version 2.91.0
+==============
+
+- Give a name to the keyboard status icon (Matthias Clasen) (#610319)
+- Fix include directory to match API version (Bastien Nocera)
+- Add daemon path to pkg-config files (Bastien Nocera)
+- Don't switch mouse buttons for XTest devices (Bastien Nocera) (#627084)
+- Remove GtkObject usage (Matthias Clasen) (#630678)
+- Use gtk3 draw event instead of expose-event (William Jon McCann) (#630975)
+- Use gdk-pixbuf header (William Jon McCann) (#630975)
+- Don't use GdkColormap (William Jon McCann)
+- Use cairo regions to set input shape (William Jon McCann)
+- Adapt to GnomeBG API changes (William Jon McCann)
+- Use an empty region to ignore events (William Jon McCann)
+- Don't destroy the cairo context in draw handler (William Jon McCann)
+- Adapt to libgnomekbd API changes (Sergey V. Udaltsov)
+- Translations:
+ - ar (Khaled Hosny)
+ - bg (Damyan Ivanov)
+ - ca (Joan Duran)
+ - cz (Petr Kovar)
+ - gl (Fran Diéguez)
+
===============
Version 2.90.1
===============
@@ -40,7 +64,6 @@ Version 2.31.4.2
- gl (Fran Diéguez)
- he (Yaron Shahrabani)
-
================
Version 2.31.4.1
================
diff --git a/configure.ac b/configure.ac
index a0249daa..b1bd763d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ GSD_API_VERSION="gsd_api_version"
AC_SUBST(GSD_API_VERSION)
AC_INIT([gnome-settings-daemon],
- [2.90.1],
+ [2.91.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])