aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-06-22 23:50:03 -0400
committerJesse Luehrs <doy@tozt.net>2020-06-22 23:54:26 -0400
commitccc90e525df1fc8dcbfd64d7bf20be5f05a23929 (patch)
tree394b770ad1c57de115258f2b7cbf3da2e6ce2a65 /CHANGELOG.md
parent14d7cd8ffa4e95f866175545534fd5af901e8402 (diff)
downloadrbw-ccc90e525df1fc8dcbfd64d7bf20be5f05a23929.tar.gz
rbw-ccc90e525df1fc8dcbfd64d7bf20be5f05a23929.zip
fix glibc version in debian package
this should make the built binary work on debian stable
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b47183..ba84ae7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,11 @@
* `rbw get --full` now also includes the username. (Jarkko Oranen)
+### Fixed
+
+* `rbw` should now be usable on systems with glibc-2.28 (such as Debian
+ stable). (incredible-machine)
+
## [0.4.2] - 2020-05-30
### Fixed