File gnome-disk-utility.changes of Package gnome-disk-utility
-------------------------------------------------------------------
Mon Apr 23 08:08:41 UTC 2012 - vuntz@opensuse.org
- Update to version 3.4.1:
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 26 15:30:34 UTC 2012 - vuntz@opensuse.org
- Update to version 3.4.0:
+ Initialize gettext support so i18n actually works.
+ Small theming fix.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 13 17:43:00 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.93:
+ Use "Size", not "Disk Size"
+ Show WWN for a disk/drive, if available
+ Fix a couple of internationalization problems
+ Reword potentially confusing description of SMART attribute
+ Various interface improvements to fstab and crypttab dialogs
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 27 14:41:48 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.92:
+ Improve fstab and crypttab dialogs.
+ Use units in application provided CSS to shut up recent GTK+
warning
+ Fix bug when updating negative checkbutton options
+ Use proper capitalization for "Edit mount options..." menu item
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 8 12:10:59 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.91:
+ Add application menu.
+ Include "nosuid,nodev" when proposing options for a new fstab
entry.
+ Add nofail checkbox when editing entries.
+ Several other code changes.
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
-------------------------------------------------------------------
Sat Jan 21 09:25:29 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.90:
+ Complete rewrite, using udisks2.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Completely change packaging because of the complete rewrite:
+ Add pkgconfig() BuildRequires: gio-unix-2.0, udisks2.
+ Drop pkgconfig() BuildRequires: avahi-ui-gtk3, dbus-glib-1,
glib-2.0, gnome-keyring-1, libatasmart, libnautilus-extension,
libnotify, udisks, unique-3.0, x11.
+ Add intltool BuildRequires.
+ Drop gdbm-devel, gnome-doc-utils-devel, gtk-doc BuildRequires.
+ Drop libgdu0, libgdu-gtk0, libgdu-devel, libgdu-gtk-devel
subpackages: the libraries don't exist anymore.
+ Rename libgdu-lang subpackage to gnome-disk-utility-lang.
+ Change udisks Requires to udisks2, since this what is used now.
+ Add gnome-disk-utility-lang Recommends.
+ Stop passing now non-existing --disable-scrollkeeper option to
configure.
+ Rewrite summary and description.
-------------------------------------------------------------------
Wed Oct 26 16:04:42 UTC 2011 - badshah400@gmail.com
- Modified categories in .desktop file so that it is grouped with
"System" applications in the desktop menus (bnc#714333)
-------------------------------------------------------------------
Sat Jul 9 11:41:16 CEST 2011 - dimstar@opensuse.org
- Update to version 3.0.2:
+ Revert back to using HBox and VBox
+ Change build system to not avoid deprecated functions.
- Changes from version 3.0.1:
+ bgo#612872: wrong base-10 prefix KB (correct is kB)
+ Add support for DeviceAutomountHint
+ Add --enable-strict and default to this for developer builds
+ Add Unity to OnlyShowIn
+ Replacing hbox/vbox with box
+ Updated translations.
-------------------------------------------------------------------
Tue Apr 5 13:56:36 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.0:
+ Use the right directory for the nautilus extension
+ Drop fix-nautilus-extension-path.patch: fixed upstream.
+ Add Settings category to palimpsest.desktop, via call to
%suse_update_desktop_file.
-------------------------------------------------------------------
Tue Mar 29 12:13:42 UTC 2011 - fcrozat@novell.com
- Update to version 2.91.7:
+ bgo#645174: New icons
+ Use more accurate categories in the desktop file
+ Make the S.M.A.R.T and benchmark dialogs work better with the
shell.
+ Updated translations.
- Add fix-nautilus-extension-path.patch: ensure the right version
is used for nautilus extension path.
-------------------------------------------------------------------
Thu Mar 3 16:46:09 CET 2011 - fcrozat@novell.com
- Update to version 2.91.6:
+ Port to GTK+ 3.
+ Use non-NULL display for launch context
+ Updated translations.
- Change BuildRequires to pkgconfig() ones:
+ old ones: dbus-1-glib-devel, glib2-devel, libatasmart-devel,
libgnome-keyring-devel, libnotify-devel, libunique-devel,
nautilus-devel, udisks-devel.
+ pkgconfig() ones: avahi-ui-gtk3, dbus-glib-1, glib-2.0,
gnome-keyring-1, gtk+-3.0, libatasmart, libnautilus-extension,
libnotify, udisks, unique-3.0, x11.
- Remove explicit Requires of devel packages in devel subpackages:
they will automatically be added the pkgconfig() way.
-------------------------------------------------------------------
Sun Feb 13 14:25:10 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
-------------------------------------------------------------------
Fri Dec 17 10:35:05 CET 2010 - vuntz@opensuse.org
- Update to version 2.32.1:
+ Require libnotify 0.6.1
-------------------------------------------------------------------
Tue Sep 28 19:11:11 UTC 2010 - aj@suse.de
- Change lang package Requires to Recommends since it is not
mandatory at runtime.
-------------------------------------------------------------------
Wed Sep 15 19:48:22 CEST 2010 - dimstar@opensuse.org
- Update to version 2.32.0:
+ Compile against latest gtk+.
+ Make the Apply button in edit-name dialogs default.
+ Use accessor functions instead direct access.
+ Nuke gtk-doc usage for now.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 30 22:44:02 CEST 2010 - vuntz@opensuse.org
- Update to version 2.30.1:
+ bgo#613004 - Crash in gdu_adapter_get_object_path at
gdu-adapter.c:288
+ rh#560336 - Rendering broken for some part of application
- Changes from version 2.30.0:
+ Fix typo when figuring out if remote access is enabled
+ Handle loop devices
+ Rudimentary support for loop files
+ Don't include non-working Help menu item
+ bgo#606663 - Change default chunk size to match mdadm (512KiB)
+ Use gtk_widget_has_focus() instead of deprecated
GTK_WIDGET_HAS_FOCUS()
+ Unify mix color handling
+ Fix theming for the volume grid widget respect
+ String-related fixes.
+ Add StartupNotify=true to the desktop file
-------------------------------------------------------------------
Tue Mar 23 15:16:25 UTC 2010 - dimstar@opensuse.org
- Remove en@shaw locale on openSUSE <= 11.2.
-------------------------------------------------------------------
Wed Feb 24 15:39:17 CET 2010 - dimstar@opensuse.org
- Update to version 2.29.90:
+ A new UI
+ For a full list of changes please see NEWS.
- Change dependencies from DeviceKit-disks to udisks.
- BuildRequires gdbm-devel and libavahi-glib-devel.
-------------------------------------------------------------------
Wed Dec 23 10:33:47 CET 2009 - vuntz@opensuse.org
- Change gnome-keyring-devel BuildRequires to
libgnome-keyring-devel, following the module split upstream.
-------------------------------------------------------------------
Sat Nov 14 21:12:37 CET 2009 - vuntz@opensuse.org
- Update to version 2.28.1:
+ Turn some warnings that are not fatal into debug messages
+ Use stock delete and apply buttons
+ Fix library translations
+ Use translated string for button label
+ Translate file system types
+ Forgotten string
+ Nautilus extension: ref and unref objects correctly
+ Don't crash when presentable has no device
+ Updated translations.
-------------------------------------------------------------------
Fri Oct 2 11:24:56 CEST 2009 - vuntz@opensuse.org
- Update to version 2.28.0:
+ Improved UI for ATA SMART dialogs
+ Fix string issues (bgo#592006, bgo#593381)
+ Updated translations.
- Add libatasmart-devel BuildRequires.
-------------------------------------------------------------------
Wed Sep 9 18:08:29 CEST 2009 - vuntz@opensuse.org
- Update to version 0.5:
+ Fix strings for translation.
+ bgo#591170 – fix smartmoontools URL
+ Add support for new :drive-can-spindown property
+ Start writing a dialog to set up Software RAID
+ More detail in the TreeView and incremental work on the Create
RAID dialog
+ First usable version of the Create RAID Array dialog
+ Fix a crasher when determining unallocated on unactivated
drives
+ Fix up drive name for non-USB SD drives
+ grid: Clarify property comment
+ Add API for new :device-presentation-nopolicy property in DKD
+ Use g_mount_unmount_with_operation() in the format tool
+ Drop polkit references from pc files
+ Updated translations.
- Remove PolicyKit-devel and PolicyKit-gnome-devel Requires from
devel packages.
-------------------------------------------------------------------
Sun Jul 26 00:42:41 CEST 2009 - captain.magnus@opensuse.org
- Update to version 0.4:
+ Rip out PolicyKit support and bump version after release
+ Check for DeviceKit-disks pkg-config file so the build can fail
earlier
+ Add support for new DriveDetach() method and :drive-can-detach
property
+ Expose a way to detach devices
+ Catch up with latest DeviceKit-disks API where
:drive-requires-eject is gone
+ fdo#584962 - palimpsest SIGTRAPs on unknown flag
+ fdo#581179 - Don't expose branding to the user
+ fdo#582881 - Typos in original strings
+ fdo#585332 - Wrong spelling "The mininum size of the element"
in original
+ fdo#585384 - "Blank" - adjective or verb
+ fdo#585388 - Translation comment needed "Operations should go
here"
+ fdo#585392 - Spelling error "incomptible"
+ fdo#581841 - String typos
+ Use themed icons for Zip and Jaz drives
+ Rework formatting tool so it's simpler and easier to use
+ Use new API to add UI for checking/repairing Linux MD RAID
arrays
+ Use GtkInfoBar to show job progress
+ Port from SexyUrlLabel to GtkLabel
+ Fix a bug where GduLinuxMdDrive didn't emit ::job-changed
signals
+ Remove gdu-section-job.[ch] from POTFILES.in since they no
longer exist
+ Use AM_SILENT_RULES if available
+ Don't show markup in the UI
+ Translation updates.
- Remove PolicyKit-devel, PolicyKit-gnome-devel, libsexy-devel and
libxml2-devel from BuildRequires.
-------------------------------------------------------------------
Sat Jun 13 02:49:34 CEST 2009 - mboman@suse.de
- New packages