From: Eric Biggers Date: Wed, 27 Jan 2016 01:45:33 +0000 (-0600) Subject: wimlib.h: add "since" note for WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED X-Git-Tag: v1.9.0~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=a69a213a7f2727ea9db6442c54e9d4395845460f;ds=sidebyside wimlib.h: add "since" note for WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED --- diff --git a/include/wimlib.h b/include/wimlib.h index 500132e9..4743f0fa 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1758,11 +1758,12 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_ADD_FLAG_SNAPSHOT 0x00008000 /** - * Permit the library to discard file paths after the initial scan. If the - * application won't use WIMLIB_WRITE_FLAG_SEND_DONE_WITH_FILE_MESSAGES while - * writing the WIM archive, this flag can be used to allow the library to enable - * optimizations such as opening files by inode number rather than by path. - * Currently this only makes a difference on Windows. + * Since wimlib v1.9.0: permit the library to discard file paths after the + * initial scan. If the application won't use + * WIMLIB_WRITE_FLAG_SEND_DONE_WITH_FILE_MESSAGES while writing the WIM archive, + * this flag can be used to allow the library to enable optimizations such as + * opening files by inode number rather than by path. Currently this only makes + * a difference on Windows. */ #define WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED 0x00010000