File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,30 @@ DragonOS V0.1.3版本由以下小伙伴贡献代码:
132132## 当前版本的所有提交记录
133133
134134``` text
135+ commit a8b621c8d1fe77251b8e4eafe258dc0ee7366dd5
136+ Author: login <longjin@ringotek.cn>
137+ Date: Sun Jan 8 15:47:44 2023 +0800
138+
139+ 修正由于libc中具有crti.S和crtn.S,造成的与x86_64-elf-gcc不兼容的问题 (#144)
140+
141+ commit 9358ff0f6f7daa18d6fab4497de025736b3d6725
142+ Author: login <longjin@ringotek.cn>
143+ Date: Sun Jan 8 15:06:52 2023 +0800
144+
145+ Add v0.1.3 changelog (#143)
146+
147+ * new: 0.1.3发行日志
148+
149+ * 新增输出指定时间范围内的贡献者名单的脚本
150+
151+ * 更新bootloader文档
152+
153+ * update: 简介文档
154+
155+ * new: 镜像站文档
156+
157+ * update: 功能特性文档
158+
135159commit fd91905f022b3ceaa59e666d1ff42d91fb8d40ef
136160Author: login <longjin@ringotek.cn>
137161Date: Sun Jan 8 11:38:59 2023 +0800
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ void print_copyright()
1919 printf (" DragonOS - An opensource operating system.\n" );
2020 printf (" Copyright: fslongjin & DragonOS Community. 2022, All rights reserved.\n" );
2121 printf (" Version: " );
22- put_string ("V0.1.2 \n" , COLOR_GREEN , COLOR_BLACK );
22+ put_string ("V0.1.3 \n" , COLOR_GREEN , COLOR_BLACK );
2323 printf (" Git commit SHA1: %s\n" , DRAGONOS_GIT_COMMIT_SHA1 );
2424 printf (" Build time: %s %s\n" , __DATE__ , __TIME__ );
2525 printf (" \nYou can visit the project via:\n" );
You can’t perform that action at this time.
0 commit comments