summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1058ee6..d63698b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.11
+====
+
+ - Remove Xlib support, use only xcb and x11-xcb (Julien Danjou)
+ - Support APPLICATION_ID key (Colin Walters)
+
0.10
====
diff --git a/configure.in b/configure.in
index b5d3666..64da3b5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([startup-notification], [0.10],
+AC_INIT([startup-notification], [0.11],
[http://www.freedesktop.org/Software/startup-notification])
AC_CONFIG_SRCDIR(libsn/sn-launchee.c)