~peter-pearse/ubuntu/oneiric/alsa-utils/prop001

« back to all changes in this revision

Viewing changes to debian/changelog.ALSA

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-05-21 12:54:56 UTC
  • mfrom: (1.2.14 upstream) (2.3.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100521125456-kxrb3ggrjnf06nd8
Tags: 1.0.23-0ubuntu1
* New upstream release
  - backport-fixes-head.patch: Dropped, applied upstream
* Merge from debian unstable, remaining changes:
  - debian/init:
    + wait until /usr/bin and /var/lib/alsa exist
    + only display an error when dealing with alsactl if there is no card
      specified
    + 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
    + update lsb header to indicate no running of the script unless the
      udev rule is run
    + 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
    + Don't muck with sound card state if alsactl restore fails 
    + Don't wait for 1 second after alsactl store
    + Stop muting on reboot/shutdown
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
  - debian/rules:
    + ship udev rules file in /lib/udev/rules.d
    + Do not install start symlinks for the alsa-utils init script, it gets
      run from a udev rule
  - debian/udev.script: do not use hotplug functions
  - 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
  - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
    misspelling in speaker-test(1)
  - Remove alsaconf from build system and remove po files
  - Create an upstart job specifically saving mixer levels to resolve race
  - Version build-dep to upstart-aware debhelper.
  - Move the initscript into /sbin. We now have an upstart job just for
    handling alsactl store
* debian/init: Revert Debian's change to allow alsamixer/amixer and aumix to
  cooperate. OSS is going away in Maverick, so we don't care about OSS mixer
  applications any more

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changelog between 1.0.21 and 1.0.22 releases
 
2
(http://www.alsa-project.org/main/index.php/Changes_v1.0.21_v1.0.22)
 
3
(Reformated as ASCII text)
 
4
+++++++++++++++++++++++++++++++++++++++++++
 
5
 
 
6
* alsa-utils
 
7
  +  Core
 
8
          Release v1.0.22
 
9
  +  ALSA Control (alsactl)
 
10
          alsactl: fix error path code in init_parse.c
 
11
          alsactl: init - default - initialize also "Digital Input Source"
 
12
          alsactl init: Add CTL{do_search} and CTL{do_count} parsers
 
13
          alsactl init: use empty GOTOs in init/default file to increase readability
 
14
          alsactl: introduce CTL{write} to match directly written CTL values
 
15
          alsactl - Initialize Speaker volume to 0dB when Master is present
 
16
          alsactl init: Fix typo "(" -> "{" in Headphone default rule
 
17
  +  Speaker Test
 
18
          speaker-test: not all sample formats are supported - show only supported ones
 
19
          speaker-test: add -d (--debug) option to show PCM parameters
 
20
  +  aplay/arecord
 
21
          arecord: fix wrong chunk_size initialization when verbose and mmap flags are set
 
22
          aplay - Show available formats
 
23
Changelog between 1.0.20 and 1.0.21 releases
 
24
(http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21)
 
25
(Reformated as ASCII text)
 
26
********************************************
 
27
 
 
28
* alsa-utils
 
29
  +  Core
 
30
          Release v1.0.21
 
31
          alsamixer: show channel names for multichannel control
 
32
  +  /include/Makefile.am
 
33
          alsamixer: show channel names for multichannel control
 
34
  +  ALSA Control (alsactl)
 
35
          alsactl init rules: fix Lenovo T61 initialization (Speaker Playback Switch
 
36
          alsactl: init - fix default configuration for ENS137
 
37
          alsactl: fixed Headphone Playback Volume setting in default rule
 
38
  +  Speaker Test
 
39
          speaker-test: only check byte order onc
 
40
          speaker-test: move existing endian macros up in the fil
 
41
          Remove dead/commented out cod
 
42
          Allow frequencies down to 30 H
 
43
          speaker-test: allow frequency to be floating poin
 
44
  +  alsamixer
 
45
          alsamixer: fix display of inactive volume ba
 
46
          alsamixer: rename attr to c
 
47
          alsamixer - Tricolorize volume bar
 
48
          alsamixer: update man pag
 
49
          alsamixer: fix text box clipping with multi-column character
 
50
          alsamixer - Fix uninitialized variable warnin
 
51
          alsamixer: show channel names for multichannel control
 
52
  +  aplaymidi/arecordmidi
 
53
          aplaymidi: reduce bandwidth for big SysEx message
 
54
 
1
55
Changelog between 1.0.19 and 1.0.20 releases
2
56
(http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20)
3
57
(Reformated as ASCII text)