Marcus Meissner
ef8c0bbdc7
OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=17
157 lines
6.0 KiB
Plaintext
157 lines
6.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 24 12:16:42 UTC 2012 - meissner@suse.com
|
|
|
|
- remove the rpmlintrc after adding the privs bnc#779404
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 17 13:03:06 UTC 2012 - fcrozat@suse.com
|
|
|
|
- Fix build with new udev rules directory location.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 09:19:57 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.99.0:
|
|
+ Catch up with latest polkit guidance
|
|
+ Don't require auth for Standby'ing non-system drives on own
|
|
seat
|
|
+ Mark Realtek rts5229 based card readers as flash drives
|
|
+ Black-list seemingly invalid WWN for SAMSUNG SP1604N hard disks
|
|
+ Ignore non-Linux software on SanDisk Cruzer
|
|
+ Add drive configuration interfaces and configuration files
|
|
+ Add "Linux Filesystem" GPT partition type
|
|
+ Add support for VMWare filesystem types and GPT partition types
|
|
+ Update integration tests.
|
|
+ Bugs fixed:
|
|
- fdo#51439: udisks should hide lvm PVs
|
|
- Changes from version 1.98.0:
|
|
+ Drive: Refuse to eject drives that appear to be in use
|
|
+ udisksd: work if polkitd is not available
|
|
+ Updated documentations
|
|
+ Bugs fixed:
|
|
- fdo49842: Unhandled rootfs on bind mount
|
|
- Drop udisks-hide-lvm-raid-partitions.patch: fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 09:14:34 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Update systemd-dynamic-check.diff with patch sent upstream.
|
|
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
|
|
needed by the patch now.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 3 15:39:33 CEST 2012 - tiwai@suse.de
|
|
|
|
- Add systemd-dynamic-check.diff: add a check of running systemd
|
|
(bnc#769570)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 26 18:18:09 UTC 2012 - gber@opensuse.org
|
|
|
|
- Added udisks-hide-lvm-raid-partitions.patch in order to hide
|
|
partitions marked as containing LVM and RAID. This is only useful
|
|
for encrypted partitions (fixes fdo#51439 and bnc#737038).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 11 14:51:00 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Update to version 1.97.0:
|
|
+ Several improvements for loop devices
|
|
+ Also check for "target is busy" when checking umount(8) output
|
|
+ UDisksCleanup: Remove stale entries when adding new ones
|
|
+ Add work-around to show FS on CDs/USB sticks created using
|
|
isohybrid
|
|
+ Several code improvements
|
|
+ Update path to mounted-fs file in documentation
|
|
- Changes from version 1.96.0:
|
|
+ Actually link with libsystemd-login
|
|
- Changes from version 1.95.0:
|
|
+ Add multi-seat support
|
|
+ Add versioning macros
|
|
+ Use libacl library instead of setfacl(1)
|
|
+ Work around missing serial/wwn on VMware hard disks
|
|
+ Add separate polkit actions for ejecting media
|
|
+ Make $(udisks2.device) in authentication messages include the
|
|
vendor/model
|
|
+ Remove unused .filesystem-unmount-others-shared polkit action
|
|
+ Documentation fixes and improvements
|
|
+ Updated translations
|
|
- Add libacl-devel BuildRequires: it's now really used.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 09:33:59 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Update to version 1.94.0:
|
|
+ Pass --readonly to cryptsetup(8) if device to unlock is
|
|
read-only
|
|
+ Add udev rules for identifying devices which should not be
|
|
shown
|
|
+ Fix unmounting large disks when not asked to
|
|
+ Make escaping work properly with non-ASCII UTF-8 strings
|
|
+ Change some D-Bus types from bytestring ('ay') to UTF8 ('s')
|
|
+ Convert some g_warning() uses to udisks_warning()
|
|
+ Improved documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|