-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
69 lines (52 loc) · 2.28 KB
/
CHANGES
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
Changes to flash
----------------
From 0.9.3 to 0.9.4
* BUGFIX: the countdown module had a variable and function with
the same name.
[Albert White: [email protected]]
* BUGFIX: the install-sh file has been removed and isnt looked for
by configure now.
[Albert White: [email protected]]
* BUGFIX: Extra comments for Solaris have been added to the Makefile
for compilation with gcc.
[Albert White: [email protected]]
* BUGFIX: Issues with the solaris curses libraries caused make to
fail. This has been fixed.
[Albert White: [email protected]]
From 0.9.2 to 0.9.3
* BUGFIX: 'make install' now works correctly, provided configure
can find an install program, otherwise there are instructions
for what goes where.
[Albert White: [email protected]]
* BUGFIX: 'make' now makes the modules in the modules directory.
[Albert White: [email protected]]
* DOCUMENTATION: Some minor updates to the README and INSTALL files.
And added a THANKS file.
[Albert White: [email protected]]
[Niall Murphy: [email protected]]
* DOCUMENTATION: sample-config/system.menu is now correctly format.
This was my fault not Niall or Wills!
[Albert White: [email protected]]
From 0.9.1 to 0.9.2
* FEATURE: Maildir support. Flash can now understand Maildir
format mail boxes (used in the mailcheck module). On by default
(configure --disble-maildir to disable).
[Finbarr O'Kane: [email protected]]
* BUGFIX: Checking for !ENOTTY fixes some 'unexpected quits'
while waiting for a keypress.
[Finbarr O'Kane: [email protected]]
* BUGFIX: Debug file handling was suboptimal. An inelegant fix
but it works.
[Niall Murphy: [email protected]]
* DOCUMENTATION: Added a 'sample-config' directory with slightly
less netsoc-ified configuration files.
[Niall Murphy: [email protected]]
[Will Andrews: [email protected]]
* FEATURE: you can now specify '--enable-maildir' and --prefix=
to configure. Configure checks if less is available
as a pager and if not looks for more, useful for systems
that do not have less as a pager. The definition of VERSION
was moved to misc.h as it was confusing configure.
[Albert White: [email protected]]
* DOCUMENTATION: Added the GPL, as per the GPL.
[Albert White: [email protected]]