Releases: sizeofvoid/openbsdisks2
Releases · sizeofvoid/openbsdisks2
OpenBSDisks2 0.5.0
OpenBSDisks2 0.4.0
What's Changed
- Add GitHub Actions by @sizeofvoid in #9
- Use unveil(2) to limit execution to mount_*(8) and umount(8) by @klemensn in #10
- V0.4.0 by @sizeofvoid in #12
- and other small bugfixes
New Contributors
Full Changelog: v0.3.1...v0.4.0
OpenBSDisks2 0.3.1
- Fix some issues found by clang-tidy and clazy
- fix mount_msdos
OpenBSDisks2 0.3.0-beta
- Add minimal CD support (mount(2) / umount(2))
- Add more mount(2) options (ext2fs, msdos and ntfs support)
- Small bugfixes
- Fix build on !amd64 arches
OpenBSDisks2 0.2.3-beta
- Add FFS mount(2) and umount(2) support
- Add initial experimental ext2fs, msdos and ntfs support
OpenBSDisks2 0.2.1-beta
Bug-fix beta update
- Parameter in org.freedesktop.UDisks2.service.in
OpenBSDisks2 0.2-beta
Improve and cleanup org.freedesktop.UDisks2.Drive and org.freedesktop.UDisks2.Block attributes
* Split data objects in different methods
* Drop ZFS bits
* registered handling
* Fix block name
* Remove unused bsdisks_* bits
* Add org.freedesktop.UDisks2.Drive.MediaRemovable() and also set Drive::size
* Cleanup drive, setter,getter
* Save disklabel(8) UID ind Drive::
* Add org.freedesktop.UDisks2.Drive.{vendor,id}
* Cleanup class block
* clang-format
* Cleanup and improve block attr
* Tweaks
* Zap notes
OpenBSDisks2 0.1-beta
First release, first beta release
The sourcecode based on commit 3d3439348ba00ae972e146c5bf28cb42949e24f from bsdutils/bsdisks. It is for the most parts a complete rebuild. Basic functions are available. The goal was to be able to list block devices under applications like KDE dolphin.
Feature List
- Simple DBus org.freedesktop.UDisks2.service
- Provides
org.freedesktop.UDisks2.Block
(Not all information yet) - Provides
org.freedesktop.UDisks2.Drive
(Not all information yet) - Provides
org.freedesktop.UDisks2.Filesystem
(Not all information yet) - Logging via
stdout
and syslog