~ubuntu-branches/ubuntu/quantal/alsa-utils/quantal

« back to all changes in this revision

Viewing changes to debian/changelog.ALSA

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-02-16 13:44:24 UTC
  • mfrom: (1.2.16) (2.3.16 sid)
  • Revision ID: package-import@ubuntu.com-20120216134424-bolv9yy21p006jv2
Tags: 1.0.25-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Move alsactl to sbin
  - Move init script volume settings to new alsactl database:
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Mute "IEC958 Optical Raw" by default
    + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
  - ship udev rules file in /lib/udev/rules.d
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself
  - Use upstart jobs for storing/restoring card settings
  - Add udev rule to apply UCM profiles for panda and equivalent hardware
  - Install alsa udev rules, at the least they are needed for hotplugged
    devices
  - Add Vcs-Bzr field

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changelog between 1.0.24 and 1.0.25 releases
 
2
(http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25)
 
3
(Reformated as ASCII text)
 
4
+++++++++++++++++++++++++++++++++++++++++++
 
5
 
 
6
* alsa-utils
 
7
  +  Core
 
8
     Release v1.0.25 
 
9
     alsactl: add support for recreating enumerated user controls 
 
10
     fix use of $(SED) 
 
11
     Updated COPYING with the recent FSF address 
 
12
     Release v1.0.24.2 
 
13
     Release v1.0.24.1 
 
14
 
 
15
  +  ALSA Control (alsactl)
 
16
     Alsa-utils: Fix typo causing some volumes not to be initialized 
 
17
     alsactl: Initialize Front Speaker, etc 
 
18
     alsactl: add support for recreating enumerated user controls 
 
19
     fix use of $(SED) 
 
20
     Revert "alsactl - Display help for names command" 
 
21
     alsactl init: Mute CD Playback volume by default 
 
22
 
 
23
  +  Speaker Test
 
24
     speaker-test.1: Clarify man page by giving examples 
 
25
 
 
26
  +  alsaconf
 
27
     fix use of $(SED) 
 
28
 
 
29
  +  alsaloop
 
30
     alsaloop: Use AM_CFLAGS in Makefile.am 
 
31
     alsaloop: another try to force correct formats for libsamplerate 
 
32
     alsaloop: libsamplerate requires specific formats, force them for slave mode 
 
33
 
 
34
  +  alsamixer
 
35
     alsamixer: Fix X-win related crash for PulseAudio plugin (bad linking) 
 
36
     alsamixer: Fix 64bit issues 
 
37
     alsamixer: fix build on uClibc 
 
38
     alsamixer: fix display of active/inactive controls 
 
39
 
 
40
  +  alsaucm
 
41
     alsaucm: Don't double-free empty lists 
 
42
     alsaucm: Add list1 command for non-tuple lists 
 
43
     alsaucm: do not bail out in the interactive mode upon error 
 
44
     alsaucm: fix interactive mode, add batch mode 
 
45
     alsaucm: fix list command and output 
 
46
 
 
47
  +  amixer
 
48
     alsa-utils: amixer: Fix SND_CTL_TLVT_DB_RANGE handling 
 
49
 
 
50
  +  aplay/arecord
 
51
     aplay: Fix spelling error 
 
52
     aplay: increase channel limit to 256 
 
53
     aplay: Use standard endian convesions 
 
54
     aplay: Add include files for mkdir() 
 
55
     aplay: Avoid recursive signal handling 
 
56
     aplay: Add -i option for interactive mode 
 
57
 
 
58
  +  aplaymidi/arecordmidi
 
59
     aplaymidi: clarify multi-port documentation 
 
60
 
1
61
Changelog between 1.0.23 and 1.0.24 releases
2
62
(http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24)
3
63
(Reformated as ASCII text)