~ubuntu-branches/ubuntu/quantal/ubuntuone-client/quantal-proposed

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/event_queue.py

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-04-04 10:42:09 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120404104209-wjce2ny9yyqxesyh
Tags: 2.99.92-0ubuntu1
* New upstream release.
  - Use set_int32 for transient hint. (LP: #961342)
  - Notify clients when volumes info form server is ready. (LP: #851810)
  - Fix an error on u1sdtool --info. (LP: #917222)
  - Exit proxy tunnel process with u1sdtool -q. (LP: #963485)
  - Unbreak and test the validate_path call. (LP: #968637)
* debian/patches:
  - Remove patches included in upstream release.
* debian/watch:
  - Update watch file for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
    'VM_VOLUME_DELETED': ('volume',),
161
161
    'VM_VOLUME_DELETE_ERROR': ('volume_id', 'error'),
162
162
    'VM_SHARE_CHANGED': ('share_id',),
163
 
 
 
163
    'VM_VOLUMES_CHANGED': ('volumes',),
164
164
}
165
165
 
166
166
DEFAULT_HANDLER = "handle_default"  # receives (event_name, **kwargs)