Blame ChangeLog

Packit 4a16fb
* update to libtool 1.3.3
Packit 4a16fb
Packit 4a16fb
0.1.3 -> 0.2.0
Packit 4a16fb
Packit 4a16fb
* added snd_pcm_loopback_block_mode to PCM loopback interface
Packit 4a16fb
* fixups in header files (according to documentation)
Packit 4a16fb
* version is now compatible with driver
Packit 4a16fb
Packit 4a16fb
0.1.2 -> 0.1.3
Packit 4a16fb
Packit 4a16fb
* added PCM loopback interface
Packit 4a16fb
Packit 4a16fb
0.1.1 -> 0.1.2
Packit 4a16fb
Packit 4a16fb
* bug fixes in open() functions
Packit 4a16fb
Packit 4a16fb
0.1.0 -> 0.1.1
Packit 4a16fb
Packit 4a16fb
* added more switch functions to control interface
Packit 4a16fb
Packit 4a16fb
0.0.9 -> 0.1.0
Packit 4a16fb
Packit 4a16fb
* renamed soundlib.h to asoundlib.h
Packit 4a16fb
* renamed libraries from libsound to libasound
Packit 4a16fb
* big API changes
Packit 4a16fb
  - added switches interfaces
Packit 4a16fb
* added RawMIDI API
Packit 4a16fb
Packit 4a16fb
0.0.8 -> 0.0.9
Packit 4a16fb
Packit 4a16fb
* Makefile and configure.in changes
Packit 4a16fb
  - added check for alsa driver package
Packit 4a16fb
  - added spec file for RPM
Packit 4a16fb
Packit 4a16fb
0.0.7 -> 0.0.8
Packit 4a16fb
Packit 4a16fb
* added LGPL notice to all source and header files
Packit 4a16fb
Packit 4a16fb
0.0.6 -> 0.0.7
Packit 4a16fb
Packit 4a16fb
* added snd_cards_name function
Packit 4a16fb
Packit 4a16fb
0.0.5 -> 0.0.6
Packit 4a16fb
Packit 4a16fb
* fixed SND_PCM_OPEN constants
Packit 4a16fb
Packit 4a16fb
0.0.4 -> 0.0.5
Packit 4a16fb
Packit 4a16fb
* added snd_cards_mask function
Packit 4a16fb
* added info functions for pcm playback/record in control interface
Packit 4a16fb
* fixed Makefile bugs for shared library (added -fPIC)
Packit 4a16fb
Packit 4a16fb
0.0.3 -> 0.0.4
Packit 4a16fb
Packit 4a16fb
* changed COPYING policy from GPL to LGPL
Packit 4a16fb
* fixed bug in snd_mixer_channel_read & write
Packit 4a16fb
* added mixer exact support
Packit 4a16fb
* added pcm time mode support
Packit 4a16fb
* 'make install' is now possible
Packit 4a16fb
Packit 4a16fb
0.0.2 -> 0.0.3
Packit 4a16fb
Packit 4a16fb
* corrected documentation
Packit 4a16fb
Packit 4a16fb
0.0.1 -> 0.0.2
Packit 4a16fb
Packit 4a16fb
* added file COPYING
Packit 4a16fb
* added documentation in sgml + plan.txt
Packit 4a16fb
* minor changes in API for MIXER & PCM