Skip to content

Commit 1faa66f

Browse files
author
Bo Chen
committed
Release 6.2.1 on 08 Mar 2023. Expand to see details.
76ef11179 Prepare for 6.2.1 patch release. 6cc77e72e Updated owners.txt 182e2643f Updated the ThreadX external reference 013bbab27 Bump Studio version so we can release vlist/hlist resize bug fix. 8b87a050f Fix vertical/horizontal list resize bug.
1 parent 5712bab commit 1faa66f

File tree

51 files changed

+63
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+63
-60
lines changed

common/inc/gx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* APPLICATION INTERFACE DEFINITION RELEASE */
2525
/* */
2626
/* gx_api.h PORTABLE C */
27-
/* 6.2.0 */
27+
/* 6.2.1 */
2828
/* AUTHOR */
2929
/* */
3030
/* Kenneth Maxwell, Microsoft Corporation */
@@ -101,6 +101,9 @@
101101
/* GX_SCROLLBAR_BACKGROUND_ */
102102
/* TILE, */
103103
/* resulting in version 6.2.0 */
104+
/* 03-08-2023 Ting Zhu Modified comment(s), */
105+
/* updated patch version, */
106+
/* resulting in version 6.2.1 */
104107
/* */
105108
/**************************************************************************/
106109

@@ -124,7 +127,7 @@ extern "C" {
124127
#define AZURE_RTOS_GUIX
125128
#define GUIX_MAJOR_VERSION 6
126129
#define GUIX_MINOR_VERSION 2
127-
#define GUIX_PATCH_VERSION 0
130+
#define GUIX_PATCH_VERSION 1
128131

129132
/* The following symbols are defined for backward compatibility reasons.*/
130133
#define __PRODUCT_GUIX__

common/inc/gx_scroll_wheel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* COMPONENT DEFINITION RELEASE */
2727
/* */
2828
/* gx_scroll_wheel.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.2.1 */
3030
/* AUTHOR */
3131
/* */
3232
/* Kenneth Maxwell, Microsoft Corporation */
@@ -54,9 +54,9 @@
5454
/* changed prototype for */
5555
/* generic_scroll_wheel_scroll,*/
5656
/* resulting in version 6.2.0 */
57-
/* xx-xx-xxxx Ting Zhu Modified comment(s), */
57+
/* 03-08-2023 Ting Zhu Modified comment(s), */
5858
/* changed return type, */
59-
/* resulting in version 6.x */
59+
/* resulting in version 6.2.1 */
6060
/* */
6161
/**************************************************************************/
6262

common/src/gx_generic_scroll_wheel_scroll.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* FUNCTION RELEASE */
3737
/* */
3838
/* _gx_generic_scroll_wheel_scroll PORTABLE C */
39-
/* 6.x */
39+
/* 6.2.1 */
4040
/* AUTHOR */
4141
/* */
4242
/* Ting Zhu, Microsoft Corporation */
@@ -80,9 +80,9 @@
8080
/* 10-31-2022 Kenneth Maxwell Modified comment(s), */
8181
/* changed return type, */
8282
/* resulting in version 6.2.0 */
83-
/* xx-xx-xxxx Ting Zhu Modified comment(s), */
83+
/* 03-08-2023 Ting Zhu Modified comment(s), */
8484
/* changed return type, */
85-
/* resulting in version 6.x */
85+
/* resulting in version 6.2.1 */
8686
/* */
8787
/**************************************************************************/
8888
UINT _gx_generic_scroll_wheel_scroll(GX_GENERIC_SCROLL_WHEEL *wheel, GX_VALUE shift)

common/src/gx_system_event_dispatch.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/* FUNCTION RELEASE */
3434
/* */
3535
/* _gx_system_event_dispatch PORTABLE C */
36-
/* 6.x */
36+
/* 6.2.1 */
3737
/* AUTHOR */
3838
/* */
3939
/* Kenneth Maxwell, Microsoft Corporation */
@@ -73,9 +73,9 @@
7373
/* 04-25-2022 Ting Zhu Modified comment(s), */
7474
/* improved logic, */
7575
/* resulting in version 6.1.11 */
76-
/* xx-xx-xxxx Ting Zhu Modified comment(s), fixed */
76+
/* 03-08-2023 Ting Zhu Modified comment(s), fixed */
7777
/* a gcc warning, */
78-
/* resulting in version 6.x */
78+
/* resulting in version 6.2.1 */
7979
/* */
8080
/**************************************************************************/
8181
UINT _gx_system_event_dispatch(GX_EVENT *in_event)

common/src/gx_system_input_release.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* FUNCTION RELEASE */
3535
/* */
3636
/* _gx_system_input_release PORTABLE C */
37-
/* 6.x */
37+
/* 6.2.1 */
3838
/* AUTHOR */
3939
/* */
4040
/* Kenneth Maxwell, Microsoft Corporation */
@@ -74,9 +74,9 @@
7474
/* released stack entries are */
7575
/* reset to NULL, */
7676
/* resulting in version 6.1.12 */
77-
/* xx-xx-xxxx Ting Zhu Modified comment(s), */
77+
/* 03-08-2023 Ting Zhu Modified comment(s), */
7878
/* improved logic, */
79-
/* resulting in version 6.x */
79+
/* resulting in version 6.2.1 */
8080
/* */
8181
/**************************************************************************/
8282

ports/arc_em/metaware/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
139139

140140
#ifdef GX_SYSTEM_INIT
141141
CHAR _gx_version_id[] =
142-
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.1.12 *";
142+
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.2.1 *";
143143
#else
144144
extern CHAR _gx_version_id[];
145145
#endif

ports/arc_hs/metaware/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
139139

140140
#ifdef GX_SYSTEM_INIT
141141
CHAR _gx_version_id[] =
142-
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.1.12 *";
142+
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.2.1 *";
143143
#else
144144
extern CHAR _gx_version_id[];
145145
#endif

ports/arm9/ac5/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
139139

140140
#ifdef GX_SYSTEM_INIT
141141
CHAR _gx_version_id[] =
142-
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.1.12 *";
142+
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.2.1 *";
143143
#else
144144
extern CHAR _gx_version_id[];
145145
#endif

ports/arm9/gnu/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
139139

140140
#ifdef GX_SYSTEM_INIT
141141
CHAR _gx_version_id[] =
142-
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.1.12 *";
142+
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.2.1 *";
143143
#else
144144
extern CHAR _gx_version_id[];
145145
#endif

ports/arm9/iar/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ typedef SHORT GX_VALUE;
139139

140140
#ifdef GX_SYSTEM_INIT
141141
CHAR _gx_version_id[] =
142-
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.1.12 *";
142+
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.2.1 *";
143143
#else
144144
extern CHAR _gx_version_id[];
145145
#endif

0 commit comments

Comments
 (0)