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