[PR #1950] [MERGED] feat: update to 1.91.0 #1690

Closed
opened 2025-09-10 23:54:40 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/1950
Author: @daiyam
Created: 7/7/2024
Status: Merged
Merged: 7/8/2024
Merged by: @daiyam

Base: masterHead: feat-191


📝 Commits (10+)

  • 9e651fc feat: update to 1.91.0
  • 8ac0021 fix: allow older glibc
  • d84a365 fix: allow older glibc
  • bef5b8a fix: allow older glibc
  • e189823 build: update dependencies for node16
  • a06f438 build: update glibcxx version
  • af8ceb1 build: add fix to insiders [skip ci]
  • 921b32a build: move reh patches
  • 442fd43 build: regroup patches per os
  • 561e50d build: verify glibc on output

📊 Changes

19 files changed (+424 additions, -404 deletions)

View changed files

📝 .github/workflows/insider-linux.yml (+1 -0)
📝 .github/workflows/stable-linux.yml (+1 -0)
📝 package_linux_bin.sh (+3 -3)
📝 package_linux_reh.sh (+28 -4)
📝 patches/brand.patch (+72 -65)
📝 patches/feat-announcements.patch (+18 -27)
patches/linux/client/node16.patch (+227 -0)
patches/linux/client/use-n16-libs.patch (+0 -9)
📝 patches/linux/fix-build.patch (+6 -6)
📝 patches/linux/node16.patch (+0 -0)
📝 patches/linux/ppc64le-and-riscv64-support.patch (+66 -223)
patches/linux/reh.patch.no (+0 -42)
📝 patches/linux/reh/node16.patch (+0 -9)
patches/linux/verify-glibc.patch (+0 -14)
📝 patches/osx/fix-codesign.patch (+0 -0)
📝 patches/windows/update-msi.patch (+0 -0)
📝 patches/windows/update.patch (+0 -0)
📝 patches/windows/win7.patch (+0 -0)
📝 stable.json (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscodium/pull/1950 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 7/7/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `feat-191` --- ### 📝 Commits (10+) - [`9e651fc`](https://github.com/VSCodium/vscodium/commit/9e651fcf68a81a6e912d834c63c9d4c197bb10c2) feat: update to 1.91.0 - [`8ac0021`](https://github.com/VSCodium/vscodium/commit/8ac0021b41d85d9b78eb67c848f96ac30b40533a) fix: allow older glibc - [`d84a365`](https://github.com/VSCodium/vscodium/commit/d84a36548a128f9fb872cf411418fe306541fb14) fix: allow older glibc - [`bef5b8a`](https://github.com/VSCodium/vscodium/commit/bef5b8a630c93c01f11d21d86288009288247ca6) fix: allow older glibc - [`e189823`](https://github.com/VSCodium/vscodium/commit/e18982340f743a953b210709976ddc322c9727bb) build: update dependencies for node16 - [`a06f438`](https://github.com/VSCodium/vscodium/commit/a06f4385a1993f68dba2717496b80b3e0527e0fd) build: update glibcxx version - [`af8ceb1`](https://github.com/VSCodium/vscodium/commit/af8ceb16f955d58727e1c6164da58c9a7c63aa5b) build: add fix to insiders [skip ci] - [`921b32a`](https://github.com/VSCodium/vscodium/commit/921b32a8fdf3265e59296165966cd21ea5203cef) build: move reh patches - [`442fd43`](https://github.com/VSCodium/vscodium/commit/442fd43ea595909c23788203120a9ca56e00c0f3) build: regroup patches per os - [`561e50d`](https://github.com/VSCodium/vscodium/commit/561e50dc7794df072f9f722e4fd8edda01dd4fdd) build: verify glibc on output ### 📊 Changes **19 files changed** (+424 additions, -404 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/insider-linux.yml` (+1 -0) 📝 `.github/workflows/stable-linux.yml` (+1 -0) 📝 `package_linux_bin.sh` (+3 -3) 📝 `package_linux_reh.sh` (+28 -4) 📝 `patches/brand.patch` (+72 -65) 📝 `patches/feat-announcements.patch` (+18 -27) ➕ `patches/linux/client/node16.patch` (+227 -0) ➖ `patches/linux/client/use-n16-libs.patch` (+0 -9) 📝 `patches/linux/fix-build.patch` (+6 -6) 📝 `patches/linux/node16.patch` (+0 -0) 📝 `patches/linux/ppc64le-and-riscv64-support.patch` (+66 -223) ➖ `patches/linux/reh.patch.no` (+0 -42) 📝 `patches/linux/reh/node16.patch` (+0 -9) ➖ `patches/linux/verify-glibc.patch` (+0 -14) 📝 `patches/osx/fix-codesign.patch` (+0 -0) 📝 `patches/windows/update-msi.patch` (+0 -0) 📝 `patches/windows/update.patch` (+0 -0) 📝 `patches/windows/win7.patch` (+0 -0) 📝 `stable.json` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:54:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#1690
No description provided.