From a69a213a7f2727ea9db6442c54e9d4395845460f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 26 Jan 2016 19:45:33 -0600 Subject: [PATCH 1/1] wimlib.h: add "since" note for WIMLIB_ADD_FLAG_FILE_PATHS_UNNEEDED --- include/wimlib.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.43.0