Changeset 797

Show
Ignore:
Timestamp:
07/04/09 05:32:47 (8 months ago)
Author:
bruno
Message:

- Prepare for delivery of mondorescue 2.2.9 final

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/mondorescue/pbconf/branches/2.2.8/mondo/deb/control

    r472 r797  
    33Priority: optional 
    44Maintainer: PBPACKAGER 
    5 # pb depends: docbook, docbook-dsssl, sgml2x, docbook-utils, autoconf, automake, libtool, imagemagick 
     5# pb depends: docbook, docbook-dsssl, sgml2x, docbook-utils, autoconf, imagemagick, libtool, automake 
    66Build-Depends: debhelper (>= 4.2.20), libnewt-dev, libncurses5-dev, g++, fakeroot 
    77Standards-Version: 3.6.1 
  • projects/mondorescue/pbconf/branches/2.2.9/mindi/pbcl

    r777 r797  
    33MINDI CHANGES 
    44 
    5 2.0.7 (2009-05-08) 
     52.0.7 (2009-07-03) 
     6- Remove inactive vg from lvmscan output in analyze-my-lvm (Bruno Cornec) 
     7- Do not exit abruptly in any case in analyze-my-lvm when detecting an analysis issue, but return instead (Bruno Cornec) 
     8- MINDI_CACHE is only purged if a real work is asked to mindi (Bruno Cornec) 
     9- Adds ssh features (client and server) in the DR set (Bruno Cornec) 
     10- Tries to create tmpfs starting at 128 MB to allow for larger content (Adolf Hartsenberg/Bruno Cornec) 
     11- Adds the timeout parameter to udevadm to avoid default timeout of 180 s (Bruno Cornec) 
    612- Fix a bug on Debian 5 where proc appears in fstab (Bud Rogers/Bruno Cornec) 
    713- Security Fix for a remaining /tmp hard coded reference for 1 log file only used on ia64 (parted2fdisk.pl) (Gentoo/Bruno Cornec) 
  • projects/mondorescue/pbconf/branches/2.2.9/mondo-doc/pbcl

    r777 r797  
    33MONDO-DOC CHANGES 
    44 
    5 2.2.9 (2009-02-11
    6 - None 
     52.2.9 (2009-07-03
     6- Update man pages for NFS user support 
    77 
    882.2.8 (2009-02-04) 
  • projects/mondorescue/pbconf/branches/2.2.9/mondo/deb/control

    r472 r797  
    33Priority: optional 
    44Maintainer: PBPACKAGER 
    5 # pb depends: docbook, docbook-dsssl, sgml2x, docbook-utils, autoconf, automake, libtool, imagemagick 
     5# pb depends: docbook, docbook-dsssl, sgml2x, docbook-utils, autoconf, imagemagick, libtool, automake 
    66Build-Depends: debhelper (>= 4.2.20), libnewt-dev, libncurses5-dev, g++, fakeroot 
    77Standards-Version: 3.6.1 
  • projects/mondorescue/pbconf/branches/2.2.9/mondo/pbcl

    r777 r797  
    33MONDO CHANGES 
    44 
    5 2.2.9 (2009-02-11) 
     52.2.9 (2009-07-03) 
     6- Removes some memory leaks with valgrind usage (Bruno Cornec) 
     7- Improve dynamic memory allocation with mr_asprintf (Bruno Cornec) 
     8- Remove all the most obvious bad call to strcat and replace by mr_strcat as appropriate (Bruno Cornec) 
     9- Remove the iamhere function (Bruno Cornec) 
     10- Remove mr_string.c|.h useless and in duplication with mr_str.c|.h (Bruno Cornec) 
     11- Use new libmr.a in build process (Bruno Cornec)  
     12- Fix a bug (seg fault) when a too large mountlist was used (Bruno Cornec) 
     13- Adds test program for mountlist and truncate_to_drive_name (Bruno Cornec) 
     14- Add support of user for NFS write and fixes #316 (Bruno Cornec) 
     15- mount the NFS dir in mondoarchive, if not already mounted, but present in fstab and fixes #304 (Bruno Cornec) 
     16- Usage of partprobe at restore time if possible (Bruno Cornec) 
     17- Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326. (Bruno Cornec) 
     18- Protection of chains (file names) passed to system with mr_stresc which may contain strange chars (Bruno Cornec) 
     19- Improve autoconf cuild process (Bruno Cornec) 
    620- Some SuSE have ramdisk as modules, so modprobe brd first before testing for ramdisk presence (Stephan Lauffer) 
    721- Security fix for a remaining /tmp hard coded reference which shouln't have a small potential impact for mondo-prep.c as the file was removed before being recreated and usage is very short (Gentoo/Bruno Cornec)