diff --git a/xorriso/emulators.c b/xorriso/emulators.c index 6a94ec44..a434e1e1 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -651,10 +651,10 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom, /* mkisofs 2.01 options which are not scheduled for implementation, yet */ static char ignored_arg0_options[][41]= { "-allow-leading-dots", "-ldots", "-allow-multidot", - "-cache-inodes", "-no-cache-inodes", "-check-oldnames", - "-disable-deep-relocation", - "-L", "-nobak", - "-no-bak", "-force-rr", "-relaxed-filenames", "-T", + "-cache-inodes", "-check-oldnames", + "-L", "-no-bak", "-no-cache-inodes", + "-no-split-symlink-components", "-no-split-symlink-fields", "-nobak", + "-force-rr", "-relaxed-filenames", "-T", "-no-iso-translate", "" }; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 5c01f59c..cc40c88d 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.03.12.180937" +#define Xorriso_timestamP "2012.03.13.102621"