Changeset 4134

Show
Ignore:
Timestamp:
08/05/07 11:26:10 (3 years ago)
Author:
arighi
Message:

merged changes for 3.9.2 and 3.8.2 in CHANGE.LOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.9.x/CHANGE.LOG

    r4089 r4134  
    993.9.2 
    1010-------------------------------------------------------------------------------- 
     11- Added support for the PS3 architecture 
     12- Improved support and compatibility with Debian (now deb packages can be 
     13  automatically built from source using the new target "make deb") 
    1114- updated BOEL kernel to 2.6.21 (for i386 and x86_64) 
    1215- fixed a bug that broke si_mkautoinstalldisk 
     
    1922- fixed a bug in si_monitor daemon that didn't start correctly when the 
    2023  directory /var/lock/systemimager was not present 
    21 - removed unused coreutils package from initrd.img 
     24- added missing manpages 
    2225- remount the filesystems in read-only before giving-up when the umount 
    2326  fails at the end of the installation 
     
    2528  script: this avoids potential OOM conditions that could occur during the 
    2629  filesystem creation 
     30- removed unused coreutils package from initrd.img 
     31- removed unmaintained package imagemanip 
     32- removed deprecated command si_mkbootmedia 
    2733 
    28343.9.0 
     
    4248- added systemconfigurator >= 2.2.9 dependency (required for by kexec 
    4349  stuff) 
     50 
     513.8.2 
     52-------------------------------------------------------------------------------- 
     53- fixed a bug in the monitoring: REBOOTED state was not properly 
     54  reported in some minimal image (without the command which) 
     55- added "--config FILE" option to si_prepareclient and si_mkbootpackage 
     56  (and removed from si_mkautoinstalldisk: the option must be used in 
     57  commands that explicitly create an initrd.img from initrd_template)  
     58- do not hard-code common patterns of exclusion in si_getimage (created 
     59  the configuration file /etc/systemimager/getimage.exclude) 
     60- si_getimage didn't stop correctly the rsync daemon in the golden 
     61  client, using rsync over ssh for the image retrieval 
    4462 
    45633.8.1