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