-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
133 lines (96 loc) · 4.86 KB
/
ChangeLog
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
127
128
129
130
131
132
133
UEFtrans.py
0.10 (Wed 11th July 2001)
First release.
0.11 (Thu 12th July 2001)
Added various chunks to those recognised by the "chunks" command.
Insert, extract and remove commands now support operations on
individual chunks as well as on files.
0.20 (Fri 13th July 2001)
Finalised changes to the insert and extract commands.
Changed the filename format for importing and exporting chunks of
arbitrary chunk number to requiring a hexadecimal suffix.
0.21 (Fri 13th July 2001)
Added the chunk information for changes of baud rate (0x113).
0.22 (Tue 17th July 2001)
Changed my e-mail address and WWW address (above).
Added some comments and help messages.
Corrected the chunk number for memory to the correct value (0x410).
0.23 (Sat 21st July 2001)
Added the detailed information command (wwwinfo).
0.24 (Mon 23rd July 2001)
Made the integer division in the number function explicit.
0.30 (Tue 24th July 2001)
Added functionality so that files and chunks can be extracted to
other UEF files.
0.31 (Tue 24th July 2001)
The creator chunk is now automatically written when extracting
files to a new UEF file.
0.32 (Wed 25th July 2001)
Checks the namespace so that the script can be imported as a module.
0.33 (Thu 26th July 2001)
Allowed for chunks to have data of zero bytes in length.
Modified the function to read the creator and emulator information
to take this possibility into account.
0.40 (Fri 10th August 2001)
Corrected the conversion of tape data chunks which included start and
stop bits (chunk 0x102) when extracting files.
0.41 (Mon 13th August 2001)
Added UEF file version information reporting to info and wwwinfo
commands.
Fixed the new command so that the keyboard layout is set correctly.
0.411 (Sat 27th April 2002)
Minor correction to the spelling of the target_machine variable
when it is initialised.
0.42 (Wed 19th November 2003)
Formatting changes.
UEFtrans-c.py
0.10 (Wed 11th July 2001)
First release.
0.11 (Thu 12th July 2001)
Added various chunks to those recognised by the "chunks" command.
Insert, extract and remove commands now support operations on
individual chunks as well as on files.
0.20 (Fri 13th July 2001)
Finalised changes to the insert and extract commands.
Changed the filename format for importing and exporting chunks of
arbitrary chunk number to requiring a hexadecimal suffix.
0.21 (Fri 13th July 2001)
Added the chunk information for changes of baud rate (0x113).
0.22 (Tue 17th July 2001)
Changed my e-mail address and WWW address (above).
Added some comments and help messages.
Corrected the chunk number for memory to the correct value (0x410).
0.23 (Sat 21st July 2001)
Added the detailed information command (wwwinfo).
0.24 (Mon 23rd July 2001)
Made the integer division in the number function explicit.
0.30 (Tue 24th July 2001)
Added functionality so that files and chunks can be extracted to
other UEF files.
0.31 (Tue 24th July 2001)
The creator chunk is now automatically written when extracting
files to a new UEF file.
0.32 (Wed 25th July 2001)
Checks the namespace so that the script can be imported as a module.
0.33 (Thu 26th July 2001)
Allowed for chunks to have data of zero bytes in length.
Modified the function to read the creator and emulator information
to take this possibility into account.
0.40 (Fri 10th August 2001)
Corrected the conversion of tape data chunks which included start and
stop bits (chunk 0x102) when extracting files.
0.41 (Mon 13th August 2001)
Added UEF file version information reporting to info and wwwinfo
commands.
Fixed the new command so that the keyboard layout is set correctly.
0.411 (Sat 27th April 2002)
Minor correction to the spelling of the target_machine variable
when it is initialised.
0.42 (Wed 19th November 2003)
Formatting changes.
0.421c (Wed 19th November 2003)
Introduced the CMDSyntax module to deal with command line arguments.
UEFfile.py
0.10 (Mon 03rd September 2001)
Adapted UEFtrans.py to create this file.
See the debian/changelog file for more recent changes.