SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mondo-2.2.9.5-1.opensuse11.2.x86_64.rpm :
Sun Feb 27 13:00:00 2011 Bruno Cornec 2.2.9.5-1
- Updated to 2.2.9.5
- Do not create an error when a phys device has 0 size and is a /dev/dm-
* device (Bruno Cornec)
- Excluding vmhgfs FS for VMWare guests mounting areas of the host. (Bruno Cornec)
- Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by \'|\' now instead of \' \'. (Bruno Cornec)
- Fix a bug when no -E option is given on CLI (null) string generated (Bruno Cornec)
- Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #371, #443 (Bruno Cornec)
- Exits if the protocol used is not recognized (error with -n fs:// typo) (Bruno Cornec)
- Fix a bug on exclusion of path with common content (/home and /path/home e.g.) which was handled correctly only in a certain order (John Pearson)
- mount-media function is now placed in libmondo-devices.c as used by more programs. (Bruno Cornec)
- Avoids calling mount_media when it\'s not mandatory (change the way mondorestore was working up to now but could solve some bugs reported) (Bruno Cornec)
- Fix #412 by using grub.unsupported correctly before grub-install as both exist on opensuse 11.2 (Bruno Cornec)
- Try to provide a workaround in code to the #401 (over-allocation of space due to rounding errors) (Bruno Cornec)
- Fix a bug when using ACLs and file with spaces in their names by adding double quotes in getfacl invocation (Tom Mortell)
- Attempt to fix problem of slowdown in filelist creation by re-introducing a limit to the find command (Bruno Cornec)
- Improves logging for external binary (Bruno Cornec)

Wed Jun 9 14:00:00 2010 Bruno Cornec 2.2.9.4-1
- Updated to 2.2.9.4
- Attempt to fix problem of slowdown in filelist creation by re-introducing a limit to the find command (Bruno Cornec)
- Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421) (Bruno Cornec)
- netfs_proto should be initialized in every case, not just in DR (should solve remaining NULL reports) (Bruno Cornec)
- Avoid to have multiple similar calls to mkisofs by using macros (Bruno Cornec)
- Mondoarchive should not try to create a cmp binary if it doesn\'t exist (Bruno Cornec)

Mon Apr 12 14:00:00 2010 Bruno Cornec 2.2.9.3-1
- Updated to 2.2.9.3
- Fixes for #414: remove comments from grub conf file if used and improve grub conf file generation (Bruno Cornec)
- Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition (Bruno Cornec)
- Put an explicit notice of MondoRescue\'s license: GPLv2 or later (as per Hugo\'s notice in sources) (Bruno Cornec)
- Fix an initialization bug for network protocol in interactive mode (was NULL and not NFS by default) (Bruno Cornec)
- Try to fix #397 by improving exclusion of binded /proc mount with \"none\" fs type exclusion (Bruno Cornec)
- Fix #392 by freeing the sz_devfile fifo for ntfs later as it was used in between, causing a problem to backup NTFS dev (Bruno Cornec)

Fri Feb 5 13:00:00 2010 Bruno Cornec 2.2.9.2-1
- Updated to 2.2.9.2
- Fix #388: SElinux (and ACLs + xattrs) are now supported fully (Bruno Cornec/Kevin Ritzenthaler)
- Improves device exclusion for LVM (support for symlinks, mapper at all levels: PV, VG, LV, and new boot option excludedevs) and fixes #381, #382, #384, #385 (Bruno Cornec)
- Fix #383 by using pvdisplay instead of relying on 8e as partition type (Bruno Cornec)
- Exclude rpc_pipefs type of filesystems from find (Bruno Cornec)
- Adds the --rescue flag to ntfsclone (Andree Leidenfrost)
- Replace some sprintf by mr_asprintf to add dynamic memory management (Bruno Cornec)
- Fix #377: Segfault in pause_and_ask_for_cdr() (ggeens)
- Fix a bug when isodir is / only when splitting it in iso_path and iso_mnt (Kennedy Doss/Bruno Cornec)
- Fix #375 mondo will segfault if the partition in sensibly_set_tmpdir_and_scratchdir() is read-only (cylau)

Sat Nov 28 13:00:00 2009 Bruno Cornec 2.2.9.1-1
- Updated to 2.2.9.1
- /dev/shm is now part of the default exclude list (Bruno Cornec)
- Default to DVD size when in iso or netfs mode (Bruno Cornec)
- Fix #363 where exclude_paths was extended up to memory limit dumping core (Bruno Cornec)
- Fix #367 - the for loop doesn\'t make any test now, as it was computed before entering the loop, leading to an error, and was also made inside the loop anyway (Bruno Cornec)
- If using nolvm boot param option, mondorestore should also not analyze and handle i-want-my-lvm (Bruno Cornec)
- Reset an error counter before blanking a DVD to avoid always returning an error (Vincent Raman)

Fri Oct 9 14:00:00 2009 Bruno Cornec 2.2.9-1
- Updated to 2.2.9
- Adds support for grub2 conf file grub.cfg in addition to menu.lst (Bruno Cornec)
- priority given to env var for tmpdir (Bruno Cornec)
- fuse FS excluded from tmpdir computation (Bruno Cornec)
- DSF now also supports partitions in addition to full disks (Bruno Cornec)
- Adds Fuse SSHFS support at restore time (Bruno Cornec)
- Excluded devices are now handled fully (with bkpinfo->exclude_devs), including in LVM (Bruno Cornec)
- Change NFS support into a generic NetFS support. keyword changed from nfs... to netfs... and proto added (Bruno Cornec)
- star only supports ACL when used with exustar mode. Fix #356 (Bruno Cornec)
- Modify getfattr call to have all extended attributes, including non user ones. Fix #357. (Kevin Ritzenthaler)
- Avoid asking the Prefix name in NFS mode twice (Bruno Cornec)
- Fix a case where the NFS dir in restore mode was mounted rw (linked to bug #291) (Bruno Cornec)
- Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293. (Bruno Cornec)
- Removes some memory leaks with valgrind usage (Bruno Cornec)
- Improve dynamic memory allocation with mr_asprintf (Bruno Cornec)
- Remove all the most obvious bad call to strcat and replace by mr_strcat as appropriate (Bruno Cornec)
- Remove the iamhere function (Bruno Cornec)
- Remove mr_string.c|.h useless and in duplication with mr_str.c|.h (Bruno Cornec)
- Use new libmr.a in build process (Bruno Cornec)
- Fix a bug (seg fault) when a too large mountlist was used (Bruno Cornec)
- Adds test program for mountlist and truncate_to_drive_name (Bruno Cornec)
- Add support of user for NFS write and fixes #316 (Bruno Cornec)
- mount the NFS dir in mondoarchive, if not already mounted, but present in fstab and fixes #304 (Bruno Cornec)
- Usage of partprobe at restore time if possible (Bruno Cornec)
- Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326. (Bruno Cornec)
- Protection of chains (file names) passed to system with mr_stresc which may contain strange chars (Bruno Cornec)
- Improve autoconf cuild process (Bruno Cornec)
- Some SuSE have ramdisk as modules, so modprobe brd first before testing for ramdisk presence (Stephan Lauffer)
- Security fix for a remaining /tmp hard coded reference which shouln\'t have a small potential impact for mondo-prep.c as the file was removed before being recreated and usage is very short (Gentoo/Bruno Cornec)
- Fix lack of formating (discovered by the new Mandriva build process) (Bruno Cornec)
- Create a new define for MAX_MOUNTLIST_ENTRIES and increse MAX_TAPECATALOG_ENTRIES to solve a reported limit (Bruno Cornec)
- Adds support of special partiion names (ida, cciss, mapth) for format-and-kludge-vfat (Bruno Cornec)
- Fix a bug where partition number was wrong for mpath type of dev (Bruno Cornec)
- Remove the maxdepth param in find to take in account deeply mounted proc file systems (Bruno Cornec)
- Fix bugs on array size reported by SuSE build system (Stephan Lauffer)
- Fix a very old bug for partiion labelling after restoration where a fstab with empty lines was causing the script to abort. (Ward Mundy/Bruno Cornec)
- Deliver again the format-and-kludge-vfat script (Bruno Cornec)
- Fix NTFS support at restore time (Conor Daly)
- Really fix the Ubuntu issue with a separate /var this time (Bruno Cornec)

Wed Feb 4 13:00:00 2009 Bruno Cornec 2.2.8-1
- Updated to 2.2.8
- Exclude in the file list all FS of type proc and sysf (Bruno Cornec)
- iso9660 type of FS should not be used to create temp dir (Bruno Cornec)
- support latest Ubuntu where /var is a separate FS - see [2128] (Bruno Cornec)
- Use forced USB device through Boot CLI, instead of taking what is in the conf file (Bruno Cornec)
- Do not limit the PATH variable length anymore (Dale Marinenko/Bruno Cornec)
- Improve function truncate_to_drive_name to support returning full drives used as partitions (Bruno Cornec)
- Adds support of ntfs-3g as good format (Bruno Cornec)
- Adds nfs4 support (Bruno Cornec)
- Remove some static allocation in a recursive function - save memory (Bruno Cornec)
- Use /boot/grub/menu.lst everywhere instead of messing up with /etc/grub.conf (Bruno Cornec)
- Adds support for initrd regeneration at restore time (Bruno Cornec)
- Fix #302 adds ext4 support (Bruno Cornec)
- Fix a bug on ia64 where an attempt to create boot.b was made (Giuseppe Grassi/Bruno Cornec)
- Fix a bug in a logging message, where format didn\'t correspond to params thus giving core :-( (Bruno Cornec)
- Improves logging when a compressor is not found (Bruno Cornec)
- Adds multipath support for RHEL 5.2 (Bruno Cornec/Matthieu Losmede)
- Avoids checking writable NFS share in interactive mode (Bruno Cornec)
- Improve logging in when labelling (Bruno Cornec)
- Fix #298 - MA.log.gz gone (Bruno Cornec)
- Fix #291 when restoring interactively from NFS the NFS share is now mounted read-only (Bruno Cornec)
- Use MONDO_CACHE everywhere instead of fixed strings (Bruno Cornec)
- Remove monitas code (Bruno Cornec)
- Adds support for dm devices in truncate_to_drive_name (Bruno Cornec)
- Do not try to create the dummy file on the NFS share when in DR mode as now the NFS share is mounted ro !(Bruno Cornec)
- Avoid erasing mountlist and I-want-my-lvm when already existing (Benoit Donnette/Bruno Cornec)

Fri Oct 10 14:00:00 2008 Bruno Cornec 2.2.7-1
- Updated to 2.2.7
- Remove useless function calc_orig_size_of_drive_from_mountlist (Bruno Cornec)
- Removing potential interactive vgremove command (Andree Leidenfrost)
- Fix #252 by removing shm usage in mondo (Bruno Cornec)
- Fix #277 compatibility in live mode with previous versions (Bruno Cornec)
- Add support for labeled reiser FS (Ulrich Tehrani)
- DSF patch modified to so that get_dsf_mount_list only deal with one path passed as param (Bruno Cornec)
- Adds support for OCFS2 file system when formating using the right command in which_format_command_do_i_need
(Bruno Cornec)
- New function get_dsf_mount_list to support devices with -E and -I (Michael Shapiro)
- Protect recursive remove of tempdir with test on the look and feel of that dir to avoid removing blindly useful dir :-( (Bruno Cornec)
- -H should be usable with tapes, especially OBDR ones (Bruno Cornec)
- Replace a 32kB blocksize fix with the internal blaock size, and adds a call to setblk to try to fix #255, which shouldn\'t break anything (Bruno Cornec)
- Fix for #261 nsspool and nssvol support (sprobst)
- Fix #260 restoring when cancel in non disaster mode was a regression on 2.2.5 (Bruno Cornec)

Sat May 31 14:00:00 2008 Bruno Cornec 2.2.6-1
- Updated to 2.2.6
- Exclude gfs type of FS from backup - Fix #135 (Bruno Cornec)
- Adds OBDR support with -o CLI option and interactive mode - Fix #29 (Bruno Cornec)
- Simplify some function interface with bkpinfo global (Bruno Cornec)
- Fix a bug with g_log_level handled as a string in a msg (Bruno Cornec)
- Attempt to fix problem with SuSE 10.2 boot loader not reinstalled - may also fix other SLES issues reported with the same problem - by mounting /proc and /sys in the chroot during mount_all_devices (Bruno Cornec)
- Fix #250 - Automatic restore with tape is asking questions (Bruno Cornec)
- Fix #244 by ignoring SIGPIPE during big file restore with gzip (Bruno Cornec)
- Renaming of files to be in conformity with stable and ease aplication of patches between branches (Bruno Cornec)
- Fixing broken NFS support in 2.2.5 for rhel5 at least (Kyle Johnson/Bruno Cornec)
- Fix for gentoo (Francesco Talamona/Bruno Cornec)
- Remove all code related to floppies (Bruno Cornec)
- Do not mess with modules.conf anymore. Just use what is in deplist.txt (Bruno Cornec)
- Sharing mondo-cli.c from mondoarchive as libmondo-cli.c for both mondoarchive and mondorestore (Mark Pinkerton)
- Apply patch mondo.live-nfs.patch (Mark Pinkerton)
- Apply a modified version of mondo.libmondo-cli.patch (Mark Pinkerton)
- Extract of mandatory files is now under ./tmp/.. instead of tmp/.. as we use tar to create the all.tar.gz (Bruno Cornec)
- Removes the useless uid field of the mountlist_line struct (Bruno Cornec)
- Some valgrind fixes (Bruno Cornec)

Sat Mar 22 13:00:00 2008 Bruno Cornec 2.2.5-1
- Updated to 2.2.5
- Remove floppy support from mondo (Bruno Cornec)
- mondoarchive now really excludes /tmp by default (Bill R. Williams)
- Postpone removal of tmpdir to avoid error messages at end (Bruno Cornec)
- Replace some sprintf by asprintf, searching for a core dumped bug at restore time (Bruno Cornec)
- Gentoo ebuild fixes Cf: http://bugs.gentoo.org/show_bug.cgi?id=176738 (Francesco Talamona)
- Adds the possibility to increase debug level at restore time with a -K option (Bruno Cornec)
- Fix BigFile support when one bigfile is deleted during the archiving (Bruno Cornec)
- Fix NFS mount problem (Bruno Cornec)
- Removal of locate usage completely from code to use find (Bruno Cornec)
- Never tries to eject a NFS media (Brian McKee)
- Only ask for size in NFS mode at backup time (Brian McKee)
- Adds support for alb/aft types of bonding on Intel cards (Mark Pinkerton)
- Adds Fedora 8 and Ubuntu 7.10 build support (Bruno Cornec)
- Do not mount /boot if it\'s already mounted - avoids ESX hang (Bruno Cornec)
- Use RESTORE consistently across mondo to restore without interaction (Takeshi Shoji/Bruno Cornec)
- Remove dummy file created on NFS (Arnaud Tiger/Bruno Cornec)
- Adds full UUID support, especially with Ubuntu 7.10 (Bruno Cornec)
- Create MONDO_CACHE and use it everywhere + creation at start (Bruno Cornec)
- Add USB Key button to Menu UI (CD streamer removed) (Bruno Cornec)
- Add USB disk/key support (Bruno Cornec)
- Attempt to fix error messages on tmp/scratch files at the end by removing those dir at the latest possible (Bruno Cornec)
- Fix a bug linked to the size of the -E param which could be used (Arnaud Tiger/René Ribaud)
- Build process adapted to use pb http://trac.project-builder.org (Bruno Cornec)
- Fix #137 and #3 issue with large exclude list (> 1000 chars) (Bruno Cornec)
- Fix #191 edition of mountlist in compare mode (Bruno Cornec)
- Fix partially #197 count deleted files in compare (Scott Cummings/Bruno Cornec)
- Fix some some valgrind errors (Bruno Cornec)
- Fix a bug where df was using locale to print messages and wasn\'t filtered correctly (Bruno Cornec)
- Add mkdtemp checked in configure (Bruno Cornec)
- reset_bkpinfo creates a tmpdir with mkdtemp in setup_tmpdir, takes in account TMPDIR and TMP (Bruno Cornec)
- Render bkpinfo global (Bruno Cornec)
- Use bkpinfo->tmpdir instead of /tmp or MINDI_CACHE when appropriate to fix security issues (Andree Leidenfrost/Bruno Cornec)
- replace vi with find_my_editor during restore (Andree Leidenfrost)
- Fix #195 broken Compare with gzip (Scott Cummings)
- Fix #194 automatically rebooting at the end of PXE restore process (Bruno Cornec)
- Fix #190 mondo-restore replaced by mondorestore (veelo)
- /tmp => /var/log for mondorestore.log (Bruno Cornec)
- Fix gentoo issues again (Francesco Talamona)
- Fix #187 Non-matching file list doesn\'t work in GUI mode in Compare mode (Scott Cummings)
- Fix a bug in interactive mode on ia64 where lilo wasn\'t forced (Bruno Cornec)
- Add support of Debian ia64 (Bruno Cornec)
- Improve ia64 support for SLES (Bruno Cornec)
- Fix #179 core dump (Bruno Cornec)
- Add the possibiilty to edit in interactive mode mtab and device.map for grub (Bruno Cornec)
- Remove blkid cache files after restore to avoid problems in cloning mode (Bruno Cornec)
- Fix #185 buggy hack-fstab for LABEL and UUID support (Bruno Cornec)

Fri Jul 6 14:00:00 2007 Bruno Cornec 2.2.4-1
- Updated to 2.2.4
- Size of DVD is 4482 (or more surely 4480 to avoid problems - used everywhere) (Bruno Cornec)
- New Hardware migration guide with P2V (Eric Montaut/Gallig/Renaud/Bruno Cornec)
- Fix a memory allocation bug where strings were freed to early (Nick Hajek)
- yum support added to ftp server (Mark Nienberg/Bruno Cornec)
- Also computes number of media for NFS backups (Patrick Albert/Bruno Cornec)
- Improve message around ISO directory (Patrick Albert/Bryan Gartner)
- Improved Ubuntu support (Fix #159) (Bruno Cornec)
- Improved VMWare ESX supoprt (Amaury Tanquerel/Bruno Cornec)
- Fix a bug (hang #136) when no floppy available (Bruno Cornec)
- Adds OCFS support in -N (Bruno Cornec)
- Reduce log file verbosity in sort phase (Bruno Cornec)
- Fix a spelling error (James Cameron/Bruno Cornec)
- mondo rpm pkg depends on buffer and cdrecord (Vincen Danen/Bruno Cornec)
- Adds -p option support to mondorestore (Fix #114) (Bruno Cornec)
- Adds support for Boot loader in partitions (Fix #117) (Bruno Cornec)
- Fix a bug where Unallocated space was considered as an error (Bruno Cornec)
- MINDI_CACHE set to /var/cache/mindi new location of mindi images instead of /root/images/mindi (Andree Leidenfrost)
- Fix bug #158 (cummings)
- Do not use mindi-boot.2880.img (which may not exist) anymore in mondorestore (Bruno Cornec)
- get_architecture now returns correctly the built arch used (Bruno Cornec)
- Fix a bug in mondoarchive for UUID support of /boot (Bruno Cornec)
- Fix a bug for mountlist creation (UUID wasn\'t printed)
- Build process now creates yum and urpmi repositories for the respective rpm based distros (Bruno Cornec)

Thu Apr 26 14:00:00 2007 Bruno Cornec 2.2.3-1
- Updated to 2.2.3
- Fix a critical bug where bzip2 files where not considered during restore (Dale Tronrud/Scott Cummings)

Mon Apr 16 14:00:00 2007 Bruno Cornec 2.2.2-1
- Updated to 2.2.2
- Log files are now consistent: mondoarchive.log for mondoarchive (containing also mindi.log) and mondorestore.log for mondorestore (copied from /tmp (ram) to /var/log (disk) at the end of the restore) (Bruno Cornec)
- Script label-partitions-as-necessary now works correctly for LABEL and UUID (Bruno Cornec)
- Remove useless script compare-me (Bruno Cornec)
- Some FreeBSD fixes (Bruno Cornec)
- Fix a bug where losetup is called with only one parameter (#140) (Bruno Cornec)
- Fix a core dumped when a Big file doesn\'t exist an can\'t be created (Nic Watson/Bruno Cornec)
- support UUID in mondorestore (Fix #103) (Bruno Cornec)
- Fix a bug in size computation for cciss and similar devices needing a p before their partition name (Bruno Cornec)
- Fix 2 references to grep -x (Fix for #96) (Bruno Cornec)
- Add build support for Mandriva 2007.1, RREL 5 and Debian 4.0 (Bruno Cornec)
- Fix a bug on is_this_raid_personality_registered (John Pearson/Bruno Cornec)
- Fix a bug with raid5 arrays synchronization (Rémi Bondoin)
- Tape support improvements (Benoit Donnette/Michel Loiseleur)
- Handle no compression + verify correctly (Scott Cummings)
- various HOWTO fixes (Mike Kinney)
- Fix temporarily a bug when a biggiefile > 32MB was compressed below the size
of a slice (16MB) (Michel Loiseleur/Bruno Cornec)
- Better module loading in insmod_crucial_modules (Andree Leidenfrost)
- Improve Gentoo packaging (Linos)
- Small typo fix for mondorestore man page (petes-bugs)
- Small memory management improvements (Michel Loiseleur/Bruno Cornec)
- Store NFS config only once (Bruno Cornec)
- Fix a flaw in libmondo-mountlist.c (there since rev [1] !!) (Bruno Cornec)
- Increased MAX_STR_LEN to 384 to make it divisible without remainder by eight
for 64 bits platforms (Andree Leidenfrost)
- Fix a bug where no bzip2 format file would be found when supporting gzip (Andy Wright)
- CentOS fixes (Andy Wright)

Sat Dec 23 13:00:00 2006 Bruno Cornec 2.2.1-1
- Updated to 2.2.1
- Fix a memory allocation bug in gen_aux_list (Klaus Ade Johnstad/Andree Leidenfrost)
- fedora core 6 and suse 10.2 support added in build process (Bruno Cornec)
- Fix a bug where grub.conf was a symlink (Bruno Cornec)
- mondo now supports gzip compression format (-G option) (#113) (Bruno Cornec)
- ACL and XATTR are now NOT backed up anymore by default. Should increase mondoarchive speed. To handle them as before, please use the -z option. Fix Bug #63 (Bruno Cornec)
- Fix a bug in libmondo-fifo.c where potentially no buffer content could let mondo runni ng forever in case of an exception (Bruno Cornec)
- Fix a bug where ps (busybox) and ps (system) do not give PID in the same column (Bruno Cornec)
- TAG is now per package (Bruno Cornec)
- Add CentOS build support (Andy Wright/Bruno Cornec)
- Fix bug #89 (env var were queried too early, and not ncessarily in PXE mode) (Bruno Cornec)
- fix #66 (setfacl not existing => no error) (Bruno Cornec)
- Removal of grep -w|-x during restore as not supported by busybox fixes bug #101 (Alfred Chua/Bruno Cornec)
- Fix a bug with DVD+RW format, when mondo asks for retry without success indifinitely (Mariano Aliaga)
- Fix Bug #90 mondoarchive fails when using space in the prefix (Bruno Cornec)
- Fix Bug #87 LABEL= swap does not come online after mondorestore (Bruno Cornec)
- Source directory for mondo is now src (compatibility with trunk) (Bruno Cornec)

Wed Oct 4 14:00:00 2006 Bruno Cornec 2.2.0-1
- Updated to 2.2.0
- start-nfs now exports variables taken from PXE command line to mondo to override parameters during archiving - Fix bug #21 (Bruno Cornec)
- Fix for bug #71 mondo now works correctly on x86_64 (Brendan Bouffler/Bruno Cornec)
- Fix for bug #4 (B. Baumer)
- Fix PXE documentation (Brendan Bouffler)
- Attempt to fix bug #25 - bonding support (Michael Shapiro/Bruno Cornec)
- Write start and finish time to log - Fix bug #33 (Bruno Cornec)
- New mr_stresc function to escape commands submitted to system and fixes [[debianBTS(379966)]] (Andree Leidenfrost)
- New files mr_string.c and mr_string.h (v3.0 new organization) (Andree Leidenfrost)
- Fix for [[debianBTS(320152)]] display problem in newt (Andree Leidenfrost)
- Check for grub.conf being a symbolic link (Andree Leidenfrost)
- AFS support (Andree Leidenfrost/Bruno Cornec)
- Better post-nuke handling (first steps) (Andree Leidenfrost)
- Icon for use in menus (Andree Leidenfrost)
- Fix for bug #14 -E switch error (Bruno Cornec)
- Fix for bug #6 mondorestore will ask for prefix during selectve restore (Bruno Cornec)
- Fix for bug #21 prefix taken from PXE server first (Bruno Cornec)
- Fix for bug #24 ps options (Bruno Cornec)

Fri Aug 4 14:00:00 2006 Bruno Cornec 2.0.9-1
- Updated to 2.0.9
- Preliminary build process working for Debian and Gentoo (Bruno Cornec)
- New NFS/PXE support. start-nfs is now a fixed script. Allow more possibilities at restore time (Bruno Cornec)
- Fix some compiler warnings for 64bits mode (Andree Leidenfrost)
- Fix various screen corruption for \'Configure LVM\'/RAID sync (Andree Leidenfrost)
- SuSE RPMS now use bzip2 (Lars Rupp/Bruno Cornec)
- Exclude ClearCase mvfs type of filesystem from mondo backup (rzonum_at_gmail.com/Bruno Cornec)
- Improved .spec Requires (Fedora/SuSE feedbacks) (Bruno Cornec)
- Indication for users of IDE burners and 2.6 kernels (Christopher Moriarity/Bruno Cornec)
- remove df -P during restore as busybox doesn\'t support it (Bruno Cornec)
- nfsmount option added to allow redeployment from another NFS server (Bruno Cornec)
- This version should work a bit better with files having special char bug #7421 - but more to come (Bruno Cornec)
- Fix [[debianBTS(369321)]] by increasing MAX_TAPECATALOG_ENTRIES to 8192 and bkpinfo->optimal_set_size to 16MB (Andree Leidenfrost)
- Fix problem with BurnProof+DVD (Andree Leidenfrost)
- Fix bug #7820: mondo should now support files > 2GB (taps23_at_yahoo.com/Bruno Cornec)
- Replaced all occurrences of egrep with \'grep -E\' and of fgrep with \'grep -F\' (Andree Leidenfrost)
- Optimize grep usage - fixes [[debianBTS(222052)]] (Andree Leidenfrost)
- Avoid false alerts about growisofs not running under sudo (Andree Leidenfrost)
- Increase PPCFG_RAMDISK_SIZE to 350 MB (Thomas Börkel/Bruno Cornec)
- Removed useless mondo-makefilelist (Andree Leidenfrost)
- Fix a segmentation fault in parse_mdstat() (Andree Leidenfrost)
- Fix gcc 4.1.2 warnings (Andree Leidenfrost)


 
ICM