Skip to content

Commit 97a6089

Browse files
authored
Merge pull request #153 from jiaoshuntian/v4.6
update v4.6 release page
2 parents 1cc4bee + b5f7f3b commit 97a6089

File tree

2 files changed

+20
-20
lines changed
  • CN/modules/ROOT/pages/v4.6
  • EN/modules/ROOT/pages/v4.6

2 files changed

+20
-20
lines changed

CN/modules/ROOT/pages/v4.6/1.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ IvorySQL 4.6,基于PostgreSQL 17.6,并修复了多个问题。有关更新
2929

3030
- IvorySQL 4.6 新特性
3131

32-
1. 内核升级至 PG 17.6
32+
1. 内核升级至 PG 17.6 https://github.com/IvorySQL/IvorySQL/issues/859[#859]
3333

34-
2. 兼容MongoDB
34+
2. 兼容MongoDB https://github.com/IvorySQL/IvorySQL/issues/860[#860]
3535
+
36-
提供基于 FerretDB 与 DocumentDB 支持兼容 MongoDB 的解决方案。
36+
提供基于 FerretDB 与 DocumentDB 支持兼容 MongoDB 的解决方案。
3737

38-
3. loongarch 架构全平台打包支持
38+
3. Loongarch 架构全平台打包支持 https://github.com/IvorySQL/IvorySQL/issues/738[#738] https://github.com/IvorySQL/IvorySQL/issues/829[#829]
3939
+
40-
提供面向 loongarch 架构的多平台软件包,支持国内外主流操作系统,包括Red Hat、Debian、麒麟(Kylin)、统信(UOS)以及 NSAR OS 等。
40+
提供面向 Loongarch 架构的多平台软件包,支持国内外主流操作系统,包括Red Hat、Debian、麒麟(Kylin)、统信(UOS)以及 NSAR OS 等。
4141
提供面向龙芯架构(LoongArch)的多平台介质包,兼容国内外主流操作系统,包括红帽(Red Hat)、Debian、麒麟(Kylin)、统信UOS、凝思NSAR OS等,同时支持x86、ARM及MIPS架构。
4242

43-
4. 新增IvorySQL 在线体验平台
43+
4. 新增IvorySQL 在线体验平台 https://github.com/IvorySQL/ivorysql-wasm/issues/4[#4]
4444
+
4545
提供一个基于 Web 的平台,用户可直接通过浏览器界面在线体验 IvorySQL V4.6 并进行数据库交互。
4646

@@ -58,11 +58,11 @@ IvorySQL云平台当前支持IvorySQL v4数据库的订阅管理,以及其周
5858

5959
- IvorySQL 4.6 问题修复
6060

61-
1. 在aarch64平台上缺少依赖库libcrypt
62-
2. 执行make和make install时,前缀test_开头的测试项被错误地编译和安装到extension目录
63-
3. 文档:修复一些错别字
64-
4. 文档:修复安装部分的文档错误
65-
5. 文档:更新社区贡献流程
61+
1. 在aarch64平台上缺少依赖库libcrypt: Issue https://github.com/IvorySQL/IvorySQL/issues/826[#826]
62+
2. 执行make和make install时,前缀test_开头的测试项被错误地编译和安装到extension目录: Issue https://github.com/IvorySQL/IvorySQL/issues/836[#836]
63+
3. 文档:修复一些错别字: Issue https://github.com/IvorySQL/ivorysql_docs/pull/143[#143]
64+
4. 文档:修复安装部分的文档错误: Issue https://github.com/IvorySQL/ivorysql_docs/pull/143[#142]
65+
5. 文档:更新社区贡献流程: Issue https://github.com/IvorySQL/ivorysql_docs/pull/130[#130]
6666

6767
== 源代码
6868

EN/modules/ROOT/pages/v4.6/1.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ For further details, visit https://www.postgresql.org/docs/release/17.6/[Postgre
2525

2626
- IvorySQL 4.6 New Features
2727

28-
1. Upgrade to PG 17.6 kernel
28+
1. Upgrade to PG 17.6 kernel https://github.com/IvorySQL/IvorySQL/issues/859[#859]
2929

30-
2. MongoDB-compatible solution
30+
2. MongoDB-compatible solution https://github.com/IvorySQL/IvorySQL/issues/860[#860]
3131
+
3232
Provide a MongoDB-compatible solution using FerretDB and DocumentDB.
3333

34-
3. LoongArch Packaging for All Platforms
34+
3. LoongArch Packaging for All Platforms https://github.com/IvorySQL/IvorySQL/issues/738[#738] https://github.com/IvorySQL/IvorySQL/issues/829[#829]
3535
+
3636
Provides multi-platform media packages for LoongArch architecture, supporting both domestic and international mainstream operating systems, including Red Hat, Debian, Kylin, UOS, and NSAR OS, etc. It also supports x86, ARM, and MIPS architectures.
3737

38-
4. IvorySQL Online trail
38+
4. IvorySQL Online trail https://github.com/IvorySQL/ivorysql-wasm/issues/4[#4]
3939
+
4040
Provide users with a web-based platform to experience IvorySQL V4.6 in an online environment, enabling database interaction directly through a browser interface.
4141

@@ -53,11 +53,11 @@ The IvorySQL Cloud platform currently supports subscription management for Ivory
5353

5454
- IvorySQL 4.6 Fixed Issues
5555

56-
1. Missing libcrypt on aarch64 platform.
57-
2. prefix test_ extension are wrongly compiled and installed while exec make and make install.
58-
3. Doc:fix some typos.
59-
4. Doc:Fix document errors in the installation section.
60-
5. Doc:Update the community contribution process.
56+
1. Missing libcrypt on aarch64 platform: Issue https://github.com/IvorySQL/IvorySQL/issues/826[#826]
57+
2. prefix test_ extension are wrongly compiled and installed while exec make and make install: Issue https://github.com/IvorySQL/IvorySQL/issues/836[#836]
58+
3. Doc:fix some typos: Issue https://github.com/IvorySQL/ivorysql_docs/pull/143[#143]
59+
4. Doc:Fix document errors in the installation section: Issue https://github.com/IvorySQL/ivorysql_docs/pull/143[#142]
60+
5. Doc:Update the community contribution process: Issue https://github.com/IvorySQL/ivorysql_docs/pull/130[#130]
6161

6262
== Source Code
6363

0 commit comments

Comments
 (0)