# # ChangeLog for branches/3.2/mondo/src in MondoRescue # # Generated by Trac 1.6 # Sep 4, 2025, 12:35:13 AM Sun, 29 Sep 2013 07:31:34 GMT Bruno Cornec [3193] * branches/3.1/mondo/src/include/mr_str.h (modified) * branches/3.1/mondo/src/include/my-stuff.h (modified) * branches/3.1/mondo/src/lib/mr_str.c (modified) * branches/3.1/mondo/src/mondoarchive/mondoarchive.c (modified) * branches/3.1/mondo/src/mondorestore/mondo-prep.c (modified) * branches/3.1/mondo/src/mondorestore/mondo-rstr-compare.c (modified) * branches/3.1/mondo/src/mondorestore/mondo-rstr-newt.c (modified) * branches/3.1/mondo/src/mondorestore/mondo-rstr-tools.c (modified) * branches/3.1/mondo/src/mondorestore/mondoprep.h (modified) * branches/3.1/mondo/src/mondorestore/mondorestore.c (modified) * branches/3.2/mondo/src/include/mr_str.h (modified) * branches/3.2/mondo/src/include/my-stuff.h (modified) * branches/3.2/mondo/src/lib/mr_str.c (modified) * branches/3.2/mondo/src/mondoarchive/mondoarchive.c (modified) * branches/3.2/mondo/src/mondoarchive/mondoarchive.h (modified) * branches/3.2/mondo/src/mondorestore/mondo-rstr-compare.c (modified) * branches/3.2/mondo/src/mondorestore/mondo-rstr-newt.c (modified) * branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c (modified) * branches/3.2/mondo/src/mondorestore/mondorestore.c (modified) * branches/3.2/mondo/src/mondorestore/mr-externs.h (modified) - Finish with backports from 3.1 for now. Still some work to do, but ... Wed, 25 Sep 2013 06:55:45 GMT Bruno Cornec [3191] * branches/3.2/mindi/mindi (modified) * branches/3.2/mondo/src/common/libmondo-archive.c (modified) * branches/3.2/mondo/src/common/libmondo-cli.c (modified) * branches/3.2/mondo/src/common/libmondo-devices-EXT.h (modified) * branches/3.2/mondo/src/common/libmondo-devices.c (modified) * branches/3.2/mondo/src/common/libmondo-fifo.c (modified) * branches/3.2/mondo/src/common/libmondo-filelist.c (modified) * branches/3.2/mondo/src/common/libmondo-files-EXT.h (modified) * branches/3.2/mondo/src/common/libmondo-files.c (modified) * branches/3.2/mondo/src/common/libmondo-files.h (modified) * branches/3.2/mondo/src/common/libmondo-fork.c (modified) * branches/3.2/mondo/src/common/libmondo-gui-EXT.h (modified) * branches/3.2/mondo/src/common/libmondo-gui.c (modified) * branches/3.2/mondo/src/common/libmondo-gui.h (modified) * branches/3.2/mondo/src/common/libmondo-mountlist.c (modified) * branches/3.2/mondo/src/common/libmondo-raid.c (modified) * branches/3.2/mondo/src/common/libmondo-stream.c (modified) * branches/3.2/mondo/src/common/libmondo-string.c (modified) * branches/3.2/mondo/src/common/libmondo-tools.c (modified) * branches/3.2/mondo/src/common/libmondo-verify.c (modified) * branches/3.2/mondo/src/common/mondostructures.h (modified) * branches/3.2/mondo/src/common/newt-specific.c (modified) * branches/3.2/mondo/src/include/my-stuff.h (modified) * branches/3.2/mondo/src/lib/mr_err.c (modified) - Lots of memory management backports from 3.1 to 3.2 - still not ... Tue, 24 Sep 2013 21:36:32 GMT Bruno Cornec [3186] * branches/3.2 (copied) - Branch version 3.2 from 3.0 to integrate memory allocation patches ... Fri, 20 Sep 2013 12:29:57 GMT Bruno Cornec [3185] * branches/3.0/mondo/src/common/libmondo-archive.c (modified) * branches/3.0/mondo/src/common/libmondo-cli.c (modified) * branches/3.0/mondo/src/common/libmondo-devices.c (modified) * branches/3.0/mondo/src/common/libmondo-fifo.c (modified) * branches/3.0/mondo/src/common/libmondo-filelist.c (modified) * branches/3.0/mondo/src/common/libmondo-fork.c (modified) * branches/3.0/mondo/src/common/libmondo-mountlist.c (modified) * branches/3.0/mondo/src/common/libmondo-raid.c (modified) * branches/3.0/mondo/src/common/libmondo-stream.c (modified) * branches/3.0/mondo/src/common/libmondo-string.c (modified) * branches/3.0/mondo/src/common/libmondo-tools.c (modified) * branches/3.0/mondo/src/common/libmondo-verify.c (modified) * branches/3.0/mondo/src/common/newt-specific.c (modified) * branches/3.0/mondo/src/include/mr_mem.h (modified) * branches/3.0/mondo/src/lib/mr_conf.c (modified) * branches/3.0/mondo/src/lib/mr_mem.c (modified) * branches/3.0/mondo/src/mondoarchive/mondoarchive.c (modified) * branches/3.0/mondo/src/mondorestore/mondo-prep.c (modified) * branches/3.0/mondo/src/mondorestore/mondo-rstr-compare.c (modified) * branches/3.0/mondo/src/mondorestore/mondo-rstr-newt.c (modified) * branches/3.0/mondo/src/mondorestore/mondo-rstr-tools.c (modified) * branches/3.0/mondo/src/mondorestore/mondorestore.c (modified) * branches/3.0/mondo/test/test-mountlist.c (modified) * branches/3.0/mondo/test/test-truncname.c (modified) Simplify the interface of mr_getline and mr_asprintf. With 3.1 ...