Changeset 900 in ProjectBuilder


Ignore:
Timestamp:
Nov 20, 2009, 2:00:31 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3619@localhost: bruno | 2009-11-15 15:20:21 +0100

  • Fix an issue where an space osperldep was given
  • Beta of 2.2.9.1 for MondoRescue
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r899 r900  
    23842384    my $perldep = pb_distro_get_param($ddir,$dver,$darch,$osperldep,$dfam,$dtype);
    23852385    foreach my $m (split(/,/,$perldep)) {
     2386        # Skip empty deps
     2387        next if ($m =~ /^\s*$/);
    23862388        my $dir = $m;
    23872389        $dir =~ s/-.*//;
  • projects/mondorescue/pbconf/branches/2.2.9/mindi/pbcl

    r857 r900  
    22
    33MINDI CHANGES
     4
     52.0.7.1 (2009-11-15)
     6- Improve analysis of kernel modules by printing whether it's a live or extra module which has not been found as reported in #362 (Matthew Cline)
     7- Update deplist for Debian support for bzip2, bunzip2 (Bruno Cornec/John Rentner)
     8- some distro hold lvm commands under /usr/sbin (Bruno Cornec)
     9- Adds a nolvm boot option at restore time (Bruno Cornec)
     10- Adds support for diskdumplib driver useful for RHEL 3 and IBM xseries 336 (Bruno Cornec)
     11- Adds support for variable serial port console, with defalut to /dev/ttyS0, and a boot param to change it with serial=/dev/ttySx (Bruno Cornec)
     12- umount freshly created VFAT partition on USB key as Ubuntu has an automounter mounting it as soon as created (Steffen Neumann)
    413
    5142.0.7 (2009-10-09)
  • projects/mondorescue/pbconf/branches/2.2.9/mondo-doc/pbcl

    r857 r900  
    22
    33MONDO-DOC CHANGES
     4
     52.2.9.1 (2009-11-15)
     6- Version update
    47
    582.2.9 (2009-10-09)
  • projects/mondorescue/pbconf/branches/2.2.9/mondo/deb/control

    r797 r900  
    1111Section: PBGRP
    1212Priority: optional
    13 Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 2.0.2), afio, buffer, gawk, cdrecord
     13Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 2.0.7), afio, buffer, gawk, cdrecord
    1414Recommends: dvd+rw-tools, lzop
    1515Suggests: mondo-doc
  • projects/mondorescue/pbconf/branches/2.2.9/mondo/pbcl

    r857 r900  
    22
    33MONDO CHANGES
     4
     52.2.9.1 (2009-11-15)
     6- /dev/shm is now part of the default exclude list (Bruno Cornec)
     7- Default to DVD size when in iso or netfs mode (Bruno Cornec)
     8- Fix #363 where exclude_paths was extended up to memory limit dumping core (Bruno Cornec)
     9- 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)
     10- If using nolvm, mondorestore should also not analyze and handle i-want-my-lvm (Bruno Cornec)
     11- Reset an error counter before blanking a DVD to avoid always returning an error (Vincent Raman)
    412
    5132.2.9 (2009-10-09)
Note: See TracChangeset for help on using the changeset viewer.