From b8bb8eb4972945a4a2f32866480724159586c38b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 28 Aug 2009 02:37:05 +0200 Subject: prepare release 0.6 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 57b1200..1a7d1f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +============== +Version 0.6 +============== + + * rename complete-media-burn.ogg to complete.ogg so that we can use it for all 'complete' events + * add battery-full.ogg, device-added.ogg, device-removed.ogg, menu-popup.ogg, window-attention.ogg, system-shutdown.ogg, system-ready.ogg + * create duplicate sounds as symlinks + * update a couple of sounds + ============== Version 0.5 ============== diff --git a/configure.ac b/configure.ac index 01e2516..55414d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([sound-theme-freedesktop], - [0.5], + [0.6], [http://bugzilla.freedesktop.org/enter_bug.cgi?product=sound-theme-freedesktop]) AC_CONFIG_SRCDIR([index.theme.in]) -- cgit