diff options
author | koverstreet <kent.overstreet@gmail.com> | 2025-04-18 23:07:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 23:07:25 -0500 |
commit | d681613129c84a9e139bbe2f6e683fc6f6076fe3 (patch) | |
tree | be66e77f27fb41c8f9074c66adecb842d762974a | |
parent | dd2c7b9b891ae8ea39997d2053b9951a6ecbbb29 (diff) | |
parent | 5551e45735116066282681464aaf340d10b9a48e (diff) |
Merge pull request #376 from iav/debvers
add version change for debian package
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b8b69652..b1ef3bd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bcachefs-tools (1:1.25.2-1) unstable; urgency=medium + + * don't pick a non power of two bucket size + * pick_bucket_size() was picking non blocksize aligned bucket sizes, which + uncovered a few bugs. + + -- Kent Overstreet <kent.overstreet@linux.dev> Sat, 19 Apr 2025 00:24:19 +0300 + bcachefs-tools (1:1.25.1-1) unstable; urgency=medium * bcachefs migrate now works @@ -5,7 +13,7 @@ bcachefs-tools (1:1.25.1-1) unstable; urgency=medium * bcachefs format now loads the bcachefs module, so that we can correctly * detect the version supported by the running kernel - -- Kent Overstreet <kent.overstreet@linux.dev> Tue Apr 1 13:06:37 2025 -0400 + -- Kent Overstreet <kent.overstreet@linux.dev> Tue, 01 Apr 2025 13:06:37 -0400 bcachefs-tools (1:1.9.1-1) unstable; urgency=medium |