Skip to content

Releases: sizeofvoid/openbsdisks2

OpenBSDisks2 0.5.0

14 Jan 08:28
dbbc0d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

OpenBSDisks2 0.4.0

10 Dec 07:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

OpenBSDisks2 0.3.1

08 Jan 07:17
Compare
Choose a tag to compare
  • Fix some issues found by clang-tidy and clazy
  • fix mount_msdos

OpenBSDisks2 0.3.0-beta

04 Jun 05:45
07a49ac
Compare
Choose a tag to compare
  • 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

15 May 08:15
Compare
Choose a tag to compare
  • Add FFS mount(2) and umount(2) support
  • Add initial experimental ext2fs, msdos and ntfs support

OpenBSDisks2 0.2.1-beta

24 Apr 11:36
Compare
Choose a tag to compare

Bug-fix beta update

  • Parameter in org.freedesktop.UDisks2.service.in

OpenBSDisks2 0.2-beta

28 Mar 17:49
Compare
Choose a tag to compare
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

27 Mar 08:14
Compare
Choose a tag to compare

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