Ignore:
Timestamp:
Feb 16, 2011, 12:46:04 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • parted in gentoo is now in sys-block instead of sys-apps
  • mondorescue delivery is also in test for this 2.2.9 version by default
  • Use the right name for fedora patch (with '.' not - as first separator)
  • Prepare MondoRescue new version delivery by filling pbcl files

svn merge -r 1084:1188 svn+ssh://svn.project-builder.org/mondo/svn/pb/projects/mondorescue/pbconf/branches/2.2.9 .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/2.2.10/mondo/pbcl

    r812 r1193  
    66- TBD
    77
    8 2.2.9 (2009-07-05)
     82.2.9.5 (2011-01-28)
     9- Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #371, #443 (Bruno Cornec)
     10- Exits if the protocol used is not recognized (error with -n fs:// typo) (Bruno Cornec)
     11- Fix a bug on exclusion of path with common content (/home and /path/home e.g.) which was handled correctly only in a certain order (John Pearson)
     12- mount-media function is now placed in libmondo-devices.c as used by more programs. (Bruno Cornec)
     13- Avoids calling mount_media when it's not mandatory (change the way mondorestore was working up to now but could solve some bugs reported) (Bruno Cornec)
     14- Fix #412 by using grub.unsupported correctly before grub-install as both exist on opensuse 11.2 (Bruno Cornec)
     15- Try to provide a workaround in code to the #401 (over-allocation of space due to rounding errors) (Bruno Cornec)
     16- Fix a bug when using ACLs and file with spaces in their names by adding double quotes in getfacl invocation (Tom Mortell)
     17- Attempt to fix problem of slowdown in filelist creation by re-introducing a limit to the find command (Bruno Cornec)
     18- Improves logging for external binary (Bruno Cornec)
     19
     202.2.9.4 (2010-06-09)
     21- Attempt to fix problem of slowdown in filelist creation by re-introducing a limit to the find command (Bruno Cornec)
     22- Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421) (Bruno Cornec)
     23- netfs_proto should be initialized in every case, not just in DR (should solve remaining NULL reports) (Bruno Cornec)
     24- Avoid to have multiple similar calls to mkisofs by using macros (Bruno Cornec)
     25- Mondoarchive should not try to create a cmp binary if it doesn't exist (Bruno Cornec)
     26
     272.2.9.3 (2010-04-12)
     28- Fixes for #414: remove comments from grub conf file if used and improve grub conf file generation (Bruno Cornec)
     29- Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition (Bruno Cornec)
     30- Put an explicit notice of MondoRescue's license: GPLv2 or later (as per Hugo's notice in sources) (Bruno Cornec)
     31- Fix an initialization bug for network protocol in interactive mode (was NULL and not NFS by default) (Bruno Cornec)
     32- Try to fix #397 by improving exclusion of binded /proc mount with "none" fs type exclusion (Bruno Cornec)
     33- Fix #392 by freeing the sz_devfile fifo for ntfs later as it was used in between, causing a problem to backup NTFS dev (Bruno Cornec)
     34
     352.2.9.2 (2010-02-05)
     36- Fix #388: SElinux (and ACLs + xattrs) are now supported fully (Bruno Cornec/Kevin Ritzenthaler)
     37- Improves device exclusion for LVM (support for symlinks, mapper at all levels: PV, VG, LV, and new boot option excludedevs) and fixes #381, #382, #384, #385 (Bruno Cornec)
     38- Fix #383 by using pvdisplay instead of relying on 8e as partition type (Bruno Cornec)
     39- Exclude rpc_pipefs type of filesystems from find (Bruno Cornec)
     40- Adds the --rescue flag to ntfsclone (Andree Leidenfrost)
     41- Replace some sprintf by mr_asprintf to add dynamic memory management (Bruno Cornec)
     42- Fix #377: Segfault in pause_and_ask_for_cdr() (ggeens)
     43- Fix a bug when isodir is / only when splitting it in iso_path and iso_mnt (Kennedy Doss/Bruno Cornec)
     44- Fix #375 mondo will segfault if the partition in sensibly_set_tmpdir_and_scratchdir() is read-only (cylau)
     45
     462.2.9.1 (2009-11-28)
     47- /dev/shm is now part of the default exclude list (Bruno Cornec)
     48- Default to DVD size when in iso or netfs mode (Bruno Cornec)
     49- Fix #363 where exclude_paths was extended up to memory limit dumping core (Bruno Cornec)
     50- Fix #367 - the for loop doesn't make any test now, as it was computed before entering the loop, leading to an error, and was also made inside the loop anyway (Bruno Cornec)
     51- If using nolvm boot param option, mondorestore should also not analyze and handle i-want-my-lvm (Bruno Cornec)
     52- Reset an error counter before blanking a DVD to avoid always returning an error (Vincent Raman)
     53
     542.2.9 (2009-10-09)
     55- Adds support for grub2 conf file grub.cfg in addition to menu.lst (Bruno Cornec)
     56- priority given to env var for tmpdir (Bruno Cornec)
     57- fuse FS excluded from tmpdir computation (Bruno Cornec)
     58- DSF now also supports partitions in addition to full disks (Bruno Cornec)
     59- Adds Fuse SSHFS support at restore time (Bruno Cornec)
     60- Excluded devices are now handled fully (with bkpinfo->exclude_devs), including in LVM (Bruno Cornec)
     61- Change NFS support into a generic NetFS support. keyword changed from nfs... to netfs... and proto added (Bruno Cornec)
     62- star only supports ACL when used with exustar mode. Fix #356 (Bruno Cornec)
     63- Modify getfattr call to have all extended attributes, including non user ones. Fix #357. (Kevin Ritzenthaler)
     64- Avoid asking the Prefix name in NFS mode twice (Bruno Cornec)
     65- Fix a case where the NFS dir in restore mode was mounted rw (linked to bug #291) (Bruno Cornec)
     66- Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293. (Bruno Cornec)
    967- Removes some memory leaks with valgrind usage (Bruno Cornec)
    1068- Improve dynamic memory allocation with mr_asprintf (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.