File: http://raw.githubusercontent.com/mbref/xl-tools/master/ChangeLog -
commit 00fde5248b46f405098d21aef52774dbe3025dd4 Author: Stephan Linz <linz@li-pro.net> Date: Fri Nov 29 19:54:34 2013 +0100 Prepare release 1.1.1 Signed-off-by: Stephan Linz <linz@li-pro.net> commit feea5b1b66e373e49a2cf16ae2a1c96bbf4726b0 Author: Stephan Linz <linz@li-pro.net> Date: Fri Nov 29 19:32:27 2013 +0100 doc: fix typos in man page Signed-off-by: Stephan Linz <linz@li-pro.net> commit 66c9372e2b1a68e71ccef5cfac684e320dfa173d Author: Stephan Linz <linz@li-pro.net> Date: Fri Nov 29 19:32:04 2013 +0100 more cross tool prefixes for Microblaze Signed-off-by: Stephan Linz <linz@li-pro.net> commit 425267ee618d040b4b15ae462ccf136689a6dd23 Author: Stephan Linz <linz@li-pro.net> Date: Fri Nov 29 19:26:33 2013 +0100 fix binary conversation (objcopy: elf -> bin) Remove all well known useless section while convert the elf image to a raw binary blob. The sections are (primary found in Linux kernel 3.x): '.note', '.comment', and '.note.gnu.build-id'. Signed-off-by: Stephan Linz <linz@li-pro.net> commit 271531bb6b6a4d87cf61ce2beed8f0a15dac2a6a Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:41:20 2012 +0100 Prepare release 1.1.0 Signed-off-by: Stephan Linz <linz@li-pro.net> commit 6e4ff6fc25848159fdb8c8c8cc920d820bdf0215 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:33:43 2012 +0100 Revert "Prepare release 1.1.0" This reverts commit c31ab108c77a31f85d4d5fee3394a774d32b0084. commit 68fa747e42cd67e3bd0fa564ff8de6c2a20818a5 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:33:30 2012 +0100 Revert "Prepare release 1.2.3-456789" This reverts commit dab9aee66cc3def5c21286253f114fa264c5ea43. commit dab9aee66cc3def5c21286253f114fa264c5ea43 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:31:04 2012 +0100 Prepare release 1.2.3-456789 Signed-off-by: Stephan Linz <linz@li-pro.net> commit c31ab108c77a31f85d4d5fee3394a774d32b0084 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:30:52 2012 +0100 Prepare release 1.1.0 Signed-off-by: Stephan Linz <linz@li-pro.net> commit 2833b39396099ceb1aebc331ac0a7a933d46536e Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:28:53 2012 +0100 change year in all copyright strings Signed-off-by: Stephan Linz <linz@li-pro.net> commit 74a05d135080220b11dd47e07c21280ad9d488e8 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:22:09 2012 +0100 fetch and use payload data target endianess Signed-off-by: Stephan Linz <linz@li-pro.net> commit d8412a29943cb2acb86177a1509441f626d733f9 Author: Stephan Linz <linz@li-pro.net> Date: Sat Feb 4 23:20:55 2012 +0100 support little endian prefix in search list Signed-off-by: Stephan Linz <linz@li-pro.net> commit f9ebd80e76feb872e9aec8e000ac2a0e5759d4cb Author: Stephan Linz <linz@li-pro.net> Date: Mon Sep 19 16:36:55 2011 +0200 enable external versioning Check and use the content of the runtime environment variable PACKAGE_VERSION to change the version number from external script. Signed-off-by: Stephan Linz <linz@li-pro.net> commit 1eca7d71ede94a06b258d55f7a7c606caab4ac84 Author: Stephan Linz <linz@li-pro.net> Date: Sun Sep 18 20:13:18 2011 +0200 update to autoconf 2.65 this avoids autoreconf warnings like: configure.ac:10: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete. configure.ac:10: You should run autoupdate. Signed-off-by: Stephan Linz <linz@li-pro.net> commit 1a21fa17773cbc6041620174451b61dbb2b2c6cd Author: Stephan Linz <linz@li-pro.net> Date: Wed Mar 9 21:56:33 2011 +0100 Prepare release 1.0.1 Signed-off-by: Stephan Linz <linz@li-pro.net> commit 20cefc362929c53ae08dff88036d5163dd71fbc6 Author: Stephan Linz <linz@li-pro.net> Date: Wed Mar 9 21:52:59 2011 +0100 new option -f: compatible to FS-Boot Generate compatible blob to PetaLogix FS-Boot. Signed-off-by: Stephan Linz <linz@li-pro.net> commit af08349a22cf802d6306b9d1e7454b2b8a256090 Author: Stephan Linz <linz@li-pro.net> Date: Thu Feb 24 12:36:43 2011 +0100 Prepare release 1.0.0 Signed-off-by: Stephan Linz <linz@li-pro.net> commit 8c222f066145736a143d5d8fec402fea9e87bd75 Author: Stephan Linz <linz@li-pro.net> Date: Thu Feb 24 12:29:43 2011 +0100 Add release system with Git support Use a separated make target 'release' Signed-off-by: Stephan Linz <linz@li-pro.net> commit 26e6f1b1641789d69408d08c818ee1949e175ca5 Author: Stephan Linz <linz@li-pro.net> Date: Thu Feb 24 10:59:46 2011 +0100 Making a ChangeLog with git and automake Following the arguments from http://wholemeal.co.nz/node/13 This will only get called by make dist or make distcheck and will only get updated when configure.ac gets updated, which is where I increment my release version numbers. Signed-off-by: Stephan Linz <linz@li-pro.net> commit 72afc294b04c5ee9aa47bdfea75653ecc7b98727 Author: Stephan Linz <linz@li-pro.net> Date: Thu Feb 24 10:59:28 2011 +0100 initial devel import Signed-off-by: Stephan Linz <linz@li-pro.net>