1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
* Version 2.9.9e-pre1a
- Applied patch for USB fix, from SashaK
* Version 2.9.9e-pre
- Modem speaker support (ALSA mode)
- 'shortbuffer' slmodemd's option (required with ALI5451 modems)
- gcc4 build support
- fix slamr backward compatibility for 2.4 kernels
* Version 2.9.9d
- Off-hook control via alsa mixer (ALSA mode)
- slamr and slusb device majors change (21x -> 24x)
- misc fixes
* Version 2.9.9c
- added Intel ICH6 and ICH7
* Version 2.9.9b
- slamr driver warns when device is grabbed by other driver
- CLEAR_ENDPOINT() macro replaced by usb_clear_halt() in st755.c (slusb)
- 'make clean' fix for drivers
- misc compatibilities fixes (applied to 2.9.9a)
* Version 2.9.9
- sysfs support (contributed by Daniel Drake)
- fix broken USB ST7554 support for 2.4 kernels
- V32 fixes
- misc fixes
* Version 2.9.8
- T.35 country codes fixes
- Fax Class1 support
- Mandrake style startup script 'scripts/mandrake' (contributed by Gaetano Lombardo)
- misc improvements
- misc fixes
* Version 2.9.7
- Support for SL2800 modem cards
- V90/V92 improvements
- Voice modem (V253 like, supports vgetty)
- V23 fixes
- CID, ring detection fixes
- misc improvements and fixes
* Version 2.9.6
- v34 and v34 fallback fix
- v92 QC fix
- COPYING file was added
- '--perm' option fix (thanks to Michal Jaegermann)
- v34/v90/v92 improvements and fixes
- v32, v32bis modems
- v22, v22bis, Bell212 modems
- v23 modem
- Bell103, V21 modem
- Caller ID
- Pulse dialer
- SuSE style startup script 'scripts/suse' (contributed by Gerd Fleischer)
- improvements and fixes
* Version 2.9.5
- v8/v34/v90 improvements
- ALSA mode improvements (looks more useful now)
- ALSA xrun recovery
- ability to update tx/rx delay
- ICH ALSA driver (intel8x0m.c) 'long names' fix
- Debian style startup script 'scripts/debian/slmodem' (contributed by Mike Gabriel)
- improvements and fixes
* Version 2.9.4
- group and permission setup for PTY
- 'devfs' support (for Linux Kernel 2.4)
- improvements and fixes
* Version 2.9.3
- ALSA mode (not finished, experimental, kernel patch is needed)
- ICH5 support
- RH style startup script and RPM spec file were contributed by Stefan Becker
- 'scripts' directory for misc useful utils was added
- improvements and fixes
* Version 2.9.2
- support for st7554 based USB modems readded for kernels 2.4, 2.6
- 'devfs' support (for Linux Kernel 2.6)
- many fixes
* Version 2.9.1
- user-space softmodem
- support for kernel 2.6
* Version 2.8.4
- 2.8 release line is suspended
- v92 QC support
* Version 2.8.3
- critical v34/v90 fixes
- backward compatible 'install-amr/-usb' make targets
- error corrector small improvements
- misc fixes
* Version 2.8.2
- installation improvements.
- invalid start delay fix.
- disabling pulse dialing (not implemented yet).
- v34/v90 protocol fixes.
- at processor improvements.
- reentrant dsp code.
- misc fixes.
* Version 2.8.1
- escape mode switch fix.
- AT&A,AT+MS commands.
- error corrector protocol fixes.
- tty driver improvements.
- mgetty support.
- support for speaker (if exists).
- procfs interface for debugging.
- hot device unplug support.
- misc fixes.
* Version 2.8.0
- new open architecture.
- modem core from scratch.
- pluggable hw modem drivers.
- support for multiple modems.
- V34/V90 caller and answer data modem.
|