source: MondoRescue/branches/2.05/mondo/ChangeLog@ 157

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

Prepare changelogs for 2.06/1.06 release

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