Change logs for esound source package in Dapper

  • esound (0.2.36-3ubuntu3) dapper; urgency=low
    
      * esd.conf: Drop autospawn timeout to 1 second. Closes: LP#34818
    
     -- Martin Pitt <email address hidden>   Tue, 28 Mar 2006 12:21:45 +0200
  • esound (0.2.36-3ubuntu2) dapper; urgency=low
    
    
      [Tollef Fog Heen]
      * dsp_init(): Enclose function body in a mutex. dsp_init() was sometimes
        called several times which caused race conditions with the global
        variables and lead to a crash.
    
      [Martin Pitt]
      * debian/rules, debian/control: Prefer libesd-alsa0 in shlibs and
        dependencies.
    
     -- Martin Pitt <email address hidden>  Mon, 23 Jan 2006 19:00:58 +0100
  • esound (0.2.36-3ubuntu1) dapper; urgency=low
    
    
      * Manually resynchronize to Debian, cleaned up a lot of cruft from the diff.
      * Remaining changes:
        - esd.conf: Enable auto_spawn.
        - debian/rules: Build with --enable-debugging to provide -v[tcm] options.
        - esd.c: Disable tracing options by default.
        - util.c: Support multiple esd instances (one per user).
      * clients.c: Fix variable declaration to fix FTBFS.
    
     -- Martin Pitt <email address hidden>  Fri, 13 Jan 2006 20:10:24 +0100
  • esound (0.2.36-1ubuntu6) dapper; urgency=low
    
    
      * esd.conf: Enable autospawn by default so that esd is not started when
        using direct ALSA output; see http://wiki.ubuntu.com/GstreamerAudioBackend
        spec.
    
     -- Martin Pitt <email address hidden>  Tue,  3 Jan 2006 16:38:17 +0100
  • esound (0.2.36-1ubuntu5) breezy; urgency=low
    
    
      * audio_alsa09.c, esd_audio_close(): 
        - Call snd_pcm_hw_free() before snd_pcm_close(). This closes the file
          descriptor to the sound device even if the device is not physically
          present any more.
        - This fixes the esound/hotplug deadlock when removing a currently active
          sound device.
    
     -- Martin Pitt <email address hidden>  Mon, 22 Aug 2005 13:05:36 +0200