Changeset 4134
- Timestamp:
- 08/05/07 11:26:10 (3 years ago)
- Files:
-
- branches/3.9.x/CHANGE.LOG (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.9.x/CHANGE.LOG
r4089 r4134 9 9 3.9.2 10 10 -------------------------------------------------------------------------------- 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") 11 14 - updated BOEL kernel to 2.6.21 (for i386 and x86_64) 12 15 - fixed a bug that broke si_mkautoinstalldisk … … 19 22 - fixed a bug in si_monitor daemon that didn't start correctly when the 20 23 directory /var/lock/systemimager was not present 21 - removed unused coreutils package from initrd.img24 - added missing manpages 22 25 - remount the filesystems in read-only before giving-up when the umount 23 26 fails at the end of the installation … … 25 28 script: this avoids potential OOM conditions that could occur during the 26 29 filesystem creation 30 - removed unused coreutils package from initrd.img 31 - removed unmaintained package imagemanip 32 - removed deprecated command si_mkbootmedia 27 33 28 34 3.9.0 … … 42 48 - added systemconfigurator >= 2.2.9 dependency (required for by kexec 43 49 stuff) 50 51 3.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 44 62 45 63 3.8.1
