[ubuntu/lucid] udisks 1.0.0~git20100223.a38230-2 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Tue Feb 23 10:35:24 GMT 2010
udisks (1.0.0~git20100223.a38230-2) experimental; urgency=low
* New upstream git snapshot:
- Add support for "disable polling" udev property. (LP: #379780)
- Rework partition table probing; In particular, always respect
UDISKS_PARTITION_* and UDISKS_PARTITION_TABLE_* udev properties.
- Export alignment offset for a partition
- testsuite: Fix LVM tests
udisks (1.0.0~git20100212.aae17d9-1) experimental; urgency=low
[ Michael Biebl ]
* Git snapshot of the upcoming 1.0.0 release:
- The project has been renamed from DeviceKit-disks to udisks.
- A program for bridging D-Bus over TCP/IP over SSH has been provided.
- An API for benchmarking drives has been added.
- Host Adapters, Ports and Expanders are now exported as D-Bus objects.
- Intial support for LVM2.
* Update packaging files for the udisks renaming.
* Remove patches that have been merged upstream
- debian/patches/00git-lv-nopolicy.patch
- debian/patches/02-allow-simulated-smart.patch
- debian/patches/03-hide-configuration-partition-12.patch
- debian/patches/04-hide-wd-smartware-partition.patch
- debian/patches/06-guid-partition-flags.patch
- debian/patches/07-fix-atasmart-crash.patch
- debian/patches/09-reiserfs-support.patch
* Refresh patches
- debian/patches/01-mkfs-tempdir.patch
* Disable patches until ported to udisks
- debian/patches/08-dont-probe-dm-devices.patch
- debian/patches/10-ide-cd-support.patch
* Bump Standards-Version to 3.8.4. No further changes.
[ Martin Pitt ]
* Build a transitional devicekit-disks-doc package to faciliate the upgrade
to udisks-doc. Add an epoch to that binary package, since udisks' version
number is smaller than devicekit-disks'.
devicekit-disks (009-2) unstable; urgency=low
[ Michael Biebl ]
* debian/patches/09-reiserfs-support.patch
- Add support for ReiserFS.
[ Martin Pitt ]
* Add debian/local/ubuntu.pkla: Allow passwordless file system operations
for local foreground admin user sessions on Ubuntu. Install it in
debian/rules. (LP: #465054)
* Add 02-allow-simulated-smart.patch: Allow simulated SMART data on
non-SMART devices. This is both useful for testing DK-disks itself, as
well as recreating bugs with SMART handling. (fd.o #24772)
* Add 03-hide-configuration-partition-12.patch: Hide Compaq recovery
partition type 0x12. (fd.o #24999, LP: #451304)
* Add 04-hide-wd-smartware-partition.patch: Ignore Western Digital SmartWare
partitions. (fd.o #25009, LP: #474790)
* Add 06-guid-partition-flags.patch: Fix setting flags for GUID partitions.
(fd.o #25034)
* Add 07-fix-atasmart-crash.patch: Fix common crash when
devkit-disks-helper-ata-smart-collect succeeds, but returns invalid base64
data on stdout. (fd.o #25043, LP: #419663)
* debian/local/apport-hook.py:
- Drop attaching /etc/fstab; it might contain samba (etc.) passwords which
need to be filtered out.
- Collect available ATA SMART blobs; they are very useful in debugging
libatasmart related problems and do not usually pose a privacy risk.
[ Michael Biebl ]
* debian/patches/10-ide-cd-support.patch
- Add support for cd-roms using the legacy ide-cd subsystem by poking the
device with ioctl() and triggering a fake "change" uevent on state
changes. (Closes: #550316)
devicekit-disks (009-1) unstable; urgency=low
[ Martin Pitt ]
* New upstream release.
* 08-dont-probe-dm-devices.patch: Update for new release.
* Drop 07-media-player-icon.patch as well, it was included upstream in 008.
* debian/devicekit-disks.postinst: Update udev after installation to pick up
(changes of) our udev rules. (Closes: #548758)
* debian/control: Add missing udev dependency.
* debian/control: Add dependencies to various file system tools which DK-D
uses to implement its functionality:
- Recommends: dosfstools, mtools, ntfs-3g (the more popular ones)
- Suggests: xfsprogs, reiserfsprogs, mdadm, cryptsetup
* Add 00git-lv-nopolicy.patch: Fix LVM LVs to have NOPOLICY=1 again.
(Accepted into upstream trunk.)
[ Michael Biebl ]
* debian/patches/08-dont-probe-dm-devices.patch
- Skip probing dm devices (using devkit-disks-part-id) for which DM_HIDE
is set. (Closes: #545032)
- Instead of checking for DKD_DM_STATE, test if DM_NAME is setup.
* Add debian/README.source which refers to the quilt documentation.
* debian/control: Add Recommends on ntfsprogs for proper NTFS support.
devicekit-disks (008-1) unstable; urgency=low
* New upstream release.
* Drop patches that have been merged upstream
- debian/patches/00git-crash-on-removing-NULL-value-from-hash.patch
- debian/patches/00git-fix-inhibit.patch
- debian/patches/02-unlock-CD-trays-after-mounting.patch
- debian/patches/03-fix-subsystem-check-for-firewire.patch
- debian/patches/04-mount-vfat-with-shortname-mixed-by-default.patch
- debian/patches/06-show-MMC-MemStick-cards-by-default.patch
* debian/devicekit-disks.postinst
- Use start-stop-daemon instead of kill+pidof to stop the running
devkit-disks-daemon process on upgrades.
devicekit-disks (007-3) unstable; urgency=low
[ Martin Pitt ]
* Add debian/local/apport-hook.py: Apport package hook for collecting
hardware information, devkit-disks --dump, mounts, and fstab. Install it
in debian/rules when building on Ubuntu. Add "lsb-release" build
dependency for this.
* Add 07-media-player-icon.patch: Use "media-player" icon for storage
devices tagged with ID_MEDIA_PLAYER. (LP: #440290)
[ Michael Biebl ]
* debian/control
- Add Recommends on policykit-1.
- Add Recommends on hdparm which is required for disk spin down.
(Closes: #550773)
* debian/patches/08-dont-probe-dm-devices.patch
- Don't probe device-mapper devices and instead use the information that
is already available in DM_NAME and DM_UUID. (Closes: #545032)
devicekit-disks (007-2) experimental; urgency=low
* debian/rules: Enable quilt patch system. Add quilt build dependency.
* Add 01-mkfs-tempdir.patch: Daemon does not create /var/run/DeviceKit-disks/,
so mkfs jobs fail. Just create the directory in /tmp, this is what /tmp is
for, after all. (See https://bugs.freedesktop.org/show_bug.cgi?id=24265)
* Add 00git-fix-inhibit.patch: Actually make Inhibit() work again. Taken
from upstream git head. (LP: #428133)
* Add 02-unlock-CD-trays-after-mounting.patch: Unlike in the hal world, we
do not have a daemon polling CD drives for eject button presses. In order
to make hardware tray eject buttons work, unlock the tray after
mounting a CD. This is pretty much equivalent to yanking out USB sticks,
which we already handle reasonably (detecting disappeared device,
force-unmounting). (https://bugs.freedesktop.org/show_bug.cgi?id=24052,
LP: #397734)
* Add 03-fix-subsystem-check-for-firewire.patch: Firewire subsystem is
called "ieee1394" in current Linux. Now check for both "ieee1394" and
"firewire". This fixes firewire drives to not be considered system
internal any more. (https://bugs.freedesktop.org/show_bug.cgi?id=24351,
LP: #442604)
* Add 04-mount-vfat-with-shortname-mixed-by-default.patch: The previous
default, shortname=lower, breaks all-uppercase file names ("touch
FOO" creates "foo"), thus breaks rsync, and Windows compatibility. The
default was changed in the Linux kernel for 2.6.32 as well.
(https://bugs.freedesktop.org/show_bug.cgi?id=24129, LP: #428174)
* Add 00git-crash-on-removing-NULL-value-from-hash.patch: Properly handle
the situtation where we're processing a 'change' event but the 'remove'
event has happened but is still queued up in our own process. Also handle
device file renames and 'move' uevents.
(http://bugs.freedesktop.org/show_bug.cgi?id=24264, LP: #414407)
* Add 06-show-MMC-MemStick-cards-by-default.patch: Show MMC/MemStick cards
by default; the previous whitelist in the udev rules ignored them.
(https://bugs.freedesktop.org/show_bug.cgi?id=24053, LP: #429752)
* Add 05-german-translations.patch: Add German translations.
(https://bugs.freedesktop.org/show_bug.cgi?id=2024420)
devicekit-disks (007-1) unstable; urgency=low
* New upstream release:
- Drop usage of DeviceKit, talk directly to udev now.
- Port to PolicyKit 1 API.
- Lots of bug fixes.
* debian/control:
- libpolkit-dbus-dev → libpolkit-gobject-1-dev, libpolkit-backend-1-dev
build dependency. (PolicyKit 1 API)
- libdevkit-gobject-dev → libgudev-1.0-dev build dependency, drop
devicekit dependency (death to DeviceKit).
- Bump libatasmart-dev build dependency to >= 0.14 as required by
upstream.
- Bump libudev-dev build dependency to >= 0.142 as required by upstream.
- Drop libsqlite3-dev build-dependency, not necessary any more.
- Add libsgutils2-dev build dependency as required by upstream.
* debian/devicekit-disks.install:
- Update path for new policykit-1 files.
- Add new pkgconfig file.
- Install usr/share/locale and usr/share/man.
* debian/rules: Ignore usr/lib/polkit-1/ for dh_makeshlibs, they are backends
for PolicyKit.
* debian/rules: Explicitly enable gtk-doc, not done by default any more.
* debian/control: Bump Standards-Version to 3.8.3 (no changes necessary).
* Add debian/devicekit-disks.postinst: Kill the old devkit-disks-daemon on
upgrade, to ensure that the new version will be used at the next occasion.
(LP: #403192)
* debian/control: Add Breaks to GDU libraries << 2.28, since the D-Bus API
changed.
* debian/*.install: Drop debian/tmp/ prefix, since we use dh compat 7.
Also, simplify and sort the file lists.
* Drop reduntant debian/devicekit-disks.manpages, already done in *.install.
* debian/control: Add myself to Uploaders: with Michael's consent.
devicekit-disks (004-1) experimental; urgency=low
* Initial release. (Closes: #521364)
Date: Tue, 23 Feb 2010 11:25:25 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
Origin: debian/unstable
https://launchpad.net/ubuntu/lucid/+source/udisks/1.0.0~git20100223.a38230-2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Origin: debian/unstable
Format: 1.8
Date: Tue, 23 Feb 2010 11:25:25 +0100
Source: udisks
Binary: udisks udisks-doc devicekit-disks-doc
Architecture: source
Version: 1.0.0~git20100223.a38230-2
Distribution: lucid
Urgency: low
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
devicekit-disks-doc - transitional package to udisks-doc
udisks - abstraction for enumerating block devices
udisks-doc - abstraction for enumerating block devices - documentation
Closes: 521364 545032 548758 550316 550773
Launchpad-Bugs-Fixed: 379780 397734 403192 414407 419663 428133 428174 429752 440290 442604 451304 465054 474790
Changes:
udisks (1.0.0~git20100223.a38230-2) experimental; urgency=low
.
* New upstream git snapshot:
- Add support for "disable polling" udev property. (LP: #379780)
- Rework partition table probing; In particular, always respect
UDISKS_PARTITION_* and UDISKS_PARTITION_TABLE_* udev properties.
- Export alignment offset for a partition
- testsuite: Fix LVM tests
.
udisks (1.0.0~git20100212.aae17d9-1) experimental; urgency=low
.
[ Michael Biebl ]
* Git snapshot of the upcoming 1.0.0 release:
- The project has been renamed from DeviceKit-disks to udisks.
- A program for bridging D-Bus over TCP/IP over SSH has been provided.
- An API for benchmarking drives has been added.
- Host Adapters, Ports and Expanders are now exported as D-Bus objects.
- Intial support for LVM2.
* Update packaging files for the udisks renaming.
* Remove patches that have been merged upstream
- debian/patches/00git-lv-nopolicy.patch
- debian/patches/02-allow-simulated-smart.patch
- debian/patches/03-hide-configuration-partition-12.patch
- debian/patches/04-hide-wd-smartware-partition.patch
- debian/patches/06-guid-partition-flags.patch
- debian/patches/07-fix-atasmart-crash.patch
- debian/patches/09-reiserfs-support.patch
* Refresh patches
- debian/patches/01-mkfs-tempdir.patch
* Disable patches until ported to udisks
- debian/patches/08-dont-probe-dm-devices.patch
- debian/patches/10-ide-cd-support.patch
* Bump Standards-Version to 3.8.4. No further changes.
.
[ Martin Pitt ]
* Build a transitional devicekit-disks-doc package to faciliate the upgrade
to udisks-doc. Add an epoch to that binary package, since udisks' version
number is smaller than devicekit-disks'.
.
devicekit-disks (009-2) unstable; urgency=low
.
[ Michael Biebl ]
* debian/patches/09-reiserfs-support.patch
- Add support for ReiserFS.
.
[ Martin Pitt ]
* Add debian/local/ubuntu.pkla: Allow passwordless file system operations
for local foreground admin user sessions on Ubuntu. Install it in
debian/rules. (LP: #465054)
* Add 02-allow-simulated-smart.patch: Allow simulated SMART data on
non-SMART devices. This is both useful for testing DK-disks itself, as
well as recreating bugs with SMART handling. (fd.o #24772)
* Add 03-hide-configuration-partition-12.patch: Hide Compaq recovery
partition type 0x12. (fd.o #24999, LP: #451304)
* Add 04-hide-wd-smartware-partition.patch: Ignore Western Digital SmartWare
partitions. (fd.o #25009, LP: #474790)
* Add 06-guid-partition-flags.patch: Fix setting flags for GUID partitions.
(fd.o #25034)
* Add 07-fix-atasmart-crash.patch: Fix common crash when
devkit-disks-helper-ata-smart-collect succeeds, but returns invalid base64
data on stdout. (fd.o #25043, LP: #419663)
* debian/local/apport-hook.py:
- Drop attaching /etc/fstab; it might contain samba (etc.) passwords which
need to be filtered out.
- Collect available ATA SMART blobs; they are very useful in debugging
libatasmart related problems and do not usually pose a privacy risk.
.
[ Michael Biebl ]
* debian/patches/10-ide-cd-support.patch
- Add support for cd-roms using the legacy ide-cd subsystem by poking the
device with ioctl() and triggering a fake "change" uevent on state
changes. (Closes: #550316)
.
devicekit-disks (009-1) unstable; urgency=low
.
[ Martin Pitt ]
* New upstream release.
* 08-dont-probe-dm-devices.patch: Update for new release.
* Drop 07-media-player-icon.patch as well, it was included upstream in 008.
* debian/devicekit-disks.postinst: Update udev after installation to pick up
(changes of) our udev rules. (Closes: #548758)
* debian/control: Add missing udev dependency.
* debian/control: Add dependencies to various file system tools which DK-D
uses to implement its functionality:
- Recommends: dosfstools, mtools, ntfs-3g (the more popular ones)
- Suggests: xfsprogs, reiserfsprogs, mdadm, cryptsetup
* Add 00git-lv-nopolicy.patch: Fix LVM LVs to have NOPOLICY=1 again.
(Accepted into upstream trunk.)
.
[ Michael Biebl ]
* debian/patches/08-dont-probe-dm-devices.patch
- Skip probing dm devices (using devkit-disks-part-id) for which DM_HIDE
is set. (Closes: #545032)
- Instead of checking for DKD_DM_STATE, test if DM_NAME is setup.
* Add debian/README.source which refers to the quilt documentation.
* debian/control: Add Recommends on ntfsprogs for proper NTFS support.
.
devicekit-disks (008-1) unstable; urgency=low
.
* New upstream release.
* Drop patches that have been merged upstream
- debian/patches/00git-crash-on-removing-NULL-value-from-hash.patch
- debian/patches/00git-fix-inhibit.patch
- debian/patches/02-unlock-CD-trays-after-mounting.patch
- debian/patches/03-fix-subsystem-check-for-firewire.patch
- debian/patches/04-mount-vfat-with-shortname-mixed-by-default.patch
- debian/patches/06-show-MMC-MemStick-cards-by-default.patch
* debian/devicekit-disks.postinst
- Use start-stop-daemon instead of kill+pidof to stop the running
devkit-disks-daemon process on upgrades.
.
devicekit-disks (007-3) unstable; urgency=low
.
[ Martin Pitt ]
* Add debian/local/apport-hook.py: Apport package hook for collecting
hardware information, devkit-disks --dump, mounts, and fstab. Install it
in debian/rules when building on Ubuntu. Add "lsb-release" build
dependency for this.
* Add 07-media-player-icon.patch: Use "media-player" icon for storage
devices tagged with ID_MEDIA_PLAYER. (LP: #440290)
.
[ Michael Biebl ]
* debian/control
- Add Recommends on policykit-1.
- Add Recommends on hdparm which is required for disk spin down.
(Closes: #550773)
* debian/patches/08-dont-probe-dm-devices.patch
- Don't probe device-mapper devices and instead use the information that
is already available in DM_NAME and DM_UUID. (Closes: #545032)
.
devicekit-disks (007-2) experimental; urgency=low
.
* debian/rules: Enable quilt patch system. Add quilt build dependency.
* Add 01-mkfs-tempdir.patch: Daemon does not create /var/run/DeviceKit-disks/,
so mkfs jobs fail. Just create the directory in /tmp, this is what /tmp is
for, after all. (See https://bugs.freedesktop.org/show_bug.cgi?id=24265)
* Add 00git-fix-inhibit.patch: Actually make Inhibit() work again. Taken
from upstream git head. (LP: #428133)
* Add 02-unlock-CD-trays-after-mounting.patch: Unlike in the hal world, we
do not have a daemon polling CD drives for eject button presses. In order
to make hardware tray eject buttons work, unlock the tray after
mounting a CD. This is pretty much equivalent to yanking out USB sticks,
which we already handle reasonably (detecting disappeared device,
force-unmounting). (https://bugs.freedesktop.org/show_bug.cgi?id=24052,
LP: #397734)
* Add 03-fix-subsystem-check-for-firewire.patch: Firewire subsystem is
called "ieee1394" in current Linux. Now check for both "ieee1394" and
"firewire". This fixes firewire drives to not be considered system
internal any more. (https://bugs.freedesktop.org/show_bug.cgi?id=24351,
LP: #442604)
* Add 04-mount-vfat-with-shortname-mixed-by-default.patch: The previous
default, shortname=lower, breaks all-uppercase file names ("touch
FOO" creates "foo"), thus breaks rsync, and Windows compatibility. The
default was changed in the Linux kernel for 2.6.32 as well.
(https://bugs.freedesktop.org/show_bug.cgi?id=24129, LP: #428174)
* Add 00git-crash-on-removing-NULL-value-from-hash.patch: Properly handle
the situtation where we're processing a 'change' event but the 'remove'
event has happened but is still queued up in our own process. Also handle
device file renames and 'move' uevents.
(http://bugs.freedesktop.org/show_bug.cgi?id=24264, LP: #414407)
* Add 06-show-MMC-MemStick-cards-by-default.patch: Show MMC/MemStick cards
by default; the previous whitelist in the udev rules ignored them.
(https://bugs.freedesktop.org/show_bug.cgi?id=24053, LP: #429752)
* Add 05-german-translations.patch: Add German translations.
(https://bugs.freedesktop.org/show_bug.cgi?id=2024420)
.
devicekit-disks (007-1) unstable; urgency=low
.
* New upstream release:
- Drop usage of DeviceKit, talk directly to udev now.
- Port to PolicyKit 1 API.
- Lots of bug fixes.
* debian/control:
- libpolkit-dbus-dev → libpolkit-gobject-1-dev, libpolkit-backend-1-dev
build dependency. (PolicyKit 1 API)
- libdevkit-gobject-dev → libgudev-1.0-dev build dependency, drop
devicekit dependency (death to DeviceKit).
- Bump libatasmart-dev build dependency to >= 0.14 as required by
upstream.
- Bump libudev-dev build dependency to >= 0.142 as required by upstream.
- Drop libsqlite3-dev build-dependency, not necessary any more.
- Add libsgutils2-dev build dependency as required by upstream.
* debian/devicekit-disks.install:
- Update path for new policykit-1 files.
- Add new pkgconfig file.
- Install usr/share/locale and usr/share/man.
* debian/rules: Ignore usr/lib/polkit-1/ for dh_makeshlibs, they are backends
for PolicyKit.
* debian/rules: Explicitly enable gtk-doc, not done by default any more.
* debian/control: Bump Standards-Version to 3.8.3 (no changes necessary).
* Add debian/devicekit-disks.postinst: Kill the old devkit-disks-daemon on
upgrade, to ensure that the new version will be used at the next occasion.
(LP: #403192)
* debian/control: Add Breaks to GDU libraries << 2.28, since the D-Bus API
changed.
* debian/*.install: Drop debian/tmp/ prefix, since we use dh compat 7.
Also, simplify and sort the file lists.
* Drop reduntant debian/devicekit-disks.manpages, already done in *.install.
* debian/control: Add myself to Uploaders: with Michael's consent.
.
devicekit-disks (004-1) experimental; urgency=low
.
* Initial release. (Closes: #521364)
Checksums-Sha1:
7a701f4c0ac8103d00198473465cd20279e81041 1837 udisks_1.0.0~git20100223.a38230-2.dsc
35a701080f263acf2baa07cd4eed3d10bb270b31 703454 udisks_1.0.0~git20100223.a38230.orig.tar.gz
3db9cd7b48cb16602581be190541b7dac7b5d032 13228 udisks_1.0.0~git20100223.a38230-2.diff.gz
Checksums-Sha256:
c4da5007c27ad82ed3c1198c3be708284a9580634f41308527fd7d08af908b72 1837 udisks_1.0.0~git20100223.a38230-2.dsc
61cc2d61f7178a4a0a5ff850b2512f40f41a651ed1523bb1cd5279bb8a8e1137 703454 udisks_1.0.0~git20100223.a38230.orig.tar.gz
939d8db25f18713ef881dcf0e9bab87d6c0e86cf0073cdf0fa14343b1d44b90e 13228 udisks_1.0.0~git20100223.a38230-2.diff.gz
Files:
00c9a85ddb11bb73499a44756c06eaeb 1837 admin optional udisks_1.0.0~git20100223.a38230-2.dsc
7e37ca13018b9779a215096dc8bede9f 703454 admin optional udisks_1.0.0~git20100223.a38230.orig.tar.gz
39e7dd9fa537ecdc168abb67b5db66ed 13228 admin optional udisks_1.0.0~git20100223.a38230-2.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuDroAACgkQDecnbV4Fd/KDvwCfQd5OXXktz1B7hyrHoEbBVYbT
f4oAn1ZHgJ6ObDTc+RdUZbUpcW0BMfY6
=2Tx7
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list