-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGES
51 lines (36 loc) · 919 Bytes
/
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
1 May 2003
RELEASE 0.0.2
1 June 2003
RELEASE 0.0.4
21 June 2003
+ Fix error where we could allocate a used sector! ARGH!
RELEASE 0.0.5
18 July 2004
+ Minor bug fix
RELEASE 0.0.6
19 August 2007
+ Fix so compiles with newish gcc
+ Update asoft_detoken to match documentation found online
+ Create tokenize_asoft
RELEASE 0.0.7
18 August 2009
+ Fix warnings on recent gcc.
+ Audit much of the extisting dos33 code.
19 August 2009
+ Add integer basic detokenizer
+ Implement lock/unlock in dos33
+ Implement undelete in dos33
+ Implement rename in dos33
RELEASE 0.0.8
11 May 2012
+ Make a lot of changes for presentation code
+ Add asoft_presenter
+ Add pcx2hgr
+ Add shape_table
+ Update dos33 to accept -y argument
+ Fix some minor bugs
RELEASE 0.0.10
21 September 2012
+ Add -f option to mkdos33fs that lets you specify the name of
the HELLO file
+ Add HELLO option to dos33 that does something similar