ChangeLog
1.55 KB
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
2010-05-29 Oliver Haag <oliver.haag@gmail.com>
* Version 0.6.0:
* Fixed bug on 64-bit architectures
* Added files needed for building
2010-08-16 Oliver Haag <oliver.haag@gmail.com>
* Version 0.6.1:
* USB-devices can be used by any user in the plugdev group now
2010-08-20 Oliver Haag <oliver.haag@gmail.com>
* Added checking for End of File Record to the hex-writing routine
2010-08-26 Oliver Haag <oliver.haag@gmail.com>
* Version 0.6.2:
* Removed Oleg from AUTHORS
* Renamed writeSRecords to writeIntelHex
2010-11-17 Oliver Haag <oliver.haag@gmail.com>
* Patches by Romuald Conty <neomilium@gmail.com>:
* Updated configure.in
* Removed "warning: "PACKAGE_NAME" redefined" during make
* Error if bfd (libbfd) is not usable
* Silent make if available
* Fixed DSO-2100 USB vid/pid
* Added --with-firmware-dir configure option and udev-rules file generation
2011-02-03 Oliver Haag <oliver.haag@gmail.com>
* Input files are given as commandline parameters (Not hardcoded anymore)
* Cleaned up the code
2011-02-08 Oliver Haag <oliver.haag@gmail.com>
* Version 0.7.0:
* Renamed this extraction tool to openhantek-extractfw
* Added fwget.sh for automatic driver download and firmware extraction
2011-11-20 Oliver Haag <oliver.haag@gmail.com>
* Updated deprecated used rules
2012-11-25 Oliver Haag <oliver.haag@gmail.com>
* Added additional DSO-2090 product ID
2013-03-13 Oliver Haag <oliver.haag@gmail.com>
* Link libbfd dependencies explicitly (Required by recent gcc/libbfd)
2013-03-13 Oliver Haag <oliver.haag@gmail.com>
* INSTALL documentation fix (Wrong path)