summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2011-05-05 11:37:45 +0200
committerJulien Danjou <julien@danjou.info>2011-05-05 11:37:45 +0200
commite6f9e1b41826005cfcbb24b78605d666c1a74fc9 (patch)
tree526b49132b6754d6825048b4e269bf5b1f17f345
parent1f8260481453cd7632225a3a2ae9c4b090d25241 (diff)
Update NEWS, bump versionSTARTUP_NOTIFICATION_0_11
Signed-off-by: Julien Danjou <julien@danjou.info>
-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)