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