source: MondoRescue/trunk/mondo/ChangeLog@ 387

Last change on this file since 387 was 309, checked in by bcornec, 18 years ago

merge -r303:308 $SVN_M/branches/2.06

  • Property svn:keywords set to Id
File size: 57.9 KB
Line 
1# $Id: ChangeLog 309 2006-01-12 23:23:00Z bcornec $
2
3MONDO CHANGES
4
5trunk:
6- indent on source files
7- asprintf used instead of malloc_string + sprintf/strcpy/strcat without
8 verifications. Optimisations on memory consumption (allocate only size
9 needed + remove memory leaks)
10
11v2.07 ()
12- useless cat, sort|uniq commands removed
13 (Bruno Cornec/Sébastien Aperghis-Tramoni)
14- Doc cleanup (Andree Leidenfrost)
15- Add the actual format to messages after calls to function
16 is_this_a_valid_disk_format() about unsupported formats.
17 (Andree Leidenfrost)
18- Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist
19 (Bruno Cornec/Jeffs)
20- Replaced partimagehack with ntfsclone from ntfsprogs package.
21 (Andree Leidenfrost)
22- use df -P everywhere (Bruno Cornec)
23
24v2.06 (2005-12-23)
25- better error handling of failed commands/mindi (Andree Leidenfrost)
26- fix compiler warnings (Andree Leidenfrost)
27- -p improvements for NFS/PXE/ISO modes (Bruno Cornec)
28- support of default route and netmask for PXE/NFS (Bruno Cornec)
29- fix for restoring mondo backups on md-raid systems (Philippe De Muyter)
30- remove excessive 'cat' commands (Philippe De Muyter)
31- fix to force growisofs to use speed=1 for DVD burning (Philippe De Muyter)
32- now handles cifs correctly (Bruno Cornec)
33- fix issue where mondoarchive ejects CD/DVD despite writing iso images
34 (Andree Leidenfrost)
35- Add -P option to df calls (Andree Leidenfrost/Chuan-kai Lin)
36- fix usage of joint -B and -m options (Andree Leidenfrost/Efraim Feinstein)
37- Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 for mondorestore's filebrowser
38 (Andree Leidenfrost)
39- remove the renice of mondoarchive (Hugo Rabson)
40- relocate what was under /usr/share to /usr/lib (FHS compliance)
41 (Bruno Cornec/Andree Leidenfrost)
42- manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball)
43 (Bruno Cornec)
44- disable x11 build by default (Bruno Cornec)
45- remove sbminst (Bruno Cornec/Andree Leidenfrost)
46- use parted2fdisk everywhere (Bruno Cornec)
47- exports MONDO_LIB (Bruno Cornec)
48- RPM build for fedora core 4, sles9, redhat 7.3, rhel 3/4, mandriva 2006.0,
49 mandrake 10.2/10.1 (Bruno Cornec/Gary Granger)
50- interactive mode now asks for image size and prefix in NFS mode
51 (Gallig Renaud/Bruno Cornec)
52- iso-prefix should be read in iso mode even when -H not given (Stan Benoit)
53- VERSION/RELEASE Tag added (Bruno Cornec)
54- many code cleanup, small fixes, PXE/NFS code improvements
55 (Sébastien Aperghis-Tramoni/Bruno Cornec)
56
57v2.05 (2005-11-19)
58- -p options works better for NFS cases (Bruno Cornec)
59- ia64 is now working for rhel3 (Bruno Cornec)
60- delivery process to BerliOS improved (Bruno Cornec)
61- now handles cifs correctly (Bruno Cornec)
62
63v2.04_berlios
64- Add -p option to generate ISO images file names with prefix. The new default
65 name for ISO images is mondorescue-1.iso, ... For PXE environment, you have
66 to use the prefix option on the command line (read README.pxe)
67 (Bruno Cornec)
68- Mandrake 2005 support (Bruno Cornec)
69- NFS patches (Yann Aubert <technique@alixen.fr>)
70- mondorestore shouldn't now ask final questions with -H
71 (this is an unattended mode) (Bruno Cornec)
72
73v2.04
74- made mondo more clever about finding its home. Avoids mondo considering
75 directories like '/usr/share/doc/momdo' as its home.
76
77
78v2.03
79- better SLES8 support
80- test user-specified temp dir's sanity
81
82
83v2.02
84- instead of using 'dd' to erase partition table, delete existing
85 partitions w/ the same call to fdisk that is used to create the
86 new partitions; this should avoids locking up the partition table
87- set bootable partition in the above same call to fdisk, for
88 the same reason (avoids locking up the partition table)
89- better software RAID support
90- mount ext3 partitions as ext2 when restoring - better for Debian
91- better star, ACL support
92- added ACL, xattr support for afio users
93
94
95v2.01
96- fixed cvs for SuSE systems
97- fixed NTFS backup/restore bug relating to partimagehack
98 log file overflow and NTFS v non-NTFS differentiation
99- more reliable extraction of config info from CDs, floppies
100- better support of ISO dirs at restore-time (Conor Daly)
101
102
103v2.00
104- first 2.0 release
105- updated grub-install.patched to support SuSE and Red Hat
106- added kdelibs as xmondo dependency (Joshua Oreman)
107- better find_cdrom_device(), to cope w/ multiple CD writers
108- added xmondo pixmap installation
109- fixed -m and -Vc flags
110- fixed NTFS support!
111- bootable CD uses native, not El Torito, support now
112- added -devel package
113- made xmondo a second package
114- added ability to specify --without xmondo at build time
115- Clean up, added spanish translation
116- Set prefix to be /usr
117- added/fixed Requires
118- remove CVS directories prior to building
119- added 2.6 kernel support
120- if 2.6 kernel, insist that the user specify CD device
121- drop Embleer; insist on ms-sys and parted if Windows partition
122- added support for boot/root multi floppies
123- call 'mt' to set block size to 32K before opening in/out tape
124- updated mondo-prep.c to create each disk's partitions all at once
125 (one call per drive) instead of one call to fdisk per partition
126- when extracting cfg file and mountlist from all.tar.gz (tape copy),
127 use block size of INTERNAL_TAPE_BLK_SIZE, not TAPE_BLOCK_SIZE
128- added star and rudimentary SELinux support
129- fixed lots of bugs
130- all logging now goes to /var/log/mondo-archive.log, with symlink to
131 /tmp/mondo-restore.log for restore-time log-tracking
132- added grub-install.patched
133- removed embleer & other binaries
134- added '-b' to specify block size
135- added '-R' for star support
136
137
138v1.75
139- fixed chmod/chown bug (Jens Richter)
140- ask user to confirm NFS mountpoint in Interactive Mode
141- rewritten format_everything() to make sure LVMs, RAIDs and
142 regular partitions are prepped in the correct order
143- better magicdev support
144- rewritten external binary caller subroutine
145- DVD support added
146- better backup-time control gui; offer to exclude nfs if appl.
147- fixed multi-tape support
148- re-implemented -D and -J
149- fixed bug in extract_config_file_from_ramdisk() which
150 affected tape+floppy users
151- updated is_incoming_block_valid() to make it
152 return end-of-tape if >300 flotsam blocks
153- unmount CD-ROM before burning (necessary for RH8/9)
154- fixed some stray assert()'s
155- fixed bug in grub-MR (Christian)
156- make user remove floppy/CD before restoring interactively from tape
157- fixed bug in am_I_in_disaster_recovery_mode()
158- added code to nuke_mode() to make sure NFS
159 (backup) share is mounted in Nuke Mode
160- improved tape device detection code
161- better GRUB support
162- better logging of changed bigfiles at compare-time
163- better NTFS support, thanks to partimagehack-static
164- better logging
165- rewrote tape-handling code, breaking compatibility w/ previous versions
166- fixed ISO/CD biggiefile verification bug in mondoarchive
167- fixed bug which stopped boot/compare-time changelist from popping up
168- replaced mondo-makefilelist with C code - faster, cleaner
169- tweaked GUI - better feedback
170
171
1721.74
173- fixed biggiefile atime/ctime restoration bug 73
174- fixed 'default boot loader' detection bug (Joshua Oreman)
175- use single-threaded make_afioballs_and_images() if FreeBSD
176- fixed mondoarchive -Vi multi-CD verify bug (Tom Mortell)
177- superior get_phys_size_of_drive() (Joshua Oreman)
178- fixed RAID-related bug in where_is_root_mounted()
179- ISO tweaks
180- fixed silly bug in load_filelist() which stopped
181 funny German filenames from being handled properly
182- misc fixes (Michael Hanscho's friend)
183- added rudimentary support for SME
184- added better label support
185- fixed various calls to popup_and_get_string()
186- fixed spec file
187- reject -E /
188- added partimagehack to the mix
189
190
1911.73
192- mark relevant partitions as bootable _after_ unmounting them
193- resolve boot device (-f) if softlink
194- post_param_configuration() --- store iso-dev and isodir
195- added post-nuke-sample.tgz to package
196- Nuke Mode now checks mountlist against hardware; offer user
197 opportunity to edit mountlist if insane; if user declines, abort
198- added lots of assert()'s and other checks
199- ran code thru Valgrind to catch & fix some memory leaks
200- made mondo-restore.c smaller by moving some subroutines to
201 common/libmondo-raid.c and mondorestore/mondo-rstr-compare.c
202- added '-Q' flag, to let user test mondoarchive's ability
203 to find their boot loader and type
204- improved which_boot_loader()
205- when burning or comparing to a CD, defeat autorun if it is
206 running, to avoid confusing mondoarchive and the user
207- if original backup media no longer available at boot-time
208 then offer user chance to choose another media source
209- when booting, type 'nuke noresize' to nuke w/o resizing
210 mountlist to fill your drives
211- add 'textonly' when booting, to avoid using Newt gui
212- run nice(20) to prioritize mondoarchive at start
213- don't pause and wait for next blank CD at backup-time
214 unless necessary (e.g. previous CD has not been removed)
215- get_phys_size_of_drive() --- better support of older drives
216- don't eject if "donteject" is in kernel's command line
217- cleaned up segfault-handling
218- added Conor's strip_path() to improve file list display
219- added Herman Kuster's multi-level bkp patch
220- added Joshua Oreman's FreeBSD patches x3
221- fixed interactive/textonly support
222- fixed support for subdir-within-NFS-mount
223- fixed "Can't backup if ramdisk not mounted" bug
224- try to work around eccentricities of multi-CD drive PCs
225- misc clean-ups (Steve Hindle)
226
227
228v1.72
229- LVM/RAID bugs fixed (Brian Borgeson)
230- major clean-up of code (Stan Benoit)
231- make-me-bootable fix (Juraj Ziegler)
232- fixed problem w/ multi-ISO verify cycle (Tom Mortell)
233- removed duplicate entry from makefile
234- if root is /dev/root then assume not a ramdisk
235- fixed potentially infinite loop in log_to_screen (Tom Mortell)
236- reject relative paths if -d flag (Alessandro Polverini)
237- add '/' to custom filelist as workaround for obscure bug
238- ask user speed of CDRW if writing to CD
239- find_cdrom_device() --- if nonexistent/not found then
240 make sure to return '' as dev str and 1 as res
241- tweaked restore scripts tgz
242- cleaned up find_cdrom_device()
243- if user creates /usr/share/mondo/payload.tgz then untar
244 payload to CD at backup-time
245- fixed insist_on_this_cd_number()
246- fixed am_i_in_disaster_recovery_mode()
247- misc clean-up (Tom Mortell)
248- made code more legible
249- fixed post-nuke support
250- fixed nfs support
251- fixed iso support
252- at restore-time, only sort mountlist internally,
253 in mount_all_devices() and unmount_all_devices()
254- fixed cosmetic bug in label-partitions-as-necessary
255- updated documentation
256- fixed fstab-hacking scripts
257
258
259v1.71
260- log newt, slang, ncurses info
261- updated man page
262- handle %% chars in issue.net properly (Heiko Schlittermann)
263- fixed serious NFS restore bug
264- changed various strcpy() calls to strncpy() calls
265- added mondo-makefilelist to makefile (Mikael Hultgren)
266- mount_cdrom() better at handling multiple CD drives
267- exclude /media/cdrom,cdrecorder,floppy
268- sensibly_set_tmpdir_and_scratchdir() --- exclude smb and smbfs
269- better logging by eval_call_to_make_ISO()
270- accept -J <fname> to let user provide their own fs catalog
271 instead of -I <paths> to backup
272- if dir excluded with -E or included with -I and dir is actually
273 a softlink then exclude/include the dir pointed to, as well
274- better location for manpage
275- adjusted block size of tarball at start of tape, to help
276 users w/ broken tape driver firmware
277- sort -u fstab after modifying it
278- if backup type is nfs then don't estimate noof media
279- fixed Makefile (Mikael Hultgren)
280- updated manpage
281- added -e support
282
283v1.70
284- new devel branch opened
285
286
287v1.52
288- fixed bug in multithreading
289- use new grub-MR instead of grub-install
290- wipe only the partition table (not MBR) when repartitioning drives
291- ignore lilo.conf.anaconda when looking for lilo.conf file
292- accepts '-l RAW' to backup/restore original boot sector instead
293 of running grub or lilo to init it after restoring
294- fixed&updated stabgrub-me script; software RAID + GRUB work now
295- mount/unmount /boot partition for Gentoo 1.2 users
296- re-enabled extra tape checksums
297- disabled spurious warnings
298- unmount/remount supermounts at start/end of live restore, if nec.
299- cleaned up mondo's tape block handling (now, TAPE_BLOCK_SIZE=128K
300 and I've added INTERNAL_TAPE_BLK_SIZE=32K variable for buffering)
301- added Makefile
302- added -l RAW option, to backup and restore original MBR
303- cleaned up iso_mode() and nfs restoring
304- create /mnt/RESTORING/mnt/.boot.d for Gentoo users
305- made mondorestore CD bootable for ArkLinux users
306- if user runs as 'su' not 'su -' then work around
307
308
309v1.51
310- pop-up list of changed files, at end of verification phase
311- better handling of changed.files list at restore-time
312- lots of CD-related fixes
313- added '-N' flag --- to let user exclude all NFS-related mounts&devices
314- better handling of 'kill'
315- restructuring of code to ease integration of mondo w/XMondo
316- fixed obscure bug in find_and_mount_actual_cd()
317- fixed install.sh
318- updated documentation
319- fixed .spec file
320- if / or /root has <50MB free then abort & complain
321- commented code
322- updated man page
323- added -v / --version flag
324- replaced convoluted grep with wc (KP)
325- fixed bug affecting restoration of bigfiles from CD's created w/0 compression
326- fixed BurnProof-related bug
327- better at figuring out which is the best partition to use for temp/scratchdir
328- added do-not-compress-these (text file) to RPM
329- do not compress files of types listed in do-not-compress-these
330- dropped -U from call to afio - saves 20-30% runtime (Cosgrove)
331- added Cosgrove's do-not-compress-these list
332- included various patches from KP
333- chmod tmpdir, scratchdir to 700 before using
334- restore from specified backup device, even if its own cfg file disagrees
335- fixed multi-tape bug
336- fixed "Can't find first ISO when verifying nonbootable ISO" bug
337- multithreaded make_afioballs_and_images()
338- tmpdir and scratchdir set sensibly whether mondoarchive is called with
339 command-line parameters or not
340- fixed bug in strip_spaces() which stopped it from handling
341 small strings correctly - affected mountlist editor
342- create a repaired copy of grub-install which is RAID-friendly;
343 use it when initializing boot sector with run_grub()
344- fixed bug in mondo-makefilelist
345
346
34709/08/2002
348""""""""""
349v1.50
350- if restoring, don't try to find SCSI node of CD-ROM drive; find /dev entry
351- during selective restore, skip filesets which don't contain relevant archives
352- set /dev/null's perms to 777, just in case devfs-enabled kernel mangles it
353- remove /var/run/*.pid after restoring
354- move spurious lockfiles from /home/* to /home/*/.disabled
355- ask user to confirm the tape/CD device name
356- lots of multitape-related fixes
357- added code to autodetect the hardware of the user, when possible
358- if isodir does not exist then abort
359- doubled 'biggiefile' threshold... to 32MB
360- exclude /root/images/mindi
361- fixed multi-imagedev bug (Emmanuel Druon)
362- unmount/remount /mnt/floppy before/after backing up, if Mandrake
363- restructured the source files
364- fixed serious bug in line 1546 - should have been !=, not ==; stopped
365 mondorestore from correctly restoring big files
366- added '#include <signal.h>' to my-stuff.h
367- exclude "incheckentry xwait()" from changed.files
368- fixed minor bug in find_cdrom_device()
369- fixed bug in friendly_sizestring...
370- insist on tape #1 when start verifying
371- added internal buffering, replacing the external 'buffer' exe
372- if differential backup then don't permit formatting or fdisking,
373 whether Interactive or Nuke mode
374- if mondorestore is run on live filesystem (or from ramdisk) without
375 parameters then mondorestore will ask which backup media (tape, CD, etc.)
376 was used; it will read the config file from the media and proceed from there
377- if tape streamer is softlink then resolve it first
378- incorporate post-nuke tarball
379- if user doesn't specify tape size, proceed anyway; behave intelligently
380 in the event of end-of-tape
381- prefix bkpinfo->restore_path to biggiefile fname before generating
382 checksum & comparing to archived biggiefile
383- if /etc/lilo.conf not found not /etc/lilo.conf.anaconda found
384 then create a softlink from the former to the latter, to work
385 around RH7.3's b0rken LILO support
386- LFS support (mharris, michele, hugo)
387- fixed verify bug --- CD#1 was being verified again & again & ...
388- differential mode fixed; supported again
389- ask user for boot loader + device if not detectible
390- list up to 512 files in file selection window at once (was 128)
391- better handling of bigfiles' checksums, perms and owns
392- delete final filelist if <=2 bytes long
393- if kernel not found and mondo in graphics mode then popup and ask
394 for kernel path+filename
395- misc clean-ups (Troff)
396- noninteractivity-related & misc clean-ups (Carl Wilhelm Soderstrom)
397- RAID, feedback enhancements (Philippe de Muyter)
398- exclude /dev/* from changed.files
399- replaced large declarations with malloc()'s and free()'s
400- added lockfile
401- fixed bugs affecting tape users who backup+verify at same time
402- fixed bugs re: tape block size >32K (Troff)
403- added signal-trapping to mondoarchive and mondorestore
404- fixed bug in new '-s' code
405- added --isonuke and --mbr switches
406- cleaned up live filesystem restoration
407- permit '-0' (no compression) flag
408- if user restores selectively (picks some files to be restored) then
409 large files archived during '-L' (LZO) backup will now be restored properly
410- fixed bug in make-me-bootable
411- don't change /tmp's permissions unless it doesn't exist & has to be created
412- changed $i to $j in mondo-makefilelist (Karsten)
413- fixed 'I refuse to write floppy images to /dev/fd0 because its size is
414 not apparent from its filename' bug
415- disabled 'nr-failed-disks' entry in raidtab generator
416- added '-o' flag to let user choose LILO as CD/floppy's boot loader
417- fixed bug in --mbr
418
419
42006-04-2002
421""""""""""
422v1.43-7 (STABLE)
423- afio uses 16MB buffer when restoring, instead of 8MB buffer
424- mondorestore makes /var/run/console in case user excluded it
425- the -s switch now accepts multiple sizes, one per tape/CD
426- added -u switch for streaming to device; like -t (tape) but without
427 various error checks; use with caution
428- bugfixes; cleaned up code (Troff)
429- changed lockfiles from static to random filenames
430- use dvdrecord instead of cdrecord, if available
431- don't alter /mnt/RESTORING/tmp's permissions if comparing
432- added -follow to search for home (Bruno Vidal)
433- unmount/remount CD-ROM at start/end if supermounted
434- delete old /tmp/filelist.full,biggielist.txt if restoring to
435 live filesystem
436- if Mindi aborted then show last 6 lines of its log before mondoarchive aborts
437- reformatted, redistributed source code (Stan Benoit)
438- replaced isolinux dependency with syslinux dependency
439- now shows the CDR(W)'s progress properly - 20%, 30%, etc.
440- changed lockfiles from static to random filenames
441
442
44304-12-2002
444""""""""""
445v1.42-3 (STABLE)
446- minor cosmetic enhancements
447- improved homedir-locating code
448
449
45004-07-2002
451""""""""""
452v1.42-1 (STABLE)
453- mondorestore may now be run on live filesystem, i.e. user does not
454 have to reboot in order to restore data; works for CD's and tapes;
455 NFS and ISO restores will be supported at a later date
456- fixed restore-time RAID-handling bugs
457- added -E patch to exclude files and/or dirs properly (Andy Glass)
458- cat /proc/cpuinfo and run uname -r; save output to logfile at backup-time
459- fixed minor bug in stablilo-me
460- if /tmp/fstab.new exists then use _it_ instead of /tmp/fstab to label
461 ext2 or ext3 partitions
462- bootable CD's now use SYSLINUX instead of LILO (Andy Glass)
463- don't pclose() tape after calling closein_tape(): the latter does it already
464- tarball installs to /usr/share/mondo by default; was /usr/local/share/mondo
465- numerous cosmetic enhancements
466- added '-m' (manual CD tray) flag
467
468
46903-21-2002
470""""""""""
471v1.41-1 (STABLE)
472- record hostname (Krzysztof Dubowik)
473
474
47503-10-2002
476""""""""""
477v1.40-7 (STABLE)
478- if '-L' then test for lzop; abort if not present
479- if Mondo cannot figure out which boot loader the user is using,
480 tell the user to read the manual and mention -l, -f switches
481- abort if ramdisk not available
482- updated man page (Mikael Hultgren)
483- support multiple -I params (Mikael Hultgren+Randy Delfs)
484- mkreiserfs -ff instead of -q (Andy Glass)
485
486
48703-03-2002
488""""""""""
489v1.40-6 (STABLE)
490- incorporated new config.guess, config.sub (H�tor Garc� �varez)
491- updated manual to explain tmpfs needs to be in kernel (Mikael Hultgren)
492- don't let non-root users run mondoarchive
493- allow up to 50 chars in popup_and_get_string()'s input field
494- tell user to use 'su -' instead of 'su' if they use 'su' by mistake
495- make mondo-makefilelist more SUN-friendly, re: fstab (Andy Glass)
496- modified 'Sliced bigfile #n' log entry to say '..#(n+1)'
497
498
49902-24-2002
500""""""""""
501v1.40-5 (STABLE)
502- improved the way Mondo installs itself (Mikael Hultgren)
503- updated manpage
504- touch /mnt/RESTORING/var/log/pacct after restoring
505- added updated docs (Cafeole, Randy Delfs, Stan Benoit et al)
506- added pico to restore-scripts.tgz; deprecated some scripts
507- if restoring to /dev/ida/* or /dev/cciss/* then drop the 'p'
508 before trying to discover the size of the partition itself
509- support pathnames containing spaces (KirkJT)
510- added -C switch, to treat CD burner almost as a tape streamer
511- run post-nuke script if it exists
512- put (char*)(&buf) instead of &buf when reading/writing biggiefiles' info
513
514
51502-17-2002
516""""""""""
517v1.40-3 (STABLE)
518- let user exclude devices from mountlist with (e.g.) -E /dev/hda1
519- handle one-letter dirs properly (Ian Kent)
520- when making ext3 fs, don't specify journal size (Cafeole)
521- add tmp.mondo.NNNN to tempdir path, if tempdir is specified by user
522- add mondo.scratch.NNN to scratchdir path, if scratchdir is specified by user
523- beefed up RAID-related logging a bit
524- exclude .journal files properly
525- Italian patch (Michael Baldessari)
526
527
52802-11-2002
529""""""""""
530v1.40-2 (STABLE)
531- fixed typo in manpage (Mikael Hultgren)
532- exclude "#"*"#" and *~ from tarball and source RPM
533- updated manual (Randy Delfs)
534- put the correct version# in mondo/my-stuff.h
535- in Nuke Mode, expand/contract mountlist proportionately to fill hard disks
536- fix serious restore-time bug in tape/afio-handling code
537- cdrecord is only required if burning CD's
538
539
54002-10-2002
541""""""""""
542v1.40-1 (STABLE)
543- set partition(s) bootable w/fdisk if appropriate
544- cosmetic bugfixes
545- changed get_phys_size_of_drive() to read value from fdisk, not dmesg
546- if hard disk does not exist then warn user when editing mountlist
547- if boot+floppy disk images were not created then don't offer to write them
548 to disks; instead, mention the mindi.iso bootable CD images
549- exclude each partition's .autofsck from backup
550- fixed bug in CD restoration progress form
551- changed many tempfilenames from mojo-jojo* to sensible, random names
552- exclude win386.swp from backup (Cafeole)
553
554
55502-07-2002
556""""""""""
557v1.38-2 (DEVELOPMENT)
558- minor improvements to the NFS-handling code
559- mondo-restore now records Mondo's version# in log
560- fixed silly bug that makes 'current filelist #' progress form inaccurate
561- fix typo in '10 seconds to abort' line; also, made 20 seconds
562
563
56402-06-2002
565""""""""""
566v1.38-1 (DEVELOPMENT)
567- source code has been beautified (Stan Benoit)
568- makefile, Config implemented (Stan Benoit)
569- use /tmp/mondo-restore.cfg instead of all kinds of silly /tmp files
570 at boot-time; slowly migrating to a proper /tmp/mondo-restore.cfg file
571- changed 'retval+=load_raidtab()' to 'load_raidtab()'
572- patch to make it easier to install Mondo almost anywhere (Ian Mortimer)
573- proper, one-char switches replace the long-winded multi-char switches
574 of 1.36 and earlier
575- migrating from lots of /tmp files in ramdisk to a single configuration
576 file on ramdisk, at /tmp/mondo-restore.cfg
577- estimates the number of media required by this backup session
578- changed 'retval+=load_raidtab()' to 'load_raidtab()'
579- records+restores biggiefiles' permissions+ownership properly
580
581
58201-25-2002
583""""""""""
584v1.37-1 (DEVELOPMENT)
585- proper 'selective restore' interface implemented
586- if the user specifies boot loader or device, record those settings
587- fixed cdrecord-related bug in .spec file
588- if backing up specific paths - e.g. /usr/local/bin - then include
589 /usr and /usr/local/ in filelist; don't backup /usr/* but do recreate
590 /usr and /usr/local/; this is to help the selective restore subroutine
591- user's BIOS is assumed not to be able to handle LILO's sector-seek merging
592- switches --broken-bios, --debug and --chunk-size have been removed
593- if user calls with --burn-cds 2 (nothing else) then find CDRW and continue
594- if CD writer's speed is not specified then assume 2x
595- better autodetection of CD writer
596- set size is 5MB for tape users and CD users alike
597- exclude /root/images/mondo from backup
598- added --skip-floppies switch
599- abort if PC has <32MB of RAM at backup-time; warn if <64MB
600
601
60201-20-2002
603""""""""""
604v1.36-1 (DEVELOPMENT)
605- fixed v.minor bug in MakeFilelist()
606- in mondo-archive, replaced calls to Die() with calls to FatalError()
607- include .spec file in tarball
608- if cdrecord v1.8 or older then abort: inadequate for Mondo's needs
609- moved misc functions from mondo-archive to mondo-tarme.c
610- prettier interface when preparing and formatting boot+data disks
611- when editing mountlist, warn if formats !supported by kernel (B. Hartin)
612- don't try to run e2label on filesystems which aren't ext2 or ext3
613- don't write to tape if already burning to CD (Kosaku Nagasaka)
614- re-enabled and tested some CD-verifying code
615- added buffer to RPM/tarball requirements
616- set size is 4MB for tape users; 16MB for CD users
617- files <16MB aren't chopped
618- uses tmpfs for temp storage if backing up to tape
619- (rudimentary) selective formatting
620- log versions of afio, bzip2, etc.
621
622
62301-10-2002
624""""""""""
625v1.35-1 (DEVELOPMENT)
626- NFS backup+restore support
627- exclude Win2K hiberation file (Paul Rensing)
628- fixed filelist.full/filelist.blah typo (Paul Rensing)
629- unset TAPE at start of mondo-archive (Norm Crowfoot)
630- if bzip is <v0.99 then abort
631- if hard disk fills to capacity then abort
632- --post-nuke <tarball> will incorporate a tarball of tools and data files
633 of the user's choosing in the boot CD/floppies; the tarball must contain
634 an executable, 'post-nuke', which will be called at the end of Nuke Mode
635- --text-mode forces Mondo Archive to use text only (no newt or ncurses)
636- the deprecated scripts have now been disabled
637- boot floppy will use 'safe' LILO calls; boot CD will use 'fast' LILO calls
638 unless --broken-bios is supplied in call to Mondo
639- cdrecord's buffer is now 4 MB (was 16 MB)
640- tape support has been rewritten from ground up
641- set size is now 16MB for CD users and 48MB for tape users
642- don't let user change mountlist entry from regular mountpt to 'image'
643- mount -t (space was missing in mount_isodir())
644- all calls to afio now use blocks of TAPE_BLOCK_SIZE KB and RAM buf of 8 MB
645- added Peter Seidler <p.seidler@mail1.stofanet.dk>'s "Petris" game
646- --exclude-paths now drops the trailing '/' from param(s) if present
647- tab-align /etc/fstab after hacking it
648
649
65012-25-2001
651""""""""""
652v1.34-1 (DEVELOPMENT)
653- if /sbin or /usr/sbin are not in PATH then add them temporarily
654- if --broken-bios then force LILO to run in backward-compatible mode
655- tape users can boot from a single floppy now
656- when archiving/restoring/verifying tape, skip the first 32MB
657- fixed bugs in actually_verify_the_tapes()
658- fixed some popen/pclose mismatches
659- no longer run compare_a_biggiefile() right after restore_a_biggiefile(),
660 as it can upset the restoration of biggiefiles which are spread across CD's
661
662
66312-19-2001
664""""""""""
665v1.33-8 (DEVELOPMENT)
666- implemented --image-devs <dev> (<...>) switch
667- improved --verify switch's code
668- exclude Windows' win386.swp file, if found
669- fixed bug in unmount_all_devices()
670- include version of Mondo/Mindi in error log
671- updated the FAQ
672- when making differential backup, make sure to exclude nonexistent files
673- --use-lzo now applies lzo to big files as well as afio archives
674- changed all 'long long's to 'off_t's
675- no longer aborts if /etc/lilo.conf does not exist
676- moved FAQ's to FAQ file
677- archive bigfiles one slice at a time; much less wasteful of space
678- abort if user tries to backup a mounted partition as an _image_
679
680
68112-15-2001
682""""""""""
683v1.33-6 (DEVELOPMENT)
684- misc bugfixes
685
686
68712-14-2001
688""""""""""
689v1.33-5 (DEVELOPMENT)
690- improved error-reporting in the event of boot loader detection failure
691- improved tape verification code
692- experimental support for backing up and restoring devices as images
693
694
69512-13-2001
696""""""""""
697v1.33-4 (DEVELOPMENT)
698- updated FAQ
699- experimental GRUB support
700- when calculating checksums, tell user %done and time remaining
701- checksum catalog entry = filesize+mtime+ctime; don't call md5sum or cksum
702- compile mondo-filelistchop and mondo-checksum with -O2 optimization
703- when writing floppies, ask specifically for floppy #x (Randy Delfs)
704
705
70612-12-2001
707""""""""""
708v1.33-3 (DEVELOPMENT)
709- supports --boot-loader and --boot-device to let user specify them
710- fixed CDRW node autodetection bug
711- MONDO_PATH was misconfigured; is now "/usr/share/mondo"
712
71312-12-2001
714""""""""""
715v1.33-1 (DEVELOPMENT)
716- if user changes a partition's device, change it in raidtab too
717- don't extrapolate from /etc/raidtab to /tmp/mountlist; editor does it already
718- don't backup /tmp (somewhere in the v1.3x series, I stopped excluding /tmp)
719- cosmetic fixes to mondo-prep.c and mondo-newt.c
720- put quotes around chmod's parameter
721- subtract 5% from reported maximum storage capacity of drives, when checking
722 that the parttions will fit; some drives lie about their max cap
723- stablilo-me no longer tries to mark partitions as bootable
724- better exclusion of /var/log/pacct
725- tape users can now use --verify to verify archives w/o rebooting
726- checksum calculated for every file backed up - for future expansion
727- implemented a _real_ --differential switch, to backup all files changed
728 or added since the last complete backup
729
730
73112-09-2001
732""""""""""
733v1.32-2 (DEVELOPMENT)
734- if no RAID devices after editing mountlist then delete raidtab
735- don't try to mount RAID partitions (components of RAID dev)
736- don't add partitions to mountlist when extrapolating from mountlist
737 unless the partitions are not already present in mountlist
738- don't format partitions if partitioning failed
739- when user selects RAID level, establish whether said level is available
740
741
74212-09-2001
743""""""""""
744v1.32 (DEVELOPMENT)
745- if user creates ISO images, the default dest dir is /root/images/mondo now
746- log_it() makes sure it only writes one \n on the end of each logged line
747- detects if user is using GRUB/LILO/other; abort if neither LILO nor GRUB
748- passes the boot loader's name and device to Mindi, to be available at
749 boot-time
750- if user successfully restores using Nuke or Interactive w/o error then Mondo
751 generates a random message, basically saying, "Cool."
752- enlarged afio's "-M" parameter from 12M to 16M
753- if stablilo-me fails then restore the original lilo.conf and fstab before
754 offering user the opportunity to edit them (Dean Carpenter)
755- added ISO Mode, to let user restore from ISO images in directory
756- cosmetic fix to compare/restore phase windows
757- if backing up to ISO images then offer to write boot floppies too
758- changed some references to /tmp/raidtab, to /etc/raidtab
759- cleaned up compare + restore logging
760- scratchdir is now [path]/mondo.scratch.$$; was just [path]/mondo.scratch
761
762
76312-04-2001
764""""""""""
765v1.31 (DEVELOPMENT)
766- turned on '-Wall' to find cruft; found lots of it; cleaned it up
767- exclude each device's lost+found directory
768- mountlist editor now permits advanced editing of RAID devices
769- fixed a silly bug that was causing freeze-up on <1% of systems; if biggielist
770 was empty then sometimes mondo-archive would freeze when backing up big files
771 (cos there weren't any *g*)
772- partition and set type in 2-stage process (was 1-stage)
773- cleaned up Compare Mode's logging a bit, to make it more legible
774- don't report changed archives as 'errors' but as 'differences'
775- exclude ext3's .journal files from backup (yes, this time I really do)
776- '--my-kernel SUCKS' has been replaced with '--my-kernel FAILSAFE'
777- softlink mondo-restore to /usr/bin/ before calling Mindi, so that Mindi can
778 pick up mondo-restore and its depdendencies easily
779- copy mondo-restore to Mondo's temp dir before calling Mindi
780- don't try to compress MP3's, MPG's, WMV's or RA's
781- cleaned up mondo-newt.c; alphabetized the subroutines; moved some tools from
782 there to mondo-tools.c
783- mondo-tarme and mondo-restore are now compiled as dynamic executables; I
784 have amended install.sh and mondo-1.31.spec accordingly
785- now make boot/data floppies at end of backup, not beginning
786- backup in alphabetical order now, not reverse-alpha
787- if Compare Mode reports changed files /var/* and /etc/mtab only then tell
788 the user their archives are good despite the differneces
789- cut back on excessively verbose logging at backup-time
790- when vacuum-packing a partition, describe it as "(max size)", not "(0 MB)"
791- if swap is already mounted, don't abort: just say, 'swap already mounted'
792- when unmounting all devices, don't try to unmount something if it's not even
793 mounted; if it's not mounted, say so but don't try to unmount it: you'll
794 just end up looking very silly :)
795
796
79711-28-2001
798""""""""""
799v1.30 (DEVELOPMENT)
800- I have reorganized the C code, sorted the subroutines alphabetically, and
801 re-jigged Mondo's installation routines (inc. the RPM spec file) to reflect
802 the changes
803- check for mondo-restore's presence; if absent then abort & ask user to check
804 to see if Mondo was installed properly
805- always exclude /var/log/pacct from backup
806- optimal set size is now 24MB
807- install.sh will abort w/error if compilation of mondo-* fails
808- after creating the mountlist, put a copy in Mondo's tmp directory
809- each ext3 filesystem has a .journal file in its base directory; Mondo will
810 now exclude each of these journal files automatically
811- use the archived copy of LILO, not the copy from the restore-time ramdisk,
812 to configure the MBR
813- size_of_file() now returns long long, not long
814- find mondo-archive and set MONDO_PATH accordingly
815- scratchdir is /home/mondo.scratch by default
816- at backup-time, run mondo-restore in test mode to make sure that the
817 executable is sane & will run OK at restore-time
818
819
82011-14-2001
821""""""""""
822v1.19
823- tested on Linux-Mandrake 8.0 and Red Hat 7.2; backup,wipe,restore went OK
824- fixed a bug in is_this_device_mounted()
825- at restore-time, always check for presence of decompressor; abort if notfound
826- run 'chmod -r 1777 /mnt/RESTORING/tmp' after restoring
827- fixed bugs in Compare Mode:-
828 - missing else{}
829 - erroneous 'cannot add archive' error; res+=retval should have read
830 retval+=res (Tony Kim)
831- use 'umount /mnt/cdrom' instead of 'umount /dev/cdrom', to make it compatible
832 with busybox's umount command
833- fixed bug in mondo-archive which stopped Mondo from pausing to retry if the
834 CD/ISO fails the verification phase
835- modified compare_all_tarballs() in mondo-restore.c
836- if running interactively then offer to modify fstab and lilo.conf if user
837 says s/he has modified the mountlist
838- if mondo-tarme segfaults (as it does, on a _very_ few systems) then Mondo
839 picks up on the fact & reports it
840- when restoring, create /mnt/RESTORING/tmp before _and_ after restoring data,
841 just in case it is necessary; also set permissions okay
842- C code is now compiled 'O0' (without optimizations)
843- each CD's slices were being listed to screen; now, piped to /dev/null
844
845
84610-28-2001
847""""""""""
848v1.18
849- changed minor error in documentation (mondo-archive's --help output)
850- improved Mondo's compare phase for tape users
851
852
85310-20-2001
854""""""""""
855v1.17
856- the deprecated scripts now work with LZO
857- if mondo-restore cannot mount all devices, it will _unmount_ whatever it did
858 mount, before it returns an error
859- works with Red Hat 6.2 and 2.2.19 kernel
860- cosmetic change to output (no more 'burning first/last CD' msgs)
861- abort if user uses '--use-lzo' but doesn't install LZO(P) first
862- changed --differential's \( and \) to ( and ) <-- thanks, Michael Moellney)
863- added Marcus Oberhumer's LZO to Mindi and Mondo; use '--use-lzo' switch
864 to activate this groovy new compression algorithm; it is not as efficient
865 as bzip2 but it is can take up to 50% less time than bzip2 to compress data
866- incorporated Bruno Cornec's "--cd-recovery" patch
867- at restore-time, set biggiefiles to +x
868- set optimal fileset size to 16MB (was 8MB)
869- don't report non-existent differences/errors between archives and filesystem
870- fixed bug in --differential switch (Michael Moellney)
871- scripts will no longer function unless gawk and printf are included in
872 Mindi's deplist.txt; add them if you want to use the scripts
873
874
87510-10-2001
876""""""""""
877v1.16
878- default scratchdir is `pwd`/mondo.scratch.$$ (was mondo.scratch)
879- when asking user to send me a log file, warn them that the log file may
880 contain information which they do not want me to see but point out that I
881 cannot help much unless I have a copy of their log file
882- when comparing to or restoring from tape, only update the progree form
883 if/when I've just restored files; otherwise, I would screw up the time est.s
884- increase afio's block count from 256 to 1024 when restoring from tape
885- plays nicely with devfs-enabled kernels and distros
886- when restoring or comparing, track progress by the archive# (N out of M),
887 not by the file#; the former is more reliable and useful than the latter
888- has been tested successfully with the following distros
889 - Linux-Mandrake 8.1 and its 2.4.8, devfs-enabled stock kernel --- tape / CDR
890 - Red Hat 7.1 and its 2.4.2 stock kernel --- tape / CDR
891- tape streamers are now supported; use the '--write-tapes <dev> <sizeMB>'
892 switch, e.g. --write-tapes /dev/st0 4096
893- LVM support is stabilizing
894- when mounting/unmounting partitions to be restored, don't forget to
895 mount/unmount the swap partitions
896- when zeroing a drive, use plain old C fopen/fputc/fclose, not 'dd'
897- after restoring data and running LILO, unmount (as usual) and then run
898 label-partitions-as-necessary, to set the ext2fs LABELs if it is appropriate
899- fixed bugs in selective restoration scripts and executable
900- fixed silly bug in hack-lilo; bug was triggered when I moved to Mandrake 8.1;
901 bug caused '/dev/fd0' entry in lilo.conf to become corrupted
902- if user tries to make a bootable rescue CD with the '--no-bkpath' switch then
903 politely direct them to Mindi :-)
904
905
90609-28-2001
907""""""""""
908v1.15
909- serialized the call to mondo-filelistchop.c; helps to improve visual feedback
910 (yeah, sounds weird but it's true)
911- the switches --differential and --exclude-paths should play nicely now
912- improved the logging a bit, esp. when ejecting or unmounting CD's
913- improved the visual feedback (specifically, the bar and percentage figures
914 indicating time spent & remaining)
915- experimental LVM support
916- fixed 'cannot eject CD' bug, which was caused by busybox's sync & umount
917- fixed mount-me to allow for mountlists with >1 spaces between columns
918- fixed documentation; param is --my-kernel <path>, not kernel-path <path>
919- fail if user runs mondo-archive _from CD_; this is for the user's protection
920- fixed silly bug in mount-me (a crucial line was disabled)
921- working on stablilo-me, hack-lilo and hack-fstab to make sure they work
922 with the new, busybox-based Mindi v0.41
923- Mindi v0.41 is very different from v0.40, internally anyway; so, I had to do
924 a lot of testing to make sure Mondo would play nicely with the new Mindi
925
926
92709-18-2001
928""""""""""
929v1.14
930- if verify is enabled then verify each CD/ISO after writing it
931- fixed a quasi-bug in mondo/mount-me; this script used 'sort +1' which is
932 not supported by busybox; I've changed it to just plain old 'sort'
933- Mondo now tells Mindi whether or not to use its stock kernel
934- fixed bug in 'biggify-me' script; now, checksums will be verified
935- fixed bug in checksum comparison code (mondo-restore.c)
936- reimplemented '--verify' switch; now, user can verify ISO's or CD's against
937 the live filesystem, just for 'belt and braces' emotional security
938- improved the error-reporting at restore-time (if tarball cannot be accessed)
939- if user does not specify CD-R(W) drive's speed or device then Mondo will
940 try to locate the drive and will assume 4x speed
941- user may now type 'edit-mountlist' after booting, if they want to edit the
942 mountlist without risking accidentally wiping their hard disks
943- fixed a few silly typos in the error messages in mondo-tarme
944- updated the FAQ
945- added code to verify ISO images
946- used 'blank=fast' instead of '-blank fast' for backward-compatibility with
947 older versions of cdrecord
948- if nonzero value returned by Mondo, then Mondo creates a mondo.err.$$.tgz
949 tarball containing log files & stuff, which it tells the user to e-mail me
950- when debugging, don't pause before running mondo-tarme; just run it
951- automatically exclude any file including '/vmmhiber.w9x' in its pathname
952- added Minix support (although I doubt anyone needs it)
953- ported mondo-tarme to C
954 - prettier interface at run-time (backup), giving better feedback
955 - obviates a mysterious, intermittent bug in bash itself
956 - shows '% done' when burning CD
957- afio now has a 12MB FIFO buffer (was 16MB)
958- cdrecord now has a 20MB FIFO buffer (was 24MB)
959- wipe [CD]/usr/share/mondo, as well as floppy images, if CD #2 or later
960- up to 19 CD's may be created now
961- fixed the 'stderr.txt not found' loop error in mondo-tarme.c
962- fixed the weird 'segfault on finish() after archiving' bug
963- modularized the install.sh and mondo-1.14-x.i386.rpm compilation sections
964
965
96609-01-2001
967""""""""""
968v1.13
969- fixed some compiler warnings in mondo-newt.c; rearranged some code
970- mondo-tarme now uses -M 16m -t 4k in its call to afio, to improve performance
971- fixed mondo-restore.c's mkreiserfs call; ditto, prep-me's mkreiserfs call
972- fixed mondo-restore.c's compare_a_biggiefile() subroutine, which would
973 generate erroneous error messages
974- fixed mondo-archive.c's restore_a_biggiefile() and restore_all_biggiefiles()
975 subroutines; I can't get them to break but others can, so I've streamlined
976 the code to make them easier to debug and in theory more stable too
977- fixed 'hack-fstab' to make sure that non-LABELed partitions are correctly
978 moved/changed, etc.
979- fixed the 'space in big filename' bug (I think)
980- make Interactive Mode sort the mountlist (by partition size) before creating
981 the dirs and mounting the partitions to them
982- fixed a slew of bugs related to Red Hat's LABEL= extensions
983- cleaned up mondo-restore.c and mondo-newt.c; replaced lots of arbitrary
984 limits and lengths with a small number of #define's
985- added some sample RAID0/1/5 raidtab (config) files to restore-scripts.tgz,
986 which will be restored to the ramdisk's /etc dir when the user boots from
987 the CD; this will only take up an extra 50K or so & will help any user
988 who is moving from non-RAID to RAID
989- changed FIFO size to 20MB
990- only use the VFAT kludge on /dev/hda1 or /dev/sda1; otherwise, even if
991 the partition type is VFAT, do a regular mkfs.vfat
992- if mkfs.vfat doesn't exist, use mkfs.dos
993- only try to add 'LABEL=' to ext2 and ext3 partitions
994- moved a bunch of scripts from Mindi's rootfs.tgz to our restore-scripts.tgz
995- fixed bugs in mondo-restore.c, which would sometimes just sit there when
996 trying to compare or restore big files that were spread across CD's
997- Interactive Mode goes straight to 'mondo-restore --interactive' now, i.e.
998 the user doesn't have to choose Interactive once at boot and once within
999 mondo-restore
1000- better post-run clean-up
1001- improved mondo-restore.c's error-reporting a little bit
1002- stablilo-me (the script) now supports Red Hat's "LABEL=" extensions to
1003 /etc/fstab, via the script, 'label-partitions-as-necessary'
1004- added a user-friendly mountlist editor to mondo-restore.c
1005- added lots of sanity-checking to mountlist editor
1006
1007
100808-18-2001
1009""""""""""
1010v1.12
1011- changed cdrecord's FIFO size to 8MB
1012- removed -pad and -sort from the call to mkisofs
1013- amended the .spec file to be saner when building RPM's
1014- archives are named '.afio.bz2' instead of '.tar.bz2'
1015- mondo-archive, mondo-tarme, mondo-restore.c and the DEPRECATED scripts have
1016 been amended accordingly
1017- should be able to create up to 20 CD-R's per backup set now
1018- moved a line within prep-me that was in the wrong place (thanks, Fran Boon!)
1019- runs 'df -m' and saves it to a text file 'df.txt' on the CD
1020- added 10-second delay before mondo-restore's Nuke Mode, to let the user abort
1021- really fixed the '/mnt/RESTORING/tmp' permissions bug (thanks, Ang Tan!)
1022- sometimes, bash gets all screwed up & won't let the user type 'continue' when
1023 Mondo asks them to; if that happens, Mondo will detect it & use a different
1024 kind of mondo-askme; the new mondo-askme will check every 10 minutes for a
1025 blank CD; if it's there, then the burn continues
1026- abort if isodir or scratchdir is a softlink
1027- replaced mondo-askme with a good shell script, to work around flaws in
1028 bash and/or kernel (don't know which)
1029- added a failsafe kernel to Mindi, which means you don't have to make sure
1030 your kernel is suitable for a boot disk; you can just use Mindi's instead
1031- make+chop filelist _after_ calling Mindi
1032- updated the FAQ
1033
1034
103508-12-2001
1036""""""""""
1037v1.10
1038- changed cdrecord's FIFO size back to 4MB
1039- added -pad -sort to the call to mkisofs
1040- stop saying, "N files differ so far" after comparing each tarball
1041- updated the FAQ, to remind users that they can boot from floppy images if
1042 their kernel does not have the right support of CD-ROM's, filesystems, etc.
1043- erroneous error-reporting by /mondo/biggify-me; fixed (David Granz)
1044- don't estimate the time remaining unless >20 sets processed already
1045- default set size (uncompressed) is now 8MB (was 12MB); when 8MB, seems
1046 to run more smoothly & a little quicker, too, at restore-time
1047- chmod 1777 /mnt/RESTORING/tmp after restoring/creating /tmp
1048- dropped mondo-askme.c; using regular 'read' instead
1049- mondo-restore.c uses newt instead of ncurses; much prettier that way
1050- cdrecord now uses a 16MB FIFO buffer (was 8MB)
1051- fixed floating point error in mondo-restore (when showing progress)
1052- when mondo-restore is called without params (e.g. by Interactive Mode), it
1053 lets the user choose between nuke, interactive or compare (or abort)
1054- updated the FAQ
1055- working on Cuckoo Mode...
1056
1057
105808-02-2001
1059""""""""""
1060v1.09
1061- default compression level is now 3 (was 2)
1062- retry/fail/abort loop bug fixed
1063- calls mindi with "--custom $TMP $scratchdir/images" to force mindi to use
1064 my temp dir and to put the images in my 'images' folder
1065
1066
106707-28-2001
1068""""""""""
1069v1.08
1070- offer to Retry/Fail/Abort if an error occurs when Mondo tries to burn a CD-R
1071- warn if kernel is 2.4.[0-5] (could have buggy loopfs code)
1072- tested with RAID-5 --- works fine :-)
1073
1074
107507-22-2001
1076""""""""""
1077v1.07
1078- fixed cosmetic mistake in an error msg in mondo-tarme ('continue'-related)
1079- hack-fstab now uses "defaults 0 0" instead of "default 1 3" when making
1080 a new entry in /etc/fstab
1081- /mondo/restore-me always makes /mnt/RESTORING/tmp; so does mondo-restore.c
1082- cosmetic changes to mondo-restore.c's screen output
1083- RAID-related enhancements to mondo-restore.c
1084 - RAID bkp/restore appears to be stable
1085 - it is possible to move from non-RAID to RAID by backing up, wiping,
1086 creating /etc/raidtab, modifying /tmp/mountlist.txt and then restoring
1087 - mondo-restore.c works well
1088 - the only weakness is that the kernel's messages are written to the
1089 current console, not to a separate console... HELP? :-)
1090- updated README (esp. FAQ) and TODO
1091- tested with Linux 2.4.7; works fine
1092- mondo-1.07.spec and install.sh compile every C program with -lncurses, just
1093 in case some programs (besides mondo-restore.c) need the NCURSES library
1094- mondo-restore.c is now compiled statically
1095
1096
109707-19-2001
1098""""""""""
1099v1.06
1100- now software-RAID compatible
1101- install.sh only compiles mondo-restore.c once now
1102- if scratchdir or isodir contain more than one path (each), abort
1103- mondo-restore.c creates dummy partitions if the user starts the official
1104 etc/fstab table at /dev/hda7 or something; so, partitioning should work,
1105 even if the mountlist has some gaps
1106- for each /dev/md* device in the mountlist, run raidstop before mkraid
1107
1108
110907-16-2001
1110""""""""""
1111v1.05
1112- patch from DoJ to make install.sh compile with -O2, not -O
1113- cosmetic changes to the biggiefile-slicing code
1114- fixed install.sh
1115
1116
111707-15-2001
1118""""""""""
1119v1.04
1120- make-me-bootable only "boot-makes" each partition ONCE now
1121- cosmetic changes to mondo-restore's logfile output
1122- mondo-restore.c makes /mnt/RESTORING/tmp if necessary
1123- should be able to cope with Red Hat's "LABEL=" messages in /etc/fstab
1124
1125
112607-14-2001
1127""""""""""
1128v1.03
1129- looks for /etc/lilo.conf; aborts if it cannot locate it
1130- abort if burning CD's & verify level>=2 (must be 1 or 0 if burning CD's)
1131- catch errors in MakeIsoFS, if any
1132- added 'mondo-restore.c'
1133 - C program, to replace the old restore scripts
1134 - Mindi will incorporate it in the data disks, if it can find Mondo
1135 - Mindi will also incorporate the old restore scripts (from Mondo)
1136 just in case the new C program doesn't work
1137 - calls the script, 'stablilo-me' to run LILO if desired
1138- added 'restore-scripts.tgz', which contains the /mondo scripts that used
1139 to live in Mindi; now, Mindi grabs them from here if necessary
1140- cleared up Mode-related scripts & the executable to replace them
1141- if mkisofs fails, ABORT, don't just warn
1142- added '--differential' option, to backup the files changed during the
1143 last N days (N specified by user)
1144
1145
114607-07-2001
1147""""""""""
1148v1.02
1149- retract the CD tray after asking user to enter 'continue' (PauseAndAskForCDR)
1150- uses C program instead of bash loop for PauseAndAskForCDR; some bash versions
1151 go into an infinite loop for no reason; hopefully, outsourcing to C will help
1152- when slicing, indicate progress ("N slices...")
1153- when told to '--burn-cds', Mondo pipes mkisofs's output to cdrecord, instead
1154 of saving the ISO file to disk first; this change will save time and space
1155 (not in the Star Trek sense, however *smile*)
1156- default set size (native) is now 12MB
1157- copy /usr/share/mondo to correct directory within CD
1158- all calls to gawk have been replaced with calls to awk
1159- RPM and SRPM published
1160- delete $TMP at end; don't just delete $TMP/*
1161- can accept multiple parameters in the '--bkpath' switch
1162
116307-04-2001
1164""""""""""
1165v1.00
1166- thanks to recent changes to Mindi, Mondo is now compatible with the
1167 filesystem formats JFS, ext3, ReiserFS, XFS and ext2 (if your own kernel is)
1168- CDs [2-N] do not have boot floppy images on them; only CD#1 does (although
1169 CDs [2-N] do have the El Torito boot image, just in case...)
1170- modified the --burn-cds switch; now it takes 3rd param, 'cdrw' (optional) to
1171 let you wipe and rewrite CDRWs instead of wasting CDRs ;-)
1172- removed that PID thing; doesn't work; please don't run Mondo twice at once :)
1173- removed that "filenames contain '|'" error & associated problems
1174- got rid of 'UNSAFE' warning/shortcut
1175- removed --xerox-dev, --include-tarball, --skip-tildes, --ide-opt, --use-bzip2
1176- mondo-archive doesn't make/hack/edit mountlist anymore; that's Mindi's job
1177- uses Mindi Linux to make boot disks & data disks based on your distro
1178- boot&data stuff goes in $scratchdir/images now
1179- bzip2 is used by default to compress archives
1180- don't make MD5 checksums if verify_level==0
1181- when archiving, make N.tar.bz2 and cklist.txt (tarball+checksums) in parallel
1182- at end of mondo-archive, remove scratchdir and TMP completely IF they were
1183 created by Mondo (e.g. /home/mondo.scratch or /home/tmp.mondo.12345)
1184- fill CD/image up to 1MB less than its max size; was being filled up to about
1185 8MB less than its max size, which wasted 8-10MB of storage space per disk
1186
1187
118803-15-2001
1189""""""""""
1190v0.99
1191- /proc and /tmp removed --- i.e. added to exclude list :)
1192- Mondo now uses 2.4-series kernel and modules (Bruno Cornec)
1193- minor typos fixed (Bruno Cornec)
1194- older, restore-related fixes merged w/Bruce's work (Maciej Kulasa)
1195- better RPM spec file (Bruno Cornec)
1196- incorporated Mondo v0.977's restore scripts' bugfixes (Maciej Kulasa)
1197
1198
119903-06-2001
1200""""""""""
1201v0.981
1202- put 'dd' in coolstuff.tgz (Art Wells)
1203
1204
120502-26-2001
1206""""""""""
1207v0.98
1208- INSTALL script renamed to install.sh
1209- tarball cleaned up and re-tarred (Art Wells)
1210- trailing CR/LF's cleaned from scripts (Art Wells)
1211- work is underway to make Mondo compatible with the Linux kernel's 2.4 series
1212
121302-28-2001
1214""""""""""
1215v0.977
1216- based on v0.976
1217- missing subs and silly typos fixed in restore scripts (Maciej Kulasa)
1218- fstab files containing NFS mounts are handled properly (Petre Scheie)
1219- Mondo is being actively developed again (yippee!)
1220
122109-01-2000
1222""""""""""
1223v0.976
1224- technical changes
1225 - 12MB ramdisk
1226 - repackaged: now, Mondo comes in big tarball/RPM with all overhead-files
1227 - each Mondo CD has a 15MB administrative overhead; used to be 50-60MB
1228 - definitely 386-compatible now (RH 6.2 binaries)
1229 - Linux-Mandrake 7.1 (2.2.16) kernel w/ReiserFS & Supermount
1230 - modules.conf / conf.modules support (whichever you've got)
1231 - user may include their own copies of modules, if Mondo doesn't come with
1232 the requisite modules already
1233- extra facilities
1234 - ReiserFS support
1235 - '--load-modules <foo> <bar> ...' will allow you to force Mondo to load
1236 key modules at boot-time, e.g. aic7xxx for SCSI-only users
1237- bugfixes
1238 - path-exclusion code (mondo-backup)
1239 - bogus 'flaws=1' message has been eradicated
1240 - CDRW-finding code is now much better at finding the CDRW correctly
1241 - dummy burn mode is working again
1242 - fixed security hole (thanks, Matija); now, user will be warned if Mondo
1243 is configured to execute /tmp/mondo-tarme
1244 - changed lots of 'grep " $string "' to 'grep -w "$string"' (thanks, Matija)
1245
124607-03-2000
1247""""""""""
1248v0.975 published
1249- made mondo-tarme use 'ask-me-a-question' to pause for new, blank CD-Rs
1250- don't deeply search isodir for ISO files to wipe: maxdepth should be 1
1251- 386-compatible kernel and modules (should be, anyway...)
1252- applied Doug Nordwall's calc-disk-size patch to fix SCSI hdd size calc'n bug
1253- applied Michael Ralph Pape's SCSI (2nd floppy) patch
1254- removed devdump from overhead-list
1255- mkisofs no longer called with '-quiet' switch
1256- changed '--burn-cds' format: now it's --burn-cds <speed> (<device>)
1257- added '-L' to LILO's call, so that >8GB hard disks overcome 1024-blk limit
1258- mondo-compare runs check-mountlist-sanity before mounting partitions
1259- ramdisk is now 14MB
1260
126106-16-2000
1262""""""""""
1263v0.972 published
1264- auto-archive, mondo-archive and mondo-tarme updated to make them more
1265 friendly towards mult-disk sets
1266- if multiple CDRW drives, user is asked which mondo-archive should use
1267
126806-14-2000
1269""""""""""
1270v0.971 published
1271- auto-archive now passes CD size to mondo-archive
1272- mondo-tarme, in conjunction with auto-archive, now handles CDRW boot/burn
1273 sharing much better than before
1274
127506-10-2000
1276""""""""""
1277v0.970 published
1278- kernel now creates 12MB ramdrive (was 16MB)
1279- lots of silly bugs & overhead problems fixed; 2nd floppy closer to working
1280- restore scripts all log to /var/log/mondo-restore.log
1281- auto-archive:-
1282 - offers Low, Medium or High compression
1283 - no longer needs a spare hard drive for scratch space; uses loopfs on
1284 existing hard drive (if possible) instead
1285 - handles weird (multi-CDROM) PCs more gracefully now
1286 - handles PCs with CDRW but without CDROM more gracefully now
1287 - deletes each ISO after burning it to a CD-R (if it _is_ burning them)
1288 - asks if PC is old & crappy; if it is, IDE optimizations are disabled
1289 at backup-time and restore-time
1290 - lets user use CDRW for booting _and_ burning, thanks to reroute-softlinks
1291- selective restore is finally fixed
1292- nicer help screens on boot floppy
1293
129406-03-2000
1295""""""""""
1296v0.965 released
1297- 2MB of space left empty at end of every CD (e.g. 650MB is only 648MB full)
1298- Suzhe & Lonius's SmartBootManager (sbminst) is used instead of Win98's MBR
1299- Mondo may now resize Windows-only backups when restoring
1300- silly bugs in prep-me... fixed
1301
130206-02-2000
1303""""""""""
1304v0.964 released
1305- VFAT partitions >8GB handled OK now
1306- 2nd floppy (optionally) created for SCSI users <--- not working yet
1307- better calc-disk-size algorithm (thanks, Doug Nordwall)
1308- Mondo can now backup and restore Windows-only PCs! :-)
1309- silly prep-me and format-and-kludge-vfat bugs fixed
1310- 'resize hack' retitled as 'vacuum-pack'
1311
131205-31-2000
1313""""""""""
1314v0.963 released
1315- ISO images are no longer padded
1316- all currently-loaded modules are backed up to custom hboot.img & installed
1317 at restore-time before CD is accessed
1318- '--burn-cd <speed>' switch added
1319- '--no-opt' switch added; use it in the call to mondo-archive if you don't
1320 want IDE optimization when restoring
1321- lots of work done on auto-archive
1322- mondo-extras-1.5 created; excludes mondo-zfile but includes hlib.tar.bz2
1323- boot floppy image now includes kernel w/lots of SCSI stuff
1324- slice* deleted (WipeArchives); was 'slices*' (bug!)
1325- restore scripts all use 'lastbit-me' to find the 'X' part of '/dev/X' device;
1326 this will make it easier to port Mondo to kernel 2.4.x
1327- I cannot make SCSI-based CDROMs boot from Mondo CDs properly... but SCSI
1328 hard drives and ZIP drives should be handled ok from now on
1329- with a little coaxing, Mondo will backup Windows-only PCs (as well as
1330 Lin/Win and Linux-only PCs)
1331
133205-25-2000
1333""""""""""
1334v0.962 released
1335- silly bug in mondo-checksum fixed
1336- stale tmp dirs are now definitely deleted (bug fixed)
1337- "Job is %d complete. hh:ss to go." --- much better 'progress' string
1338- 'buffer' is gone again :) thank goodness
1339- only 1st ISO is padded; the rest aren't.
1340- working on implementing an easy 'cdrecord' shortcut-call-thingy
1341- mondo-archive doesn't try to delete loopfs unless it exists
1342- mondo-restore's "hack-softlinks" - silly bug ($1/ missing) fixed
1343- boot floppy image now includes mkdir and rmdir
1344- user may specify temp directory using '--tempdir <path>'
1345- mondo-archive now includes a copy of 'buffer' for future use
1346- Mondo will now archive and restore Linux AND LinWin systems ok. W00H00! :-)
1347
134805-23-2000
1349""""""""""
1350v0.961 released
1351- mondo-checksum ignores files <2k in length
1352- default compression level is 4
1353- default verify level is 2
1354- files <3k in size aren't compressed
1355- filelist no longer includes bashbug, dosfsck or dir
1356- bs-me is disabled in mondo-restore
1357- fixed bug in 'hack-fstab' which stopped processing fstab if blank line found
1358
135905-22-2000
1360""""""""""
1361v0.960 released
1362- mondo-vfat-1.0 package released, to provide kludging for VFAT bootables
1363- logfile now saved at /var/log/mondo-archive.log (not `pwd`/mondo-archive.log)
1364- pid registered/checked _after_ command line processed... so you can do --help
1365 without being shouted at ;)
1366- restore-me broken into 2 scripts: untar-me and biggify-me
1367- restore-subroutine-me now renamed untar-subroutine-me
1368- bzip2 decompression should work again ;) ... a missing '-Z' was added to
1369 the afio call, and the usr/lib/libbz* libraries are now included on CD ISOs
1370- fixed hack-lilo to ignore blank lines
1371- really ugly boot kludge has been implemented, using embleer files
1372 to make newly-formatted VFAT partitions bootable
1373
1374[snip]
1375...see CHANGES.pre-v0.96 for the rest (if you can find it)
1376
1377
1378
1379
1380
1381
1382
1383
Note: See TracBrowser for help on using the repository browser.