]> rtime.felk.cvut.cz Git - novaboot.git/blob - debian/changelog
Update changelog for 20170826 release
[novaboot.git] / debian / changelog
1 novaboot (20170826) unstable; urgency=medium
2
3   * New, experimental, implementation of novaboot-server and its client-side
4     support
5
6  -- Michal Sojka <sojkam1@fel.cvut.cz>  Sun, 27 Aug 2017 00:03:24 +0200
7
8 novaboot (20170424) unstable; urgency=medium
9
10   * Add --iprelay-cmd option
11
12  -- Michal Sojka <sojkam1@fel.cvut.cz>  Mon, 24 Apr 2017 10:19:50 +0200
13
14 novaboot (20170423) unstable; urgency=medium
15
16   * Add support for chainloading another bootloader
17   * Support 'chld' lines in Emacs novaboot-mode.el
18   * Suppress Expect warning: handle id(3) is not a tty...
19   * Documentation updates
20   * Implement --remote-expect-timeout
21   * uboot: Empty FDT address if no device tree is loaded
22
23  -- Michal Sojka <sojkam1@fel.cvut.cz>  Sun, 23 Apr 2017 12:35:11 +0200
24
25 novaboot (20160503) unstable; urgency=medium
26
27   * Do not run --uboot-cmd if it is empty string
28   * Documentation updates
29   * Add --reset-send option
30   * Improve IP address error message
31   * Add "copy" keyword to novaboot script syntax
32   * Support "<" syntax for uboot lines in novaboot script
33   * Allow redirecting U-Boot command output to a file
34   * doc: Add complex example of U-Boot interaction
35   * Append -serial flags to qemu only if it is not already on the command line
36   * Print effective command line option (after target expansion)
37
38  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 03 May 2016 10:07:03 +0200
39
40 novaboot (20150127a) unstable; urgency=medium
41
42   * Do not invoke rsync if there is nothing to copy
43   * uboot: Make loading files and booting independent
44
45  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 14:49:18 +0100
46
47 novaboot (20150127) unstable; urgency=medium
48
49   * Add --netif option
50
51  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 12:20:44 +0100
52
53 novaboot (20141216) unstable; urgency=medium
54
55   * Do not use nproc to determine the number of processors
56   * Doc: Add a concise list of execution phases
57   * Doc: Rename CONFIGURATION FILE to CONFIGURATION FILES
58   * Add --no-final-eol option
59
60  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 16 Dec 2014 13:45:38 +0100
61
62 novaboot (20141215) unstable; urgency=medium
63
64   * Execute --uboot-cmd even if there are no files to boot
65   * Always finish novaboot output with new line character
66   * Allow specifying target in NOVABOOT_TARGET environment variable
67   * qemu is no longer hardcoded as default target
68
69  -- Michal Sojka <sojkam1@fel.cvut.cz>  Mon, 15 Dec 2014 15:21:22 +0100
70
71 novaboot (20141209-1) unstable; urgency=medium
72
73   * Add --remote-expect-silent option
74
75  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 09 Dec 2014 13:21:43 +0100
76
77 novaboot (20141209) unstable; urgency=medium
78
79   * Flush serial line output after reset
80
81  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 09 Dec 2014 10:21:35 +0100
82
83 novaboot (20141202) unstable; urgency=medium
84
85   * Add --no-uboot option
86   * Add --no-interaction option
87   * Print all novaboot messages to stderr
88   * Always use bi-directional communication with target
89
90  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 02 Dec 2014 16:52:17 +0100
91
92 novaboot (20141125) unstable; urgency=medium
93
94   * Implement user configuration file
95   * doc: Be more explicit in the introduction to "Configuration reading phase"
96   * Fail when multiple target connection options are given
97
98  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 25 Nov 2014 12:10:27 +0100
99
100 novaboot (20141111) unstable; urgency=medium
101
102   * uboot: Do not analyze expanded kernel command line
103   * Print newline after --exiton triggered exit
104
105  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 11 Nov 2014 16:22:11 +0100
106
107 novaboot (20141031) unstable; urgency=medium
108
109   * Print meaningful error message when serial connection is not established
110   * Increase timeout for --remote-expect
111   * Add --exiton-re option
112   * Improve --exiton doc
113   * Add --exiton-timeout option
114   * Improve initial part of documentation
115   * doc: Improve Configuration file section
116   * uboot: Make boot command configurable
117   * Fix ramdisk timeout in uboot
118   * uboot: Add default addresses for --uboot-addr
119
120  -- Michal Sojka <sojkam1@fel.cvut.cz>  Fri, 31 Oct 2014 10:05:07 +0100
121
122 novaboot (20140910-1) unstable; urgency=medium
123
124   * Allow specifying timeout for U-Boot commands
125
126  -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 10 Sep 2014 15:42:27 +0200
127
128 novaboot (20140910) unstable; urgency=medium
129
130   * Improve U-Boot-related error messages
131   * Add an option to disable reseting of the target
132   * Add support for uboot keyword in novaboot scripts
133   * Expand $NB_PREFIX in U-Boot commands
134   * Add NO_BOOT variable
135
136  -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 10 Sep 2014 13:40:31 +0200
137
138 novaboot (20140730) unstable; urgency=medium
139
140   * Improve documentation and fix some types in code
141   * U-Boot: Extend kernel command line handling
142
143  -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 30 Jul 2014 16:38:12 +0200
144
145 novaboot (20140723) unstable; urgency=medium
146
147   * Add sudoers template
148   * Add --tftp option
149   * Add --tftp-port option
150   * Detect errors when starting tftpd
151   * Improve U-Boot support
152   * Improve detection of U-Boot prompt after tftpboot command
153   * Add support for $NB_MYIP in --uboot-init
154   * Add --uboot-addr, i.e. generic way to specify U-Boot load addresses
155   * Inform the user that the interaction is only onedirectional
156   * Add experimental support for AMT IDE-R
157   * Support new version of syslinux
158   * Add support for recursive target definitions
159   * Use recursive target definition for ryu boards
160   * Add support for configuration directory (/etc/novaboot.d)
161   * Set $builddir to invocation dir if it is not specified by other means
162   * Initialize some variables even if /dev/null is passed as novaboot script
163   * Add --prefix - a more generic variant of --grub-prefix
164
165  -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 23 Jul 2014 12:24:31 +0200
166
167 novaboot (20140513) unstable; urgency=low
168
169   * Initial Release.
170
171  -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 13 May 2014 13:47:12 +0200