File libcanberra.changes of Package libcanberra

-------------------------------------------------------------------
Sun May  9 21:53:46 CEST 2010 - dimstar@opensuse.org

- Update to version 0.24:
  + fdo#27048: Compile with -DSEAL_ENABLE
  + props: set a couple of additional properties by default and
    ensure clients may override them
  + pulse: fix finish notification for cached sample playback
  + fork: call getpid() only once
  + build-sys: bump sonames for v0.24
  + pulse: fix use after free in stream_drain_cb().
- Drop libcanberra-fix-pulse-crash.patch, fixed by upstream.

-------------------------------------------------------------------
Thu Apr  1 19:49:35 CEST 2010 - vuntz@opensuse.org

- Add libcanberra-fix-pulse-crash.patch to fix a crash in
  libcanberra that makes many apps crash. Fix bnc#591729.

-------------------------------------------------------------------
Sun Feb 21 16:06:30 CET 2010 - dimstar@opensuse.org

- Update to version 0.23:
  + Fix fd leak in libcanberra
  + vorbis: support the recently defined 6.1 and 7.1 modes
  + gstreamer: add missing unistd.h inclusion
  + pulse: pass selected device to server when playing
  + vala: update vapi file for new defintions
  + pulse: fix minor race with sound cancellation

-------------------------------------------------------------------
Tue Jan  5 16:29:48 CET 2010 - jengelh@medozas.de

- Package baselibs.conf

-------------------------------------------------------------------
Sat Nov 14 12:08:07 CET 2009 - vuntz@opensuse.org

- Update to version 0.22:
  + gtk: add missing cast
  + gtk: only use GdkEvent::window if it is set
- Changes from version 0.21:
  + gtk: Do not dereference a null window.
- Changes from version 0.20:
  + gtk: fix casting
- Changes from version 0.19:
  + gtk: verify that a widget is realized before we try to access
    its XID
  + gtk: refresh event->window after dequeing
  + gtk: even if GtkSettings is not available use context
  + gtk: fix calculation of event hpos/vpos

-------------------------------------------------------------------
Tue Oct  6 19:49:38 CEST 2009 - vuntz@opensuse.org

- Move vala .vapi files to devel package: it's only needed to
  compile an application willing to use libcanberra.

-------------------------------------------------------------------
Mon Sep 28 18:10:48 CEST 2009 - vuntz@opensuse.org

- Update to version 0.18:
  + gtk-module: don't leak memory when reading X11 properties
  + gtk-module: recognize sticky windows properly
  + gtk-module: don't generate sound events for undecorated popups
  + pulse: when coming back from event loop wait, check if the
    context still exists
  + gtk-module: ignore xembed windows
  + props: introduce CA_PROP_WINDOW_DESKTOP
  + gtk: add various validity checks before using data from
    GdkWindow
  + gtk: initialize window.desktop property by default
- Changes from version 0.17:
  + gnome: play system-ready sound when gdm is ready
  + pulse: relax latency requirements as much as possible to save
    CPU
  + gtk-module: fix handling menu popup detection
  + gtk-module: make sure to process queued events before quitting
  + vala: add vala .vapi files
  + define properties for window position/size information
  + gtk: generate window position/size properties in
    ca_gtk_proplist_set_for_widget()
  + gtk-module: properly detect whether a module is iconized
  + gtk-module: clean up debug logging
  + gtk: introduce two environment variables to force use of event
    sounds/input feedback
  + gtk-module: generate event sounds for drag/drop
  + gtk-module: generate event sound when expander is expanded

-------------------------------------------------------------------
Thu Aug 27 16:46:02 CEST 2009 - vuntz@novell.com

- Update to version 0.16:
  + add description to autostart file
  + dso: quieten gcc a bit
  + implement ca_context_playing() call
  + vorbis: fix implicit channel map decoding master
- Use spec-cleaner script to split BuildRequires/Requires lines,
  and reorder the preamble.

-------------------------------------------------------------------
Wed Aug  5 11:54:06 CEST 2009 - vuntz@novell.com

- Update to version 0.15:
  + gtk-module: use gdk_threads_add_idle_full instead of
    g_idle_full() for thread-safety reasons
  + pulse: split up handling of outstanding structs into part where
    the lock must be taken and where not
  + dso: don't assume LT_ERROR_MAX is size of table[]
  + gtk: don't take gdk lock since it is not recursive and it might
    already be taken

-------------------------------------------------------------------
Mon Jul 20 10:53:32 CEST 2009 - vuntz@novell.com

- Update to version 0.14:
  + pulse: don't hang if vorbis hits EOF earlier than advertised
  + be a bit more verbose on error conditions
  + pulse: rework reconnection logic, to not enter endless loop
    when server is not reachable, and can never be reached
- Changes from version 0.13:
  + pulse: use nofail
  + canberra-gtk-play: add -V option for volume
  + pulse: set volume when streaming directly
  + pulse: don't hang when operation gets canceled
  + make libcanberra-gtk multihead safe
  + oss: initialize oss fd properly to avoid closing inappropriate
    file descriptors
  + remove deprecated GTK+ symbol. Fixes fdo#21358.
  + add proper multichannel support (includes of WAVEX files)
  + alsa: disable multichannel support for alsa
  + oss: document lacking multichannel support for oss
  + canberra-gtk-play: implement --property=
  + pulse: implement canberra.force_channel property that forces an
    event sound to a specific channel position
  + fix missing fallback theme breaking the user specified one
  + proplist: set prev_item when adding a new key/value pair

-------------------------------------------------------------------
Fri May 29 00:59:58 CEST 2009 - crrodriguez@suse.de

- fix -devel package dependencies 

-------------------------------------------------------------------
Tue Apr 14 14:56:03 CEST 2009 - vuntz@novell.com

- Update to version 0.12:
  + if supported, leave the volume for event sounds unspecified
  + build system updates
  + various fixes and updates for the PulseAudio backend
  + detect forks and return an error for all functions in that case
  + don't crash if there is no default display on initialization.
    Fixes fdo#20693

-------------------------------------------------------------------
Fri Feb  6 11:14:31 EST 2009 - hfiguiere@suse.de

- Review changes.

-------------------------------------------------------------------
Wed Jan 28 02:04:42 WET 2009 - lmedinas@gmail.com

- Update to version 0.11:
  + major GStreamer backend fixes
  + update to libtool 2.2
  + a few other fixes

-------------------------------------------------------------------
Tue Nov 25 17:22:20 CET 2008 - sbrabec@suse.cz

- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).

-------------------------------------------------------------------
Fri Oct 10 14:20:25 CEST 2008 - sbrabec@suse.cz

- Update to version 0.10:
  * install Gtk+ module using GConf
  * few other fixes

-------------------------------------------------------------------
Fri Oct 10 14:17:51 CEST 2008 - sbrabec@suse.cz

- Devel file contains gtk files => requires libcanberra-gtk0.

-------------------------------------------------------------------
Fri Aug 29 12:36:49 CEST 2008 - rodrigo@suse.de

- Update to version 0.8:
  + New OSS and GStreamer backends
  + Portability fixes for FreeBSD/Solaris
  + Multi backend works now
- Splitted packages a bit more, adding a -gtk subpackage to contain
  the GTK stuff
- Renamed -gtk2 subpackage to -gtk0
- Some other fixes in the .spec file

-------------------------------------------------------------------
Thu Aug 28 12:59:51 CEST 2008 - rodrigo@suse.de

- BuildRequire update-desktop-files
- Added missing %description for libcanberra

-------------------------------------------------------------------
Thu Aug 28 10:37:21 CEST 2008 - rodrigo@suse.de

- Fixed rpmlint errors

-------------------------------------------------------------------
Wed Aug 27 16:58:19 CEST 2008 - rodrigo@suse.de

- Don't remove README file

-------------------------------------------------------------------
Wed Aug 27 15:53:12 CEST 2008 - rodrigo@suse.de

- Fixed Source file name

-------------------------------------------------------------------
Wed Aug 27 13:50:58 CEST 2008 - rodrigo@suse.de

- First package of libcanberra, needed for new gnome-control-center
openSUSE Build Service is sponsored by