deja-dup/deja-dup.changes

183 lines
7.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon May 16 16:28:53 UTC 2011 - dimstar@opensuse.org
- Add glib2 gsettings schema handling macros to post and postun.
-------------------------------------------------------------------
Wed Apr 27 09:48:23 CEST 2011 - dimstar@opensuse.org
- Update to version 18.1.1:
+ Actually work with NetworkManager 0.9
+ Updated translations.
- Changes from version 18.1:
+ Work with NetworkManager 0.9
- Changes from version 18.0:
+ If using an older duplicity and it gives a certain bogus "time
not moving forward" error, handle it instead of passing the
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.
- 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
- 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.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
-------------------------------------------------------------------
Tue Dec 14 16:17:23 CET 2010 - vuntz@opensuse.org
- Own directories of localized man pages to fix build. Also move
those files to the main package: they should eventually live in
the lang subpackage, but at the moment, they would create a file
conflict between bundles and the lang subpackage.
- Own %{_libdir}/deja-dup.
-------------------------------------------------------------------
Sat Nov 20 20:22:58 CET 2010 - badshah400@gmail.com
- Update to version 16.1.1:
+ Bug fixes: Fix help documentation translations
- Changes in version 16.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
-------------------------------------------------------------------
Tue Sep 28 13:32:06 CEST 2010 - vuntz@opensuse.org
- Update to version 16.0:
+ Updated translations.
-------------------------------------------------------------------
Sun Sep 12 11:35:17 CEST 2010 - dimstar@opensuse.org
- Update to version 15.92:
+ Support ConnMan
+ Disable explicit resume support until bugs with it are fixed
+ Fix a bug where symlink excludes were actually included.
- Rebase deja-dup-monitor_check_for_gtk.patch.
- Handle new deja-dup-preferences.desktop.
-------------------------------------------------------------------
Thu Aug 12 12:29:24 CEST 2010 - vuntz@opensuse.org
- Remove desktop-file-utils BuildRequires and change vala-devel
BuildRequires to vala.
- Split a nautilus-deja-dup subpackage for the nautilus extension.
- Pass --without-gtk3 to configure to explicitly disable GTK+ 3 at
the moment.
- Put localized man pages in the lang package.
-------------------------------------------------------------------
Wed Aug 11 14:25:56 UTC 2010 - dimstar@opensuse.org
- Minor spec cleanups like trailing spaces and the like.
- Add gnome-common BuildRequires and use gnome-autogen.sh for the
patch to re-bootstrap.
- Convert generic BuildRequires to pkgconfig() ones:
+ gconf2-devel => gconf-2.0
+ nautilus-devel => nautilus-extension
+ unique-devel => unique-1.0
+ libnotify-devel => libnotify
+ gnome-keyring-devel => gnome-keyring-1
- Drop un-needed BuildRequires: gettext, pango-devel, intltool,
glib2-devel, cairo-devel, libtool.
- Use %{?_smp_mflags} for parallel build.
-------------------------------------------------------------------
Wed Aug 11 15:03:10 CEST 2010 - lmedinas@opensuse.org
- Initial import.