Change private function _sdb_root_on to public function sdb_root_on
[tools/litmus.git] / CHANGES.txt
1 ======================
2  litmus Release Notes
3 ======================
4
5 Version 0.1.0   09 Jun 2016
6 ---------------------------
7 - Initial Version
8
9 Version 0.1.1   27 Jun 2016
10 ---------------------------
11 - Add ttyS0 in uarts list
12 - Release global lock at exception of device.on() function
13 - Turn off device if keyboard interrupt is raised while flashing or turning on device
14 - Add timeout for all call/check_output to avoid hang issue
15
16 Version 0.2.0   09 Sep 2016
17 ---------------------------
18 - Remove acmlock routine to improve test performance
19 - Support flash function for standalone device type
20 - Update test helper functions
21
22 Version 0.2.1   09 Sep 2016
23 ---------------------------
24 - Update import command to use shell-like path expansions
25 - Update standalone device type to avoid sdb error
26 - Update default templates for u3 and xu3
27
28 Version 0.3.0   21 Sep 2016
29 ---------------------------
30 - Update projects/topology file location
31 - Add projects/topology param at command prompt
32 - Support multiple standalone devices in topology
33 - Add global lock for standalone device type
34
35 Version 0.3.1   22 Sep 2016
36 ---------------------------
37 - Update cmd_rm handler
38
39 Version 0.3.2   07 Oct 2016
40 ---------------------------
41 - Support artik and more standalone device types
42
43 Version 0.3.3   11 Oct 2016
44 ---------------------------
45 - Support device.screenshot() API
46
47 Version 0.3.4   21 Oct 2016
48 ---------------------------
49 - Update flash method for tw1 to skip passing parameter 'flasher'
50 - Change private function _sdb_root_on to public function sdb_root_on