~ubuntu-branches/ubuntu/lucid/desktopcouch/lucid

« back to all changes in this revision

Viewing changes to bin/desktopcouch-pair

  • Committer: Bazaar Package Importer
  • Author(s): Chad MILLER
  • Date: 2009-10-22 17:15:57 UTC
  • mfrom: (1.5.1 upstream) (8.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20091022171557-59mdb1229gkju1yy
Tags: 0.5-0ubuntu1
* New upstream release.
  + Fix remote-db-listing bug for SSL/HTTPS services. (LP: #458540)
  + Fix OAuth signatures for SSL urls.
  + Avoid couchdb bug where users' PID files are incorrectly interpreted as
    valid by couchdb, and so after slightly different boot, desktopcouch can
    never start couchdb, causing desktopcouch to quit.  (LP: #442120)
  + For dbus, do not resolve data for events signaling a service disappears,
    and use explicit veriable-passing / references.  (LP: #440072)
  + Flip push/pull logic in replication information.
  + When pulling from remote DB, do not try to access remote management DB.
  + Use meaningful names for keyring access. (LP: #451333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
882
882
 
883
883
def main(args):
884
884
    """Start execution."""
 
885
    import gobject
 
886
    gobject.set_application_name("desktopcouch pairing tool")
 
887
 
885
888
    global pick_or_listen  # pylint: disable-msg=W0601
886
889
 
887
890
    logging.basicConfig(level=logging.DEBUG, format=