Accepting request 68747 from home:vuntz:branches:GNOME:Apps

tweak

OBS-URL: https://build.opensuse.org/request/show/68747
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=15
This commit is contained in:
Vincent Untz
2011-04-28 22:57:33 +00:00
committed by Git OBS Bridge
parent ce61188b85
commit 5a99948cb0
2 changed files with 97 additions and 19 deletions

View File

@@ -12,13 +12,87 @@ Wed Apr 27 09:48:23 CEST 2011 - dimstar@opensuse.org
error along
+ Create backup location folder if it doesn't exist
+ Don't show duplicate external hard drives.
- Changes from version 17.92:
- Re-enabled support for resuming a backup, if using the
unreleased duplicity 0.6.13
- New icon
+ Updated translations.
- Changes from version 17.91:
+ Rename Quit to Close
+ Bug Fixes:
- Fix a couple issues with Unity integration (like not showing
in launcher)
- Fix some broken label mnemonics in the preferences
+ Updated translations.
- Changes from version 17.90:
+ When entering an encryption password for the first time, it now
needs to be confirmed to avoid typo mistakes
+ First pass at optional Unity integration (instead of a status
icon)
+ Bug Fixes:
- Fixed bug with remote locations that made it impossible to
set a remote folder
- Fix a couple rare crashers
+ Updated translations.
- Changes from version 17.6:
+ Exclude Adobe flash cache directory by default
+ Add documentation for how to get your data back even if Déjà
Dup isn't working
+ Bug Fixes:
- Don't show error if both Déjà Dup and nautilus are trying to
mount a volume at the same time
- Allow removing multiple folders from the preferences at the
same time
- Handle more odd symlink-in-include-path situations
- Fix odd behavior (possibly a crash) when cancelling a backup
or restore
- Changes from version 17.5:
+ Add support for the Rackspace Cloud Files service
+ Use hostname in default Amazon S3 folder name
+ Add Downloads folder to default exclude list
+ Bug Fixes:
- Fix crash when changing backup location on first startup
- When browsing for a local folder, start the dialog in the
current folder setting
+ Updated translations.
- Changes from version 17.4:
+ Reorganize the backup location preferences to be more intuitive
+ Updated translations.
- Changes from version 17.3:
+ Bug fixes:
- Fix crash when changing backup location
- Fix date formats when restoring to be more consistent
+ Updated translations.
- Changes from version 17.2:
+ Add a "Restore Missing Files" interface, accessed via nautilus
+ Support GNOME Shell persistent notifications
+ Only calculate progress bar if a fresh backup is being made
+ Bug Fixes:
- If Duplicity looks like it's hitting a common ad-metadata
bug, clear cache and try again
- Changes from version 17.1:
+ Bug Fixes:
- If backup destination does not report free size, just
continue anyway
- Fix bug preventing sudo and encryption getting along
- Don't ask for root password when restoring into the user's
home folder
- Changes from version 17.0:
+ Use GSettings instead of gconf
+ Updated translations.
- For a complete list of changes between 16.1.1 and 18.0 see NEWS.
- BuildRequire intltool.
- Drop deja-dup-monitor_check_for_gtk.patch: fixed upstream and
related gnome-common BuildRequires and gnome-autogen.sh call.
- Switch between gtk2/gtk3 based on favor_gtk2 macro.
- Add pkgconfig(gtk+-3.0) and pkgconfig(unique-3.0) BuildRequires
when building gtk3 variant.
- Drop deja-dup-monitor_check_for_gtk.patch: fixed upstream. Also
remove related gnome-common BuildRequires and gnome-autogen.sh
call.
- Add intltool and perl-gettext BuildRequires.
- Drop pkgconfig(gconf-2.0) BuildRequires.
- Switch between gtk2/gtk3 based on favor_gtk2 macro:
+ Pass --without-gtk3/--with-gtk3 to configure.
+ Use appropriate pkgconfig() BuildRequires: gtk+-2.0 and
unique-1.0, or gtk+-3.0 and unique-3.0.
- Replace GConf2 schemas handling with GSettings schemas handling,
with %glib2_gsettings_schema_* macros, and remove
--disable-schemas-install from configure call.
-------------------------------------------------------------------
Sat Feb 12 17:09:17 CET 2011 - vuntz@opensuse.org