1
0
Fork 0

Update CHANGELOG.md

[ci skip]
master
Philip O'Toole 3 years ago committed by GitHub
parent 04cfb30dd5
commit 59ac0c90cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
This release is the first to statically link `libc`. While this does increase the size of binary, one of the main goals of rqlite is ease of deployment. With fully static linking, official releases will run on an even wider range of distributions.
### Implementation changes and bug fixes
- [PR #911](https://github.com/rqlite/rqlite/pull/911): Statically link all requirements, including `libc`.
- [PR #911](https://github.com/rqlite/rqlite/pull/911): Statically link all requirements, including `libc`, for rqlite on Linux. macOS retains dynamically linking.
## 6.6.2 (October 20th 2021)
### Implementation changes and bug fixes

Loading…
Cancel
Save