|
1 |
| -------------------------- |
2 |
| -udisks 2.6.4 (unreleased) |
3 |
| -------------------------- |
| 1 | +------------ |
| 2 | +udisks 2.6.4 |
| 3 | +------------ |
4 | 4 |
|
5 | 5 | The storaged project provides a daemon, tools and libraries to access
|
6 | 6 | and manipulate disks, storage devices and technologies.
|
7 | 7 |
|
8 | 8 | Changes since 2.6.3:
|
9 |
| -(TODO: make shortlog) |
| 9 | + |
| 10 | +Gris Ge (1): |
| 11 | + lsm module: Add SCSI enclosure disk LED control methods |
| 12 | + |
| 13 | +Hielke Christian Braun (1): |
| 14 | + Allow NTFS mount option "big_writes" |
| 15 | + |
| 16 | +Jan Pokorny (3): |
| 17 | + Added Loop device tests |
| 18 | + Added drive and swapspace tests |
| 19 | + SetConfiguration fix |
| 20 | + |
| 21 | +João Paulo Rechi Vita (1): |
| 22 | + Don't coldplug uninitilized udev devices |
| 23 | + |
| 24 | +Mantas Mikulėnas (1): |
| 25 | + Detect old (non-Pro) MemoryStick cards |
| 26 | + |
| 27 | +Marius Vollmer (1): |
| 28 | + udev: Ignore ram block devices |
| 29 | + |
| 30 | +Martin Pitt (7): |
| 31 | + exfat: Drop umask=0077 default |
| 32 | + src/tests/test_polkitd.py: Drop unused Gio import |
| 33 | + test_polkitd.py: Fix waiting for mock polkit to start |
| 34 | + tests: Accept fancy quotes in GLib error messages |
| 35 | + udisks2.service: Add KillSignal=SIGINT |
| 36 | + LSM: Add policy file to POTFILES.in (#190) |
| 37 | + Rename storaged back to udisks |
| 38 | + |
| 39 | +Mike Frysinger (1): |
| 40 | + Include sys/sysmacros.h for major/minor/makedev |
| 41 | + |
| 42 | +Philip Withnall (1): |
| 43 | + build: Declare use of C99 features and check for -std=gnu99 in autoconf |
| 44 | + |
| 45 | +Ritesh Khadgaray (1): |
| 46 | + btrfs: Add support for changing label |
| 47 | + |
| 48 | +Thomas Gläßle (15): |
| 49 | + Use GString for input in _UDisksSpawnedJob internally |
| 50 | + Use binary IO channel for input_string |
| 51 | + Change udisks_spawned_job_new's `input_string` param to GString |
| 52 | + Add test for binary input string |
| 53 | + Add launch functions taking GString inputs |
| 54 | + Add doc-comments for _gstring launch functions |
| 55 | + Add keyfile_contents blob to unlock options |
| 56 | + Add --key-file option to udisksctl unlock |
| 57 | + Document the keyfile_contents option |
| 58 | + Improve unpacking routine for binary blobs |
| 59 | + Allow binary passphrases for Block.Format |
| 60 | + Add tests for keyfile support |
| 61 | + Fix minor doc issues as requested by @vpodzime |
| 62 | + Add Luks test for ascii text with newline |
| 63 | + Add keyfile parameters to ChangePassphrase |
| 64 | + |
| 65 | +Tomas Smetana (1): |
| 66 | + Post-release bump to 2.6.4 |
| 67 | + |
| 68 | +Vojtech Trefny (34): |
| 69 | + Recalculate partition size after end_bytes adjustments |
| 70 | + Set name when creating partition with libblockdev |
| 71 | + Set partition type when creating a new partition |
| 72 | + Add more tests for partitioning |
| 73 | + Add a common method for converting string to 'ay' |
| 74 | + Do not use '--name' when creating new mdraid |
| 75 | + Add 'redhat_rpm_config' to BuildRequires |
| 76 | + Add dbus tests for MDRaid |
| 77 | + Add dbus tests for job objects |
| 78 | + DBus tests: Use checks that automatically wait for property update |
| 79 | + DBus tests: Add BTRFSTestCase to filesystem tests. |
| 80 | + Fix PolicyKit action ids for bcache, btrfs and zram modules |
| 81 | + Job tests: Stop the watch thread before raising exception |
| 82 | + Job tests: do not wait for the job forever |
| 83 | + Fix values for 'modprobedir' and 'modloaddir' |
| 84 | + Always try to create the ZRAM config directory first |
| 85 | + Update value of the property after changing bcache mode |
| 86 | + Add dbus tests for bcache module |
| 87 | + Add dbus tests for ZRAM |
| 88 | + DBus tests for Filesystems.BTRFS |
| 89 | + DBus tests for ISCSI module |
| 90 | + Add LSM polkit files to the source archive |
| 91 | + Add LSM policy file to packaged files for the storaged-lsm package |
| 92 | + Add some missing tests to filesystem interface DBus tests |
| 93 | + Add some missing tests to encrypted interface DBus tests |
| 94 | + Test changing of part type in StoragedBlockTest dbus test |
| 95 | + Skip all filesystem tests if we cannot create that fs |
| 96 | + DBus tests: Use subprocess.Popen instead of subprocess.run |
| 97 | + DBus tests: Check if storaged module is available for test |
| 98 | + Trigger update on the mdraid object after bitmap location change |
| 99 | + DBus tests: Always use lsblk with -d (--nodeps) option |
| 100 | + Do not try to put LSM files in source archive without LSM support |
| 101 | + Fix creating mdraid without name |
| 102 | + Make Udisks2 provide/obsolete storaged packages |
| 103 | + |
| 104 | +Vratislav Podzimek (43): |
| 105 | + Install the DBus config file for tests |
| 106 | + Replace g_error_free() with g_clear_error() |
| 107 | + Remove the false argument of StoragedTestCase.get_object() |
| 108 | + Add method to StoragedTestCase to get DBus interface |
| 109 | + Make StoragedTestCase.get_object() work with a full object path |
| 110 | + Do not swallow exceptions in StoragedTestCase.get_property() |
| 111 | + Add a common method for converting 'ay' to string |
| 112 | + Add tests for the Manager.LoopSetup method |
| 113 | + Add test for the EnableModules() method |
| 114 | + Add a tests for the Manager.SupportedFilesystems property |
| 115 | + Use GLib logging framework instead of custom code |
| 116 | + Add a --debug option and mark --no-debug as deprecated |
| 117 | + Only enable debug logging when compiled with --enable-debug |
| 118 | + Give MD RAID some time to actually change its state |
| 119 | + Test what we can from the Drives.Ata interface |
| 120 | + Always wait after loop device creation in tests |
| 121 | + Use launch_spawned_job_sync() for setting file system's label |
| 122 | + Use launch_spawned_job_sync() for swap operations |
| 123 | + Do not start spawned jobs automatically |
| 124 | + Make sure modules are loaded for the LVM tests |
| 125 | + Increase the job_id atomically |
| 126 | + Cast the out parameter for bcache_create to const gchar ** |
| 127 | + Trust libblockdev it will give us bcache device on success |
| 128 | + Don't be so strict about SMART update timestamp |
| 129 | + Only use structured logging with GLib >= 2.50 |
| 130 | + Fix docs for the new LsmLocal interface |
| 131 | + Build with libblockdev's bcache functionality enabled |
| 132 | + Do not stop the MD array before deletion in DBus tests |
| 133 | + Skip the MD RAID bitmap location test for now |
| 134 | + Disable all the FS integration tests but exfat |
| 135 | + Be less strict about the btrfs error for invalid RAID level |
| 136 | + Fix how job->input_string_cursor is reset |
| 137 | + Fix failing btrfs tests |
| 138 | + Fix how the git HEAD hash is determined in spec |
| 139 | + Bump version in the spec template |
| 140 | + Skip bcache tests on 32bit Intel |
| 141 | + Add Makefile targets for running tests and the who CI set |
| 142 | + Make sure we get the right exit status from 'make ci' |
| 143 | + Use smaller scsi_debug devices for integration tests |
| 144 | + Do not run MD RAID tests on Fedora 25 |
| 145 | + Use data from systemd (hostname1) to determine distribution |
| 146 | + Fallback to crypttab passphrase only if none given |
| 147 | + Only trim ".conf" from filename if it really has it |
10 | 148 |
|
11 | 149 | Thanks to all our contributors.
|
12 | 150 |
|
13 |
| -Tomas Smetana |
14 |
| -(TODO: date) |
| 151 | +Vojtech Trefny |
| 152 | +2017-03-14 |
15 | 153 |
|
16 | 154 | --------------
|
17 | 155 | storaged 2.6.3
|
@@ -1514,4 +1652,3 @@ Thanks to all our contributors.
|
1514 | 1652 |
|
1515 | 1653 | David Zeuthen,
|
1516 | 1654 | Jan 20, 2012
|
1517 |
| - |
|
0 commit comments