|
|
@ -8,16 +8,24 @@ the module path (Debian std. path) into @INC via a BEGIN {}, but the |
|
|
|
new BootRoot::Options was trying to be loaded before the fact because |
|
|
|
it had been placed within the BEGIN{} and there was even a reminder in |
|
|
|
the code documentation from prior releases explaining not to do this. |
|
|
|
Updated BEGIN statements in gbootroot, expect_uml and |
|
|
|
yard_chrooted_tests, and made sure "." is always specified first in |
|
|
|
@INC. |
|
|
|
|
|
|
|
Added a new if/elsif control structure. \ if ( condition ) \n |
|
|
|
statement(s) \n elsif ( condition ) \n statements elsif .. \ Nice |
|
|
|
functionality to have. |
|
|
|
|
|
|
|
Made the Example.yard and Helper.yard templates portable with the new |
|
|
|
if/elsif control structure, and added pam.d/system-auth if it exists |
|
|
|
on the system. |
|
|
|
Made Example.yard portable with the new if/elsif control structure, |
|
|
|
and added pam.d/system-auth if it exists on the system. |
|
|
|
|
|
|
|
Huge fixes to all sources packages. |
|
|
|
Commented out many things in Helper.yard because UML.pm has been |
|
|
|
modified to allow no login along with no password, and provides a new |
|
|
|
method "close_no_init" to provide a shutdown marker after which |
|
|
|
uml_mconsole can be used to halt the process. This means faster |
|
|
|
creation time for root_fs and no lag. |
|
|
|
|
|
|
|
Huge fixes to all source packages. |
|
|
|
|
|
|
|
Added format rules found in Example* to the main documentation. |
|
|
|
|
|
|
@ -30,7 +38,11 @@ advertising was in order so everybody knows that there are actually |
|
|
|
some organizations and companies paying for its development. Wouldn't |
|
|
|
this be nice in a perfect world for all Free Software projects? |
|
|
|
|
|
|
|
Tested on Debian stable/unstable, RedHat 7.3/8.0 and Mandrake 9.0. |
|
|
|
Tested on Debian stable/unstable and rpm based distros RedHat 7.3/8.0, |
|
|
|
Mandrake 9.0, and Suse 7.3 thanks to umlbuilder. Overall, this is by |
|
|
|
far the most heavily tested release to date. Observed that stack |
|
|
|
overflows are occuring from time to time in the nested testing |
|
|
|
environment. |
|
|
|
|
|
|
|
Added /usr/info/dir and info to make_debian which makes things much |
|
|
|
nicer. |
|
|
|