~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to data/source_ubuntuone-client.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20110211161811-lbelxu332e8r2dov
Tags: 1.5.4-0ubuntu1
* New upstream release.
  - Files still get downloaded from unsubscribed folder (LP: #682878)
  - Add subscription capabilities to shares (LP: #708335)
  - Nautilus offers Publish option within other's shares (LP: #712674)
  - Shares dir name may not be unique (LP: #715776)
  - Send a notification when new Volume is available (LP: #702055)
  - Add messaging menu entry for new Volumes (LP: #702075)
  - Aggregate notifications for completed operations (LP: #702128)
  - Send a notification for new Share offers (LP: #702138)
  - Add messaging menu entry for new Share offers (LP: #702144)
* Remove ubuntuone-client-tools as u1sync has been moved out.
* Simplify python package as we don't have multiple python packages now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
u1_except_log = os.path.join(u1_log_path, "syncdaemon-exceptions.log")
30
30
u1_invalidnames_log = os.path.join(u1_log_path, "syncdaemon-invalid-names.log")
31
31
u1_oauth_log = os.path.join(u1_log_path, "oauth-login.log")
32
 
u1_u1sync_log = os.path.join(u1_log_path, "u1sync.log")
33
32
u1_prefs_log = os.path.join(u1_log_path, "u1-prefs.log")
34
33
u1_sd_conf = os.path.join("etc", "xdg", "ubuntuone", "syncdaemon.conf")
35
34
u1_usersd_conf = os.path.join(u1_user_config_path, "syncdaemon.conf")