2012-03-06 10:20:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 6 09:00:40 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.93.0:
|
|
|
|
+ Force MediaRemovable to TRUE for e.g. SD cards using the mmc
|
|
|
|
layer
|
|
|
|
+ Ensure that whatever we pass as -t to mount(8) is in a
|
|
|
|
whitelist
|
|
|
|
+ Ensure that the loop file name we pass to the kernel is always
|
|
|
|
NUL-terminated
|
|
|
|
+ Properly escape all device files
|
|
|
|
+ Improved documentation.
|
|
|
|
- Remove libacl-devel BuildRequires: not needed anymore.
|
|
|
|
|
2012-02-28 09:35:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 27 12:57:10 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.92.0:
|
|
|
|
+ client: Fix bit shifts of flags on 32 bit
|
|
|
|
+ Avoid using $XDG_RUNTIME_DIR/media for now
|
|
|
|
+ Don't free object twice when deleting a loop device
|
|
|
|
+ Use /run/media/$USER for mounting
|
|
|
|
+ Move to /usr-only setup and get rid of hardcoded paths to /lib
|
|
|
|
and sbin
|
|
|
|
- Changes from version 1.91.0:
|
|
|
|
+ Install a systemd service file if systemd is used
|
|
|
|
+ Ensure PATH is set
|
|
|
|
+ Fix use of memset(3)
|
|
|
|
+ Use org.freedesktop.UDisks2.* for errors, not
|
|
|
|
org.freedesktop.UDisks.*
|
|
|
|
+ For mount options, switch from comment=udisks to x-udisks
|
|
|
|
+ Prefer mounting in /run/user/$USER/media instead of /media
|
|
|
|
+ With /media and /run on tmfs, switch to temporary store for
|
|
|
|
mounted-fs
|
|
|
|
+ Make sure that Drive:SortKey sorts e.g. sdz before sdaa
|
|
|
|
+ Do coldplug for block devices twice
|
|
|
|
+ Use g_dbus_interface_dup_object() and check return value
|
|
|
|
+ Shut up valgrind complaing about LOOP_GET_STATUS64 ioctl
|
|
|
|
+ Fix a couple of uninitialized warnings and simplify SMART
|
|
|
|
self-test handling
|
|
|
|
+ udisksctl:
|
|
|
|
- nuke PORT column in output of 'status' verb
|
|
|
|
- sort the drives using Drive:SortKey for 'status' verb
|
|
|
|
+ Documentation fixes.
|
|
|
|
+ Build fixes.
|
|
|
|
+ Updated translations.
|
|
|
|
- Add systemd-related packaging:
|
|
|
|
+ Add pkgconfig(systemd) BuildRequires.
|
|
|
|
+ Use %{?systemd_requires}.
|
|
|
|
+ Call %service_{add,del}_* macros in scriptlets for
|
|
|
|
udisks2.service.
|
|
|
|
- Add pkgconfig(udev) BuildRequires, now needed to find right path
|
|
|
|
for udev files.
|
|
|
|
- Add libacl-devel BuildRequires, now needed.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 21 10:02:13 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- New udisks2 source package, based on udisks source package.
|
|
|
|
- First version (1.90.0).
|
|
|
|
- udisks 2.x is parallel-installable with udisks 1.x.
|
|
|
|
|