You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,12 @@ Thanks to
162
162
Changelog
163
163
--------------
164
164
165
+
**v0.2.1:**
166
+
167
+
* Bugfix: mount name IDs are now properly freed while destroying filesystem contexts.
168
+
* Library API: added a helper preprocessor macro to generate strings based on the supported filesystem type values.
169
+
* Makefile: branch name is now retrieved using `rev-parse` instead of `symbolic-ref`. Fixes `ref HEAD is not a symbolic ref` errors while building the library when the repository is used as a git submodule.
0 commit comments