]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - debian/changelog
Update changelog for 20170424 release
[novaboot.git] / debian / changelog
index 9b2b98485956df94e3e486f1847e67313c73c29f..eb72e05bdfc4ba1350146751bf1a0e5cfb103895 100644 (file)
@@ -1,3 +1,117 @@
+novaboot (20170424) unstable; urgency=medium
+
+  * Add --iprelay-cmd option
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Mon, 24 Apr 2017 10:19:50 +0200
+
+novaboot (20170423) unstable; urgency=medium
+
+  * Add support for chainloading another bootloader
+  * Support 'chld' lines in Emacs novaboot-mode.el
+  * Suppress Expect warning: handle id(3) is not a tty...
+  * Documentation updates
+  * Implement --remote-expect-timeout
+  * uboot: Empty FDT address if no device tree is loaded
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Sun, 23 Apr 2017 12:35:11 +0200
+
+novaboot (20160503) unstable; urgency=medium
+
+  * Do not run --uboot-cmd if it is empty string
+  * Documentation updates
+  * Add --reset-send option
+  * Improve IP address error message
+  * Add "copy" keyword to novaboot script syntax
+  * Support "<" syntax for uboot lines in novaboot script
+  * Allow redirecting U-Boot command output to a file
+  * doc: Add complex example of U-Boot interaction
+  * Append -serial flags to qemu only if it is not already on the command line
+  * Print effective command line option (after target expansion)
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 03 May 2016 10:07:03 +0200
+
+novaboot (20150127a) unstable; urgency=medium
+
+  * Do not invoke rsync if there is nothing to copy
+  * uboot: Make loading files and booting independent
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 14:49:18 +0100
+
+novaboot (20150127) unstable; urgency=medium
+
+  * Add --netif option
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 27 Jan 2015 12:20:44 +0100
+
+novaboot (20141216) unstable; urgency=medium
+
+  * Do not use nproc to determine the number of processors
+  * Doc: Add a concise list of execution phases
+  * Doc: Rename CONFIGURATION FILE to CONFIGURATION FILES
+  * Add --no-final-eol option
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 16 Dec 2014 13:45:38 +0100
+
+novaboot (20141215) unstable; urgency=medium
+
+  * Execute --uboot-cmd even if there are no files to boot
+  * Always finish novaboot output with new line character
+  * Allow specifying target in NOVABOOT_TARGET environment variable
+  * qemu is no longer hardcoded as default target
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Mon, 15 Dec 2014 15:21:22 +0100
+
+novaboot (20141209-1) unstable; urgency=medium
+
+  * Add --remote-expect-silent option
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 09 Dec 2014 13:21:43 +0100
+
+novaboot (20141209) unstable; urgency=medium
+
+  * Flush serial line output after reset
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 09 Dec 2014 10:21:35 +0100
+
+novaboot (20141202) unstable; urgency=medium
+
+  * Add --no-uboot option
+  * Add --no-interaction option
+  * Print all novaboot messages to stderr
+  * Always use bi-directional communication with target
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 02 Dec 2014 16:52:17 +0100
+
+novaboot (20141125) unstable; urgency=medium
+
+  * Implement user configuration file
+  * doc: Be more explicit in the introduction to "Configuration reading phase"
+  * Fail when multiple target connection options are given
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 25 Nov 2014 12:10:27 +0100
+
+novaboot (20141111) unstable; urgency=medium
+
+  * uboot: Do not analyze expanded kernel command line
+  * Print newline after --exiton triggered exit
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Tue, 11 Nov 2014 16:22:11 +0100
+
+novaboot (20141031) unstable; urgency=medium
+
+  * Print meaningful error message when serial connection is not established
+  * Increase timeout for --remote-expect
+  * Add --exiton-re option
+  * Improve --exiton doc
+  * Add --exiton-timeout option
+  * Improve initial part of documentation
+  * doc: Improve Configuration file section
+  * uboot: Make boot command configurable
+  * Fix ramdisk timeout in uboot
+  * uboot: Add default addresses for --uboot-addr
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Fri, 31 Oct 2014 10:05:07 +0100
+
 novaboot (20140910-1) unstable; urgency=medium
 
   * Allow specifying timeout for U-Boot commands