** Description changed:

  Please sync bleachbit 1.10-1 (universe) from Debian testing (main)
+ ------------------------------------------------------------------
+ 
+ Upstream Changes:
+ 
+ * These are the changes since version 1.8:
+ 
+ - Clean passwords on Firefox version 32+.
+ - Clean Google Chrome cookies for non-default profiles.
+ - Clean more autofill on Google Chrome (reported by pcdoctor01). If you are 
logged in to Google Chrome, it may automatically restore some of these values 
from your online Google account unless you disable the option Show addresses 
and credit cards from Google Payments in the autofill page of Google Chrome 
settings.
+ - Add size column to side tree control (thanks to Ivor Hewitt).
+ - Add an option to show file sizes as IEC units (1 KiB = 1024 bytes) instead 
of SI units (1 kB = 1000 bytes; thanks to Tristan Stenner).
+ - Speed up identification of files using regular expressions by 5% to 50%
+ - Allow relative paths with --shred command line argument (reported by Eva 
Putnam).
+ - Add descriptions for cleaners (thanks to theatre-x).
+ - Fix resizing of preference dialog (thanks to Anton Bobov).
+ - Warn when deleting passwords on Firefox (reported by Theatre-X).
+ - Accept abbreviations T and F in bleachbit.ini configuration (reported by 
Ken Wallace).
+ - Show a user-friendly error message when checking for updates fails because 
of a network error (reported by Gary).
+ - Improve logging of errors. Some errors are more informative, and on 
Windows, errors are unlikely to cause a popup message about bleachbit.exe.log.
+ - The primary download mirror now secures connections using HTTPS. (This is 
in addition to the digital signatures on Windows executables and PGP-signed 
hashes.)
+ 
+ * Specific to Linux:
+ 
+ - Clean more localizations (thanks to Tristan Stenner).
+ - Add localization codes (thanks to Tristan Stenner).
+ - Add .rpm installation package for Fedora 22.
+ - Fix memory cleaning on Ubuntu 15.10 and other distributions (reported by 
Richard Pearse).
+ - Fix harmless error that localizations.xml is unusable (thanks to Tristan 
Stenner).
+ - Do not show localizations at the base level (reported by BBUser).
+ - Do not show Windows Explorer cleaner on Linux (reported by Tomás F. L.).
+ - Fulfill Fedora license file location change.
+ - Do not delete xauth under KDE (reported by mike).
+ - Remove deprecated key encoding in bleachbit.desktop.
+ - Drop support for Mandriva, which is dead.
+ - Do not show cleaner is unusable message in the console (except when debug 
mode is enabled or in non-final releases).
+ 
+ * Development:
+ 
+ - CleanerML respects the cleaner-level os attribute filter.
+ - CleanerML supports negative regular expressions using the nregex option. 
Files which match this pattern will be ignored.
+ - Track code coverage on coveralls.io. This underestimates coverage because 
although Windows code is automatically tested, it is not yet counted here.
+ - Continuously run unit tests on Windows using AppVeyor for earlier detection 
of errors.
+ - Move end-user documentation to GitHub Pages, so you can edit the 
documentation by submitting pull requests to its repository.
+ - ROCKNROLLKID has been managing Winapp2.ini updates for over two years.
+ - List of bugs targeted to BleachBit version 1.10 
https://bugs.launchpad.net/bleachbit/+milestone/1.10
+ - List of code changes. https://github.com/az0/bleachbit/compare/v1.8...v1.10
+ 
+ * Known issues:
+ 
+ Vacuuming new versions of Google Chrome or Chromium gives an error like
+ Error in execution of <bleachbit.Command.Function instance at
+ 0x02BF90D0> (bug ticket: LP: #1545567, LP: #1546716).
+ 
+ Root cause: In a recent update to Google Chrome and Chromium, they
+ changed the file Thumbnails to a directory with the same name, and when
+ BleachBit tries to vacuum Thumbnails, it fails because it is not an
+ SQLite file.
+ 
+ Solutions for BleachBit version 1.10:
+ 
+ - Use BleachBit 1.11.
+ - Ignore the harmless error
+ - Do not vacuum Google Chrome or Chromium
+ - Manually delete the Thumbnails directory
+ - Add the Thumbnails as a custom directory to be cleaned in BleachBit. Add 
the directory in the Preferences, and then check the box System - Custom.
+ - Disable generation of Thumbnails in Google Chrome or Chromium
+ ----------------------------------------------------------------
  
  Changelog entries since current xenial version 1.8-1:
  
  bleachbit (1.10-1) unstable; urgency=low
  
-   * Upload to unstable.
-   * New upstream release.
-   * Remove debian/menu to make the package CTTE #741573 compliant.
-   * debian/control:
-     - Bump Standards-Version to 3.9.7 (no changes needed).
-   * debian/patches/*.patch:
-     - Refresh for new upstream release.
-   * debian/copyright:
-     - Update copyright years.
-   * debian/bleachbit.1:
-     - Refresh manpage for new upstream release.
+   * Upload to unstable.
+   * New upstream release.
+   * Remove debian/menu to make the package CTTE #741573 compliant.
+   * debian/control:
+     - Bump Standards-Version to 3.9.7 (no changes needed).
+   * debian/patches/*.patch:
+     - Refresh for new upstream release.
+   * debian/copyright:
+     - Update copyright years.
+   * debian/bleachbit.1:
+     - Refresh manpage for new upstream release.
  
-  -- Hugo Lefeuvre <h...@debian.org>  Thu, 24 Mar 2016 11:21:20 +0100
+  -- Hugo Lefeuvre <h...@debian.org>  Thu, 24 Mar 2016 11:21:20 +0100
  
  bleachbit (1.9.1-1) experimental; urgency=low
  
-   * New upstream release. 
-   * debian/control:
-     - Use https protocol for Vcs-Browser.
-     - Add dh-python to Build-Depends.
-     - Remove useless 'XS-Testsuite: autopkgtest' field.
-   * debian/copyright, debian/control:
-     - Change the Maintainer's e-mail address.
-   * debian/patches:
-     - Refresh patches for new usptream release.
-     - Make patches DEP3 compliant.
-   * debian/watch, debian/upstream:
-     - Verify upstream releases using its public key.
-   * debian/bleachbit.1:
-     - Refresh manpage for new upstream release.
+   * New upstream release.
+   * debian/control:
+     - Use https protocol for Vcs-Browser.
+     - Add dh-python to Build-Depends.
+     - Remove useless 'XS-Testsuite: autopkgtest' field.
+   * debian/copyright, debian/control:
+     - Change the Maintainer's e-mail address.
+   * debian/patches:
+     - Refresh patches for new usptream release.
+     - Make patches DEP3 compliant.
+   * debian/watch, debian/upstream:
+     - Verify upstream releases using its public key.
+   * debian/bleachbit.1:
+     - Refresh manpage for new upstream release.
  
-  -- Hugo Lefeuvre <h...@debian.org>  Tue, 22 Sep 2015 12:33:38 +0200
+  -- Hugo Lefeuvre <h...@debian.org>  Tue, 22 Sep 2015 12:33:38 +0200

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567083

Title:
  FFe: Sync bleachbit 1.10-1 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bleachbit/+bug/1567083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to