File: NEWS

package info (click to toggle)
rexima 1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 120 kB
  • ctags: 41
  • sloc: ansic: 419; sh: 68; makefile: 64
file content (38 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download | duplicates (5)
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
* Changes between versions   -*- mode:indented-text; mode:outline-minor -*-

This file (NEWS) documents the significant changes in all versions of
rexima since 1.1, with the newest changes first.


* Changes in rexima 1.4

Fixed a bug in command-line parsing which caused level decrements to
be treated as options. Thanks to Alexandra Walford for spotting this
one.


* Changes in rexima 1.3

Now allows mixer device file to be specified, so you can work with
something other than /dev/mixer. Thanks to Ivan Kalvatchev for
(indirectly) suggesting this.


* Changes in rexima 1.2

You can now specify an offset for a device's level on the command line
(e.g. `-3' or `+12'). Plain `-' or `+' change the level by 2. Thanks
to Joost Kremers for this idea (or something similar, at least :-)).


* Changes in rexima 1.1

There were too many devices to fit in an 80x24 rexima layout, and
retaining the `non-existent devices are shown but have no level
indicator' behaviour would have been painful. So it no longer shows
non-existent device names. Thanks to Pablo Averbuj for the fix.

Changed layout slightly to cope with longer device names (eight chars
rather than the old six).

Made `make install' a little less fragile, and added uninstall target.