Ignore:
Timestamp:
Feb 28, 2017, 10:59:23 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Update pbcl for 3.3.0 version
File:
1 edited

Legend:

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

    r2159 r2184  
    33MONDO CHANGES
    44
    5 3.3.0 (2016-12-23)
     53.3.1 (2017-06-15)
    66- TBD
     7
     83.3.0 (2017-02-28)
     9- Do not exit too early when dealing with an empty file, as the verify step isn't working if we do (David C. Partridge)
     10- Remove extra memory allocation at end of loop for run_program_and_log_output (Bruno Cornec)
     11- Add logging of internal_tape_block_size (David C. Partridge)
     12- Fix #644 by removing the last MAX_STR_LEN usage in the function running commands. Everything on the exclude line should now be handle dynamically (Bruno Cornec)
     13- Remove the mv of DCOP files and the likes - doesn't work and probably useless these days (Bruno Cornec)
     14- chmod 666 is sufficient after restoring /dev/null (Bruno Cornec)
     15- Fix some autoconf warnings (Bruno Cornec)
     16- Allow passing just -K option to mondoarchive without going non-interactive (Bruno Cornec)
     17- Remove an extra mr_free in libmondo-files.c which was creating a failed assertion (Bruno Cornec)
     18- Fix get_non_rewind_dev as strlen doesn't count the final \0 so we need an additional char allocated (Bruno Cornec)
     19- Fix mr_popup_and_get_string which was using a freed string by newtFormDestroy (Bruno Cornec)
     20- Fix call_program_and_get_last_line_of_output which was aborting due to an excessive loop call (Bruno Cornec)
     21- mr_strip_spaces now returns a dynamically allocated string (Bruno Cornec)
     22- Add function mr_getcwd and use it to allow use to dynamically allocated memory instead of getcwd (Bruno Cornec)
     23- Change interfaces for the call_program_and_get_last_line_of_output and where_is_root_mounted (now return dynamically allocated string) (Bruno Cornec)
     24- Removes useless function store_netfs_config (Bruno Cornec)
     25- Fix #806 by setting up env var for english before calling commands and avoid local msgs badly interpreted later on (F. Sommer)
     26- rmdir should be checked by configure (Bruno Cornec)
     27- Fix #804 by adding logging for /boot content (Bruno Cornec)
     28- Fix #800 by initializing boot_type early enough to be used in which_boot_loader (Bruno Cornec)
     29- Fix a bug (assert error) when mondoarchive tries to mount the NFS FS in case it wasn't done already (Bruno Cornec)
     30- Fix an message displaying wrong unit for CD size (KB insted of MB) (Bruno Cornec)
    731
    8323.2.2 (2016-04-28)
Note: See TracChangeset for help on using the changeset viewer.