0.1.4 This release reflects the migration to SVN and contains various fixes of issues encountered in earlier versions. - Make maintainer address adjustable as a variable. - Items in the build list now get properly deleted even if a following item fails to build. - Updated build order. - Added a function which generates a Debian changelog based on a certain amount of entries in the SVN log. - Added a function which adjusts the configure.in so that i generates debian/changelog. - Fixed various bugs concerning the build list (loosing entries, persistent entries or corrupted entry names). - Packages which don't have a Debian directory will automatically be ignored. - Packages which won't be built will be marked accordingly in the summary of the "Check trunk" screen. 0.1.2 Moved configuration options to a seperate file - All variables can now be set in $HOME/.autoe - Fix detection of lacking dialog executable - Reshuffled some batchmode detection code 0.1.1 Mainly a bugfix release - Fix bug where batch mode wouldn't be interrupted if the build step failed. - Properly return the name of the job upon failure of build and install 0.1.0 Make the dialog version of autoe production ready - Fixed bug where dialog calls were made inside sub shells - Fixed most dialog propotions - Make the modified build queue survive the sub shell in e_build() - Some text cosmetics 0.0.4 First release of the dialog version. Not all functions were tested though - Converted all function into dialog equivalents - rm -Rf unbuildable modules (for now) - Add e_sort which sorts all jobs according to the EFL build order 0.0.3 Fixed loads of minor bugs and added some features (not released) - Remove unbuildable jobs from the queue instead of just not building them - Have all logs in /tmp - Lots of minor bug fixes :) - Make the batch mode run automatically if invoked with --batch or -b 0.0.2 First public release - Added handling of return codes - Added a help screen - Checks for a sane environment, e.g. if all variables are set correctly. - Added a batch mode 0.0.1 First version (not released) - Contains bugs but works - more or less a huge script containing several scripts i wrote a while ago