49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
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.
|
||
|
|