Changeset 1622 in MondoRescue


Ignore:
Timestamp:
Sep 7, 2007, 12:10:14 PM (17 years ago)
Author:
Bruno Cornec
Message:

percent char removed from ChangeLogs (rpmlint error)

Location:
branches/2.2.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/ChangeLog

    r1532 r1622  
    129129- new build process (Bruno Cornec)
    130130- Fix a bug when a disk less than 2.8 MB can be built, to include enough modules to support SCSI cds (Bruno Cornec)
    131 - Fix a bug in .spec for RPM build (%attr now unused) (Bruno Cornec)
     131- Fix a bug in .spec for RPM build (attr now unused) (Bruno Cornec)
    132132- Add support for LABEL on swap partitions (Michel Loiseleur + Julien Pinon)
    133133- Attempt to fix bug 6827 (addition of a script for busybox udhcpc to support pxe/dhcp restore) (Bruno Cornec)
     
    266266- added /dev/ataraid/* to boot disk via ataraid.tgz (Luc S.)
    267267- better ISO support
    268 - tweaked mindi to use 10-15% fewer floppies
     268- tweaked mindi to use 10-15 percent fewer floppies
    269269- added RUN_AFTER_INITIAL_BOOT_PHASE var at start of Mindi, which user may use to force Mindi to run command before bootstrapping to aux data disks or CD - e.g. 'echo engage > /proc/scsi/something'
    270270- allow for Debian & other Stiefkinder that use 'none', not 'swap' as the mountpoint of the swap partition
     
    455455- moved /dev/{cciss,ida,rd} from rootfs.tgz to aux-tools.tgz
    456456- cleaned up the refs to analyze-my-lvm a bit (Hugo)
    457 - sped up disk-creation by 20-30%
     457- sped up disk-creation by 20-30 percent
    458458- make sure mondo-restore.cfg is on data disk as well as boot disk
    459459- added support for -C (cdstream) mode
     
    679679- make sure lvm-mod, raid0, raid1 and raid5 modules are backed up
    680680- added 'you need a ramdisk' to FAQ
    681 - changed the slice size from 20KB to 64KB; speeds up Mindi by 25% and doesn't have any negative side-effects (...that I can see)
     681- changed the slice size from 20KB to 64KB; speeds up Mindi by 25 percent and doesn't have any negative side-effects (...that I can see)
    682682- when searching for your current kernel version, do not examine a file if it does not exist (it sounds obvious, I know...)
    683683- when asking user to send me a copy of their log file, point out that it may contain info which they do not want me to see but that they are SOL unless I can actually see their log file
     
    830830- changed 'mkfs' lines, to format the loop-mounted files instead of the device nodes which makes Mindi work better with kernels 2.4.6+
    831831- Mindi can now handle kernels of up to 930K in size
    832 - sped up the process of spreading data files across data disks by approx 20%
     832- sped up the process of spreading data files across data disks by approx 20 percent
    833833
    834834v0.32 (2001-07-18)
  • branches/2.2.5/mondo/ChangeLog

    r1528 r1622  
    1311312.0.8-1 (2006-05-25)
    132132- new build process (Bruno Cornec)
    133 - Fix a bug in .spec for RPM build (%attr now unused) (Bruno Cornec)
     133- Fix a bug in .spec for RPM build (attr now unused) (Bruno Cornec)
    134134- Support of dm and LVM v2 (Andree Leidenfrost)
    135135- New mr_strtok functionn added and used for dm support (Andree Leidenfrost)
     
    354354- log newt, slang, ncurses info
    355355- updated man page
    356 - handle %% chars in issue.net properly (Heiko Schlittermann)
     356- handle double-percent chars in issue.net properly (Heiko Schlittermann)
    357357- fixed serious NFS restore bug
    358358- changed various strcpy() calls to strncpy() calls
     
    415415- added do-not-compress-these (text file) to RPM
    416416- do not compress files of types listed in do-not-compress-these
    417 - dropped -U from call to afio - saves 20-30% runtime (Cosgrove)
     417- dropped -U from call to afio - saves 20-30 percent runtime (Cosgrove)
    418418- added Cosgrove's do-not-compress-these list
    419419- included various patches from KP
     
    502502- reformatted, redistributed source code (Stan Benoit)
    503503- replaced isolinux dependency with syslinux dependency
    504 - now shows the CDR(W)'s progress properly - 20%, 30%, etc.
     504- now shows the CDR(W)'s progress properly - 20 percent, 30 percent, etc.
    505505- changed lockfiles from static to random filenames
    506506
     
    691691- updated FAQ
    692692- experimental GRUB support
    693 - when calculating checksums, tell user %done and time remaining
     693- when calculating checksums, tell user percent done and time remaining
    694694- checksum catalog entry = filesize+mtime+ctime; don't call md5sum or cksum
    695695- compile mondo-filelistchop and mondo-checksum with -O2 optimization
     
    707707- cosmetic fixes to mondo-prep.c and mondo-newt.c
    708708- put quotes around chmod's parameter
    709 - subtract 5% from reported maximum storage capacity of drives, when checking that the parttions will fit; some drives lie about their max cap
     709- subtract 5 percent from reported maximum storage capacity of drives, when checking that the parttions will fit; some drives lie about their max cap
    710710- stablilo-me no longer tries to mark partitions as bootable
    711711- better exclusion of /var/log/pacct
     
    740740- exclude each device's lost+found directory
    741741- mountlist editor now permits advanced editing of RAID devices
    742 - fixed a silly bug that was causing freeze-up on <1% of systems; if biggielist was empty then sometimes mondo-archive would freeze when backing up big files (cos there weren't any *g*)
     742- fixed a silly bug that was causing freeze-up on <1 percent of systems; if biggielist was empty then sometimes mondo-archive would freeze when backing up big files (cos there weren't any *g*)
    743743- partition and set type in 2-stage process (was 1-stage)
    744744- cleaned up Compare Mode's logging a bit, to make it more legible
     
    799799- abort if user uses '--use-lzo' but doesn't install LZO(P) first
    800800- changed --differential's \( and \) to ( and ) <-- thanks, Michael Moellney)
    801 - added Marcus Oberhumer's LZO to Mindi and Mondo; use '--use-lzo' switch to activate this groovy new compression algorithm; it is not as efficient as bzip2 but it is can take up to 50% less time than bzip2 to compress data
     801- added Marcus Oberhumer's LZO to Mindi and Mondo; use '--use-lzo' switch to activate this groovy new compression algorithm; it is not as efficient as bzip2 but it is can take up to 50 percent less time than bzip2 to compress data
    802802- incorporated Bruno Cornec's "--cd-recovery" patch
    803803- at restore-time, set biggiefiles to +x
     
    856856- automatically exclude any file including '/vmmhiber.w9x' in its pathname
    857857- added Minix support (although I doubt anyone needs it)
    858 - ported mondo-tarme to C - prettier interface at run-time (backup), giving better feedback - obviates a mysterious, intermittent bug in bash itself - shows '% done' when burning CD
     858- ported mondo-tarme to C - prettier interface at run-time (backup), giving better feedback - obviates a mysterious, intermittent bug in bash itself - shows ' percent done' when burning CD
    859859- afio now has a 12MB FIFO buffer (was 16MB)
    860860- cdrecord now has a 20MB FIFO buffer (was 24MB)
     
    10931093- silly bug in mondo-checksum fixed
    10941094- stale tmp dirs are now definitely deleted (bug fixed)
    1095 - "Job is %d complete. hh:ss to go." --- much better 'progress' string
     1095- "Job is  percent d complete. hh:ss to go." --- much better 'progress' string
    10961096- 'buffer' is gone again :) thank goodness
    10971097- only 1st ISO is padded; the rest aren't.
Note: See TracChangeset for help on using the changeset viewer.