summaryrefslogtreecommitdiff
path: root/tools/hex2bin-2.0/doc/ChangeLog_hex2bin
blob: 3339250784337f924eb019bc9e536a11c176919e (plain)
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
(UTF8 encoding)

- hex2bin 1.0.12 - 20141122 Simone Fratini
    small feature added
                   20141121 Slucx
    added line for removing extra CR when entering file name at run time.
                   20141008 JP
    removed junk code

- hex2bin 1.0.11 - 20141005 Jacques Pelletier
	added option to support byte-swapped hex used by Microchip's MPLAB IDE
    corrected bug caused by extra LF at end or within file

- hex2bin 1.0.10 - 20120509 Yoshimasa Nakane
	modified error checking (also for output file, JP)
	modified option parser (JP)

- hex2bin 1.0.9 - 20120125 - Danny Schneider
	Added code for filling a binary file to a given Max_Length relative to
	Starting Address if Max-Address is larger than Highest-Address

- hex2bin 1.0.8 - 20100402 - Jacques Pelletier
	Fixed a bug with physical address calculation with extended linear address records
	ADDRESS_MASK is now calculated from MEMORY_SIZE

- hex2bin 1.0.7 - 20091212 - Jacques Pelletier
	Fixed the crash on 0 byte length data records

- hex2bin 1.0.6 - 20080103 - Jacques Pelletier
	Fixed a bug when generating binary files near the end of the buffer

- hex2bin 1.0.5	- 20071005 - Paweł Grabski -
	Improved parsing of options.

- hex2bin 1.0.4	- 20050126 - Jacques Pelletier -
	Corrected the conversion LF -> CR+LF bug
	applied patch for correcting the incorrect handling of
	extended segment address record
	added the Rockwell checksum extensions, and modified them a bit to allow
	other types later.

- hex2bin 1.0.3	- 20040617 - Alf Lacis -
	Added pad byte (may not always want FF).
	Added 'break;' to remove GNU compiler warning about label at
	end of compound statement
	Added PROGRAM & VERSION strings.

- hex2bin 1.0.2	-
	Corrected Bug in checksum verification

- hex2bin 1.0.1 -
	Added checking for memory indexing out of bound.
	Added segmented and linear extended addressing in hex2bin.
	Corrected an error: & were interverted with && (and bitwise, logical and).

- hex2bin 1.0.0 -
	Initial release