lp:desktopcouch/0.5-stable

Created by Chad Miller and last modified
Get this branch:
bzr branch lp:desktopcouch/0.5-stable
Members of Ubuntu One Control Tower can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu One Control Tower
Project:
desktopcouch
Review team:
Ubuntu One hackers
Status:
Mature

Recent revisions

97. By Chad Miller

Bump version number for release.

96. By Chad Miller

I made a bad assumption about port availibility, namely that once couchdb
writes its PID file, that the port is already open and we should be able to
discover it. This is not true; there is a tiny fraction of time in which we
can suceed in getting the process ID, and then fail to get the port number.
This makes us raise an exception. This timing bug problem happens regularly
on some classes of computers.

This is a backport of the fix applied to development trunk, with minimal
extra changes.

95. By Chad Miller

Release 0.5. This makes pull replication work from HTTPS-protected services.

94. By Eric Casteleijn

pull replication no longer uses a http call to get remote database names in case of ssl

93. By Chad Miller

Release 0.4.6.

92. By Chad Miller

Couchdb does not check validity of PID files, and happily reports that it is already running if a process exists that is referred to by a stale file. (LP: #442120)

Now, remove PID file before we try starting couch, if we detect it is invalid.

91. By Chad Miller

Release 0.4.5.

90. By Eric Casteleijn

- fixes OAuth signatures for SSL urls
- fixes replication to call the right urls
- no longer looks up management db on remote server

89. By Chad Miller

Set gobject application name at program start, so keychain access has a useful name. (LP: #451333)

88. By C Miller <email address hidden>

Release 0.4.4.

Include missing files in MANIFEST.in (for "sdist" sources tarballs) and in setup.py (for binary installations).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers