Skip to content

Commit dd65a93

Browse files
Merge pull request #335 from vojtechtrefny/master_2.7.1
New version 2.7.1
2 parents 56b42c4 + a142222 commit dd65a93

File tree

18 files changed

+99
-33
lines changed

18 files changed

+99
-33
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Contributors (In alphabetical order):
2121
Edward Sheldrake <[email protected]>
2222
Evan Dandrea <[email protected]>
2323
Evan Nemerson <[email protected]>
24+
Felix Yan <[email protected]>
2425
2526
Hielke Christian Braun <[email protected]>
2627
Jan Pokorny <[email protected]>
2728
Jiro SEKIBA <[email protected]>
2829
João Paulo Rechi Vita <[email protected]>
30+
Kai Lüke <[email protected]>
2931
Kylie McClain <[email protected]>
3032
Linus Torvalds <[email protected]>
3133
Lubomir Rintel <[email protected]>
@@ -56,14 +58,17 @@ Contributors (In alphabetical order):
5658
Samuli Suominen <[email protected]>
5759
Simon McVittie <[email protected]>
5860
Sitsofe Wheeler <[email protected]>
61+
squimrel <[email protected]>
5962
Stef Walter <[email protected]>
6063
Stefan Sauer <[email protected]>
64+
Sunjin Yang <[email protected]>
6165
Thomas Gläßle <[email protected]>
6266
Timo Gurr <[email protected]>
6367
6468
Tomas Bzatek <[email protected]>
6569
6670
Tony Asleson <[email protected]>
71+
Tristan Van Berkom <[email protected]>
6772
6873
Vincent Untz <[email protected]>
6974
Vojtech Trefny <[email protected]>

NEWS

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,77 @@
11
---------------------------
2-
udisks 2.7.1 (unreleased)
2+
udisks 2.7.1
33
---------------------------
44

55
The udisks project provides a daemon, tools and libraries to access
66
and manipulate disks, storage devices and technologies.
77

88
Changes since 2.7.0:
9-
(TODO: make shortlog)
9+
10+
Felix Yan (2):
11+
Don't always fail on missing LibStorageMgmt support
12+
Fix a typo: succeded -> succeeded
13+
14+
Kai Lüke (2):
15+
Fix broken partition authorization code
16+
Document behavior of PartitionTable.CreatePartition
17+
18+
Sunjin Yang (1):
19+
Don't use serial as unique ID for drive objects
20+
21+
Tony Asleson (8):
22+
udiskslinuxblockbcache.c: Fix uninitialized variable
23+
udisksiscsiutil.c: Correct strncpy lengths
24+
udiskslinuxiscsisessionobject.c: Correct precondition check
25+
lsm_linux_drive.c: Remove std_lsm_vol_data_free error case
26+
jobhelpers.c: Check the value of the assigned
27+
udiskslinuxmanagerlvm2.c: Ensure arg_blocks != NULL
28+
udiskslinuxvolumegroupobject.c: Remove variable shadow lvs_p
29+
udiskssimplejob.c: Allow NULL for message
30+
31+
Tristan Van Berkom (1):
32+
configure.ac: Fix references to /usr prefix
33+
34+
Vojtech Trefny (25):
35+
Post-release version bump to 2.7.1
36+
Spec file update
37+
HACKING: Update release process steps
38+
Add a 'BlockDevice' property for 'org.freedesktop.UDisks2.LogicalVolume'
39+
Re-create sysfs watchers for changed mdraid devices
40+
UDisksClient: Do not try remove changed_blacklist hash table in finalize
41+
DBus tests: Remove some unusupported targetcli properties
42+
DBus tests: Use dbus dictionary instead of Python dict for options
43+
DBus tests: Make the tests Python 2 compatible
44+
DBus tests: Skip Drive tests on CentOS/RHEL 7
45+
DBus tests: Use blkid instead of lsblk to get part type
46+
DBus tests: Skip ISCSI session test if session objects are not supported
47+
DBus tests: Skip LSM tests if LSM module is not loaded
48+
DBus tests: Fix checking for zRAM stats on CentOS/RHEL 7
49+
DBus tests: Fix vfat label test on CentOS/RHEL 7
50+
Clear GError after calling "bd_part_get_part_by_pos"
51+
DBus tests: Manually run "tearDownClass" for skipped classes
52+
Fix check for LSM module dependencies in configure.ac
53+
integration-test: Make the test suite Python 2 compatible
54+
integration-test: Skip tests on CentOS/RHEL 7
55+
Allow running tests with different versions of Python
56+
DBus tests: Skip blivet part of cleanup if its version is too old
57+
DBus tests: Fix extended partition test case
58+
Use "model_serial" as unique ID for drive objects
59+
Add "--yes" arg when resizing filesystem with "lvresize"
60+
61+
Vratislav Podzimek (5):
62+
Fix how UDisksClient filters property changes
63+
Fix the position to wait for a partition to appear at
64+
Do not trigger extra uevents for newly created partitions
65+
Free the partition spec libblockdev gives us
66+
Try to create multiple primary partitions in the tests
67+
68+
squimrel (1):
69+
Allow the user to specify the partition type
1070

1171
Thanks to all our contributors.
1272

1373
Vojtech Trefny
14-
(TODO: date)
15-
16-
---------------------------
74+
2017-07-03
1775

1876
---------------------------
1977
udisks 2.7.0

packaging/udisks2.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ udevadm trigger
346346
%endif
347347

348348
%changelog
349+
* Mon Jul 03 2017 Vojtech Trefny <[email protected]> - 2.7.1-1
350+
- Version 2.7.1
351+
349352
* Fri Jun 02 2017 Vojtech Trefny <[email protected]> - 2.7.0-1
350353
- Version 2.7.0
351354

po/da.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ msgid "ZFS"
14901490
msgstr "ZFS"
14911491

14921492
#: ../udisks/udisksclient.c:1951
1493-
#, fuzzy, c-format
1493+
#, c-format
14941494
msgctxt "fs-type"
14951495
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
14961496
msgstr "Intel Rapid Storage Technology enterprise RAID-medlem (version %s)"

po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ msgstr "ZFS"
20052005
# auto translated by TM merge from project: storaged, version: storaged,
20062006
# DocId: storaged
20072007
#: ../udisks/udisksclient.c:1951
2008-
#, fuzzy, c-format
2008+
#, c-format
20092009
msgctxt "fs-type"
20102010
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
20112011
msgstr ""

po/fi.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ msgid "ZFS"
15211521
msgstr "ZFS"
15221522

15231523
#: ../udisks/udisksclient.c:1951
1524-
#, fuzzy, c-format
1524+
#, c-format
15251525
msgctxt "fs-type"
15261526
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
15271527
msgstr ""

po/fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ msgid "ZFS"
15991599
msgstr "ZFS"
16001600

16011601
#: ../udisks/udisksclient.c:1951
1602-
#, fuzzy, c-format
1602+
#, c-format
16031603
msgctxt "fs-type"
16041604
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
16051605
msgstr ""

po/id.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
# Andika Triwidada <[email protected]>, 2012-2014
77
# Tomas Smetana <[email protected]>, 2016. #zanata
88
# Andika Triwidada <[email protected]>, 2017. #zanata
9-
# Piotr Drąg <[email protected]>, 2017. #zanata
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: PACKAGE VERSION\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"POT-Creation-Date: 2016-10-06 19:16+0200\n"
15-
"PO-Revision-Date: 2017-05-15 08:42-0400\n"
14+
"PO-Revision-Date: 2017-06-15 09:14-0400\n"
1615
"Last-Translator: Piotr Drąg <[email protected]>\n"
1716
"Language-Team: Indonesian\n"
1817
"MIME-Version: 1.0\n"
@@ -1503,10 +1502,10 @@ msgid "ZFS"
15031502
msgstr "ZFS"
15041503

15051504
#: ../udisks/udisksclient.c:1951
1506-
#, fuzzy, c-format
1505+
#, c-format
15071506
msgctxt "fs-type"
15081507
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
1509-
msgstr "Anggota RAID Intel Rapid Storage Technology enterprise"
1508+
msgstr "Anggota RAID Intel Rapid Storage Technology enterprise (versi %s)"
15101509

15111510
#: ../udisks/udisksclient.c:1951
15121511
#, c-format

po/ja.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ msgid "ZFS"
14861486
msgstr "ZFS"
14871487

14881488
#: ../udisks/udisksclient.c:1951
1489-
#, fuzzy, c-format
1489+
#, c-format
14901490
msgctxt "fs-type"
14911491
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
14921492
msgstr ""

po/kk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ msgid "ZFS"
14931493
msgstr "ZFS"
14941494

14951495
#: ../udisks/udisksclient.c:1951
1496-
#, fuzzy, c-format
1496+
#, c-format
14971497
msgctxt "fs-type"
14981498
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
14991499
msgstr "Intel Rapid Storage Technology enterprise RAID мүшесі (нұсқасы %s)"

po/ko.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ msgid "ZFS"
14871487
msgstr "ZFS"
14881488

14891489
#: ../udisks/udisksclient.c:1951
1490-
#, fuzzy, c-format
1490+
#, c-format
14911491
msgctxt "fs-type"
14921492
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
14931493
msgstr ""

po/nl.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ msgid "ZFS"
15191519
msgstr "ZFS"
15201520

15211521
#: ../udisks/udisksclient.c:1951
1522-
#, fuzzy, c-format
1522+
#, c-format
15231523
msgctxt "fs-type"
15241524
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
15251525
msgstr "Intel Rapid Storage Technology enterprise RAID Member (version %s)"

po/pl.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"Project-Id-Version: PACKAGE VERSION\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2016-10-06 19:16+0200\n"
15-
"PO-Revision-Date: 2017-03-28 11:10-0400\n"
15+
"PO-Revision-Date: 2017-06-29 08:48-0400\n"
1616
"Last-Translator: Piotr Drąg <[email protected]>\n"
1717
"Language-Team: Polish\n"
1818
"MIME-Version: 1.0\n"
@@ -2785,7 +2785,7 @@ msgstr "Płyta %s"
27852785
#, c-format
27862786
msgctxt "drive-with-size"
27872787
msgid "%s Drive"
2788-
msgstr "Napęd o rozmiarze %s"
2788+
msgstr "Napęd (%s)"
27892789

27902790
#. Translators: Used to describe a drive we know very little about (removable
27912791
#. media or size not known)
@@ -2801,7 +2801,7 @@ msgstr "Napęd"
28012801
#, c-format
28022802
msgctxt "disk-non-rotational"
28032803
msgid "%s Disk"
2804-
msgstr "Dysk o rozmiarze %s"
2804+
msgstr "Dysk (%s)"
28052805

28062806
#. Translators: Used to describe a non-rotating drive (rotation rate either
28072807
#. unknown
@@ -2819,7 +2819,7 @@ msgstr "Dysk"
28192819
#, c-format
28202820
msgctxt "disk-hdd"
28212821
msgid "%s Hard Disk"
2822-
msgstr "Dysk twardy o rozmiarze %s"
2822+
msgstr "Dysk twardy (%s)"
28232823

28242824
#. Translators: Used to describe a hard-disk drive (HDD) (removable media or
28252825
#. size not known)
@@ -2844,7 +2844,7 @@ msgstr "Czytnik kart %s"
28442844
#, c-format
28452845
msgctxt "drive-with-size-and-type"
28462846
msgid "%s %s Drive"
2847-
msgstr "Napęd o rozmiarze %s — %s"
2847+
msgstr "Napęd (%s) — %s"
28482848

28492849
#. Translators: Used to describe drive. The first %s is the drive type e.g.
28502850
#. 'Thumb'.
@@ -2861,23 +2861,23 @@ msgstr "Napęd %s"
28612861
#, c-format
28622862
msgctxt "optical-media"
28632863
msgid "Blank %s"
2864-
msgstr "Pusta płyta %s"
2864+
msgstr "Pusta %s"
28652865

28662866
#. Translators: String used for a mixed disc. The %s is the disc type e.g.
28672867
#. "CD-ROM Disc"
28682868
#: ../udisks/udisksobjectinfo.c:771
28692869
#, c-format
28702870
msgctxt "optical-media"
28712871
msgid "Mixed %s"
2872-
msgstr "Mieszana płyta %s"
2872+
msgstr "Mieszana %s"
28732873

28742874
#. Translators: String used for an audio disc. The %s is the disc type e.g.
28752875
#. "CD-ROM Disc"
28762876
#: ../udisks/udisksobjectinfo.c:779
28772877
#, c-format
28782878
msgctxt "optical-media"
28792879
msgid "Audio %s"
2880-
msgstr "Dźwiękowa płyta %s"
2880+
msgstr "Dźwiękowa %s"
28812881

28822882
#. Translators: Used to describe a partition of a drive.
28832883
#. * The %u is the partition number.

po/ru.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
# Yuri Kozlov <[email protected]>, 2013
1010
# Yuri Myasoedov <[email protected]>, 2012
1111
# Tomas Smetana <[email protected]>, 2016. #zanata
12+
# Misha Shnurapet <[email protected]>, 2017. #zanata
1213
# Piotr Drąg <[email protected]>, 2017. #zanata
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: PACKAGE VERSION\n"
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2016-10-06 19:16+0200\n"
18-
"PO-Revision-Date: 2017-03-15 10:51-0400\n"
19-
"Last-Translator: Piotr Drąg <[email protected]>\n"
19+
"PO-Revision-Date: 2017-06-05 08:09-0400\n"
20+
"Last-Translator: Misha Shnurapet <[email protected]>\n"
2021
"Language-Team: Russian\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1680,7 +1681,7 @@ msgid "ZFS"
16801681
msgstr "ZFS"
16811682

16821683
#: ../udisks/udisksclient.c:1951
1683-
#, fuzzy, c-format
1684+
#, c-format
16841685
msgctxt "fs-type"
16851686
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
16861687
msgstr ""
@@ -2253,7 +2254,7 @@ msgstr "Расширенный Linux"
22532254
#: ../udisks/udisksclient.c:2324
22542255
msgctxt "part-type"
22552256
msgid "Linux RAID auto"
2256-
msgstr "Атоматический Linux RAID"
2257+
msgstr "Автоматический Linux-RAID"
22572258

22582259
#: ../udisks/udisksclient.c:2325
22592260
msgctxt "part-type"

po/sk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ msgid "ZFS"
15031503
msgstr "ZFS"
15041504

15051505
#: ../udisks/udisksclient.c:1951
1506-
#, fuzzy, c-format
1506+
#, c-format
15071507
msgctxt "fs-type"
15081508
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
15091509
msgstr "Člen Intel Rapid Storage Technology enterprise RAID (verzia %s)"

po/sl.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ msgid "ZFS"
15231523
msgstr "ZFS"
15241524

15251525
#: ../udisks/udisksclient.c:1951
1526-
#, fuzzy, c-format
1526+
#, c-format
15271527
msgctxt "fs-type"
15281528
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
15291529
msgstr ""

po/sr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ msgid "ZFS"
15781578
msgstr "ЗФС"
15791579

15801580
#: ../udisks/udisksclient.c:1951
1581-
#, fuzzy, c-format
1581+
#, c-format
15821582
msgctxt "fs-type"
15831583
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
15841584
msgstr ""

po/sv.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ msgid "ZFS"
14931493
msgstr "ZFS"
14941494

14951495
#: ../udisks/udisksclient.c:1951
1496-
#, fuzzy, c-format
1496+
#, c-format
14971497
msgctxt "fs-type"
14981498
msgid "Intel Rapid Storage Technology enterprise RAID Member (version %s)"
14991499
msgstr "Intel Rapid Storage Technology enterprise RAID-medlem (version %s)"

0 commit comments

Comments
 (0)