Home | History | Annotate | Download | only in alsa-lib
      1 * update to libtool 1.3.3
      2 
      3 0.1.3 -> 0.2.0
      4 
      5 * added snd_pcm_loopback_block_mode to PCM loopback interface
      6 * fixups in header files (according to documentation)
      7 * version is now compatible with driver
      8 
      9 0.1.2 -> 0.1.3
     10 
     11 * added PCM loopback interface
     12 
     13 0.1.1 -> 0.1.2
     14 
     15 * bug fixes in open() functions
     16 
     17 0.1.0 -> 0.1.1
     18 
     19 * added more switch functions to control interface
     20 
     21 0.0.9 -> 0.1.0
     22 
     23 * renamed soundlib.h to asoundlib.h
     24 * renamed libraries from libsound to libasound
     25 * big API changes
     26   - added switches interfaces
     27 * added RawMIDI API
     28 
     29 0.0.8 -> 0.0.9
     30 
     31 * Makefile and configure.in changes
     32   - added check for alsa driver package
     33   - added spec file for RPM
     34 
     35 0.0.7 -> 0.0.8
     36 
     37 * added LGPL notice to all source and header files
     38 
     39 0.0.6 -> 0.0.7
     40 
     41 * added snd_cards_name function
     42 
     43 0.0.5 -> 0.0.6
     44 
     45 * fixed SND_PCM_OPEN constants
     46 
     47 0.0.4 -> 0.0.5
     48 
     49 * added snd_cards_mask function
     50 * added info functions for pcm playback/record in control interface
     51 * fixed Makefile bugs for shared library (added -fPIC)
     52 
     53 0.0.3 -> 0.0.4
     54 
     55 * changed COPYING policy from GPL to LGPL
     56 * fixed bug in snd_mixer_channel_read & write
     57 * added mixer exact support
     58 * added pcm time mode support
     59 * 'make install' is now possible
     60 
     61 0.0.2 -> 0.0.3
     62 
     63 * corrected documentation
     64 
     65 0.0.1 -> 0.0.2
     66 
     67 * added file COPYING
     68 * added documentation in sgml + plan.txt
     69 * minor changes in API for MIXER & PCM
     70