a2ecb7a05d27e5569a40828d7834bf0700788ab0
[dockapps.git] / wmload / ChangeLog
bloba2ecb7a05d27e5569a40828d7834bf0700788ab0
1 VERSION: 0.9.5
2 RELEASE DATE: 7 April 2015
3         -Now maintained by the Window Maker Developers Team
4         -Replace deprecated Imakefile with Makefile.  Update INSTALL to reflect
5          changes.
6         -Add missing headers.  Fixes "incompatible implicit declaration of
7          built-in function" warnings.
8         -Add missing format arguments to fprintf().  Fixes "format not a string
9          literal and no format arguments [-Wformat-security]" warnings.
10         -Add more missing headers. Fixes -Wimplicit-function-declaration
11          warnings.
12         -Pass XCreateBitmapFromData a pointer to char as expected.  Previously,
13          a pointer to an unsigned char was passed, causing a "pointer targets
14          differ in signedness [-Wpointer-sign]" warning.
15         -Add manpage from Debian.  Slightly modified from [1].  Also modify
16          Makefile to install manpage.
17         -Split ChangeLog off from README.  Also remove redundant INSTALL
18          section.
19         -Incorporate changes from asload-0.9.3.  Obtained from [2].
20         -Incorporate changes from asload-0.9.4.  Obtained from [3].
21         -Remove trailing whitespace.
22         -Include sys/wait.h.  Needed to fix "implicit declaration of function
23          ‘waitpid’" warning introduced after merging asload-0.9.4.
24         -Remove ">/dev/console" from default command to execute on click.
25          Otherwise, user may receive "permission denied" errors.
26         -Check if Execute string is empty by testing first character.  Fixes
27          "the address of ‘Execute’ will always evaluate as ‘true’ [-Waddress]"
28          warning.
29         -Cast data from client message event to Atom for comparison.  Fixes
30          -Wsign-compare compiler warning.
31         -Replace deprecated usleep with nanosleep.
33         [1] http://manned.org/wmload/a214d0b5/src
34         [2] http://tigr.net/afterstep/download/asload/asload-0.9.3.tar.gz
35         [3] http://tigr.net/afterstep/download/asload/asload-0.9.4.tar.gz
37 VERSION: 0.9.4
38 RELEASE DATE: 09 March 2000 by albert@tigr.net
40         Fixed the security bug. The program now forks
41         and the child drops privileges before executing
42         an external command.
44 VERSION: 0.9.3
45 RELEASE DATE: 03 March 2000 (sashav@sprintmail.com)
46        -added range check for values. It seems that on 2.3 kernels
47         time can go backwards :)
48        -Destroying Icon window prior to main window to avoid shutdown
49         time errors
51 VERSION: 0.9.2
52 RELEASE DATE: 17 July 1997
54         -Minor cosmetic changes.
55          The graph zone is now perfectly square, 54x54.
56          <I didn't like it's odd width! (;-)>
58         -All values dealing with pixmap size have been
59          adjusted to accomodate the new `look'.
61 VERSION: 0.9.1
62 RELEASE DATE: 8 July 1997
64         -Uses correct ordering of PROC data.
66         -Increases the differentiation between tones,
67          just a smidgion.
69         -Catches a "Once In A Blue Moon" condition.
70            Under various circumstances rounding error
71            results in a pixel count of 55 or 53.
72            To prevent the 55 count from writing one
73            pixel into the edge of the frame, wmload
74            now catches these occurrences and corrects
75            for them.
77 VERSION: 0.9.0
78 RELEASE DATE: 6 July 1997
80         -Fixed the grayscale problem that occurred
81          whenever the "-shape" argument was used.
83         -Implemented the "-led" argument...
84          ...the last release had the argument,
85          however it wasn't implemented...
86          ...ie: it did nothing.
87          Called without the "-led" argument, wmload
88          uses it's default color "LightSeaGreen"
89          [which is the same as the asclock readout].
90          Called with the argument, it uses the
91          named color. If the default color is
92          unavailable, or the named color is invalid,
93          wmload simply uses the 3 green tones
94          found in the "back.xpm" pixmap.
96         -Added a "-ver" argument...
97          When used, it prints the current version
98          on stdout. If it is called alone with no
99          other arguments, wmload exits after
100          printing its' version. Called with other
101          arguments... wmload prints its' version
102          and continues as normal.
104         -Trapped bad arguments that don't start
105          with "-".
107         -Cleaned up the code a bit.
109         -Removed unnecessary files from the
110          distribution. <kept README's though>
113 VERSION: ?
114 RELEASE DATE: ?
115         -adapted from asload by Nic Bernstein
116          added withdrawn option, added WM hints.
117          changed trace color
120 VERSION: asload 0.1
121 RELEASE DATE: 30th November 1996
122         - by Beat Christen, bchriste@iiic.ethz.ch
123         - First Version for Linux /proc