]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - debian/changelog
Update changelog for 20141202 release
[novaboot.git] / debian / changelog
index d4ee2d3210911a8358b8ebc314144d45b94f57a0..867d35dee83ad49d328b32d5bff7d7963b6ba726 100644 (file)
@@ -1,3 +1,87 @@
+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
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 10 Sep 2014 15:42:27 +0200
+
+novaboot (20140910) unstable; urgency=medium
+
+  * Improve U-Boot-related error messages
+  * Add an option to disable reseting of the target
+  * Add support for uboot keyword in novaboot scripts
+  * Expand $NB_PREFIX in U-Boot commands
+  * Add NO_BOOT variable
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 10 Sep 2014 13:40:31 +0200
+
+novaboot (20140730) unstable; urgency=medium
+
+  * Improve documentation and fix some types in code
+  * U-Boot: Extend kernel command line handling
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 30 Jul 2014 16:38:12 +0200
+
+novaboot (20140723) unstable; urgency=medium
+
+  * Add sudoers template
+  * Add --tftp option
+  * Add --tftp-port option
+  * Detect errors when starting tftpd
+  * Improve U-Boot support
+  * Improve detection of U-Boot prompt after tftpboot command
+  * Add support for $NB_MYIP in --uboot-init
+  * Add --uboot-addr, i.e. generic way to specify U-Boot load addresses
+  * Inform the user that the interaction is only onedirectional
+  * Add experimental support for AMT IDE-R
+  * Support new version of syslinux
+  * Add support for recursive target definitions
+  * Use recursive target definition for ryu boards
+  * Add support for configuration directory (/etc/novaboot.d)
+  * Set $builddir to invocation dir if it is not specified by other means
+  * Initialize some variables even if /dev/null is passed as novaboot script
+  * Add --prefix - a more generic variant of --grub-prefix
+
+ -- Michal Sojka <sojkam1@fel.cvut.cz>  Wed, 23 Jul 2014 12:24:31 +0200
+
 novaboot (20140513) unstable; urgency=low
 
   * Initial Release.