mirror of
https://github.com/azure-rtos/filex.git
synced 2025-01-25 01:32:54 +08:00
Update on 23 Oct 2023. Expand to see details.
035a8950 Update headers and readme for 6.3.0 release. 6826769d Enable weekly pipeline build to avoid CodeQL expiration 541bf663 Enable codeql in onebranch pipeline
This commit is contained in:
parent
a07232fec6
commit
10a20f4efc
@ -26,7 +26,7 @@
|
||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||
/* */
|
||||
/* fx_api.h PORTABLE C */
|
||||
/* 6.2.1 */
|
||||
/* 6.3.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@ -83,6 +83,9 @@
|
||||
/* 03-08-2023 Xiuwen Cai Modified comment(s), and */
|
||||
/* updated product constants, */
|
||||
/* resulting in version 6.2.1 */
|
||||
/* 10-31-2023 Xiuwen Cai Modified comment(s), and */
|
||||
/* updated product constants, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -131,8 +134,8 @@ extern "C" {
|
||||
|
||||
#define AZURE_RTOS_FILEX
|
||||
#define FILEX_MAJOR_VERSION 6
|
||||
#define FILEX_MINOR_VERSION 2
|
||||
#define FILEX_PATCH_VERSION 1
|
||||
#define FILEX_MINOR_VERSION 3
|
||||
#define FILEX_PATCH_VERSION 0
|
||||
|
||||
/* Define the following symbols for backward compatibility */
|
||||
#define EL_PRODUCT_FILEX
|
||||
|
@ -26,7 +26,7 @@
|
||||
/* PORT SPECIFIC C INFORMATION RELEASE */
|
||||
/* */
|
||||
/* fx_port.h Generic */
|
||||
/* 6.x */
|
||||
/* 6.3.0 */
|
||||
/* */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
@ -48,9 +48,9 @@
|
||||
/* 03-02-2021 William E. Lamie Modified comment(s), and */
|
||||
/* added standalone support, */
|
||||
/* resulting in version 6.1.5 */
|
||||
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
|
||||
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
|
||||
/* added basic types guards, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -218,7 +218,7 @@ typedef unsigned long long ULONG64;
|
||||
|
||||
#ifdef FX_SYSTEM_INIT
|
||||
CHAR _fx_version_id[] =
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Generic Version 6.2.1 *";
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Generic Version 6.3.0 *";
|
||||
#else
|
||||
extern CHAR _fx_version_id[];
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
/* PORT SPECIFIC C INFORMATION RELEASE */
|
||||
/* */
|
||||
/* fx_port.h Linux/GCC */
|
||||
/* 6.x */
|
||||
/* 6.3.0 */
|
||||
/* */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
@ -50,9 +50,9 @@
|
||||
/* resulting in version 6.1.5 */
|
||||
/* 08-02-2021 William E. Lamie Modified comment(s), */
|
||||
/* resulting in version 6.1.8 */
|
||||
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
|
||||
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
|
||||
/* added basic types guards, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -345,7 +345,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr,
|
||||
|
||||
#ifdef FX_SYSTEM_INIT
|
||||
CHAR _fx_version_id[] =
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.2.1 *";
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.3.0 *";
|
||||
#else
|
||||
extern CHAR _fx_version_id[];
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
/* PORT SPECIFIC C INFORMATION RELEASE */
|
||||
/* */
|
||||
/* fx_port.h Win32/Visual */
|
||||
/* 6.x */
|
||||
/* 6.3.0 */
|
||||
/* */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
@ -50,9 +50,9 @@
|
||||
/* resulting in version 6.1.5 */
|
||||
/* 08-02-2021 William E. Lamie Modified comment(s), */
|
||||
/* resulting in version 6.1.8 */
|
||||
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
|
||||
/* 10-31-2023 Xiuwen Cai Modified comment(s), */
|
||||
/* added basic types guards, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
|
||||
@ -210,7 +210,7 @@ typedef unsigned long long ULONG64;
|
||||
|
||||
#ifdef FX_SYSTEM_INIT
|
||||
CHAR _fx_version_id[] =
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Win32/Version 6.2.1 *";
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * FileX Win32/Version 6.3.0 *";
|
||||
#else
|
||||
extern CHAR _fx_version_id[];
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user