~ubuntu-branches/ubuntu/lucid/alsa-lib/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-11-04 19:04:11 UTC
  • mfrom: (1.1.12 upstream) (2.2.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091104190411-igse8f4bzca8dq5x
Tags: 1.0.21a-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe
  - debian/patches/Fix-fpe-snd_pcm_mmap_begin.patch: Handle attempts to
    divide by zero

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
alsa-lib (1.0.21a-1ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes:
 
4
    - debian/rules:
 
5
      + Don't bail when removing include/alsa
 
6
    - debian/control: Add Vcs-Bzr URI
 
7
    - Add configuration files for bluetooth/bluez-alsa and pulseaudio
 
8
    - debian/libasound2.install: Ship smixer plugins for native and bi-arch
 
9
      packages
 
10
    - drop libcxxtools-dev build dependency, its in universe
 
11
    - debian/patches/Fix-fpe-snd_pcm_mmap_begin.patch: Handle attempts to
 
12
      divide by zero
 
13
 
 
14
 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 04 Nov 2009 19:04:11 +1100
 
15
 
 
16
alsa-lib (1.0.21a-1) unstable; urgency=low
 
17
 
 
18
  [ Elimar Riesebieter ]
 
19
  * New upstream release.
 
20
 
 
21
 -- Jordi Mallach <jordi@debian.org>  Mon, 14 Sep 2009 21:56:13 +0200
 
22
 
 
23
alsa-lib (1.0.21-1) unstable; urgency=low
 
24
 
 
25
  * New upstream release.
 
26
    + libasound2: Division by zero in pcm_rate.c when period_size->min == 0.
 
27
      Patch from John Lindgren applied upstream. Thanks! (closes: #539454)
 
28
 
 
29
  [ Elimar Riesebieter ]
 
30
  * Enable AM_MAINTAINER_MODE in a way where it actually has effect.
 
31
    Thanks Lionel Elie Mamane. (closes: #505088)
 
32
  * libasound2-dev: Don't install unneeded .la files. Bump shlibs to >> 1.0.20.
 
33
  * Added README.sources.
 
34
  * Updated changelog.ALSA and patches.
 
35
 
 
36
  [ Jordi Mallach ]
 
37
  * Revert .la removal after discussion with the Release Team. Instead,
 
38
    clear dependency_libs until all the depending packages have dropped the
 
39
    reverse dependency.
 
40
 
 
41
 -- Jordi Mallach <jordi@debian.org>  Thu, 10 Sep 2009 12:09:48 +0200
 
42
 
 
43
alsa-lib (1.0.20-4) unstable; urgency=low
 
44
 
 
45
  [ Elimar Riesebieter ]
 
46
  * Conflicts: libc6-i386 (<= 2.9-18) to lib32asound2 and lib32asound2-dev as
 
47
    suggested by Aurelien Jarno. (closes: #538835)
 
48
 
 
49
  [ Jordi Mallach ]
 
50
  * Update Standards-Version to 3.8.3. No changes needed.
 
51
 
 
52
 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Aug 2009 11:37:38 +0200
 
53
 
1
54
alsa-lib (1.0.20-3ubuntu6) karmic; urgency=low
2
55
 
3
56
  * debian/patches/Fix-fpe-snd_pcm_mmap_begin.patch: Handle attempts