lp:~statik/ubuntu/lucid/desktopcouch/fix-bad-upload

Created by Elliot Murphy and last modified
Get this branch:
bzr branch lp:~statik/ubuntu/lucid/desktopcouch/fix-bad-upload
Only Elliot Murphy can upload to this branch. If you are Elliot Murphy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Elliot Murphy
Status:
Development

Recent revisions

18. By Elliot Murphy

In the last upload, I incorrectly resolved the merge presented
after running bzr merge-upstream --version=0.6.2
../desktopcouch_0.6.2.orig.tar.gz. So, the last upload had incorrect
contents in the tarball for desktopcouch/records/server_base.py and
desktopcouch/replication.py. This revision restores the correct contents
of those two files to match what was shipped in the upstream tarball.

17. By Elliot Murphy

Fixed the execute bit on desktopcouch-stop.

16. By Elliot Murphy

fixed a missing file from desktopcouch.

15. By Elliot Murphy

Fix standards version.

14. By Elliot Murphy

* New upstream bugfix release.
  - Include a new program bin/desktopcouch-get-port .
  - Use DBus to get port, and thereby start the service daemon, on normal
    Python access to the database. (LP: #519444)
  - Update docs to be explicit about put_record(r) mutating r .
  - Add new method put_records_batch(iterable_of_records) .
  - Fix up apport collection.
  - Fix a problem with couchdb mutating its INI file to store a hashed
    password, which is useless for HTTP Basic auth in the bookmark file.
  - Fix obscure bugs in couchdb startup regarding port availability.
  - Update execute_view() ti take a dict of additional parameters for
    execution.
  - Add has_key() method to desktopcouch.record.RecordDict so that it
    behaves more like a dictionary.

13. By Elliot Murphy

* New upstream release.
  - When logging replication events, replace all oauth secrets with a
    string of the same length.
  - Add CouchDatabase.report_changes() method.
  - Don't remove the HTML file that bookmarks point to.
  - Improve test coverage.
  - Use an explicit test context for testing.
  - For startup, loop over finding the port in case the port is not
    available when the PID is.
  - Ensure that the method that tests for the presence of a record does
    not just check if the field is present but ensures that the value
    is correct.
  - Do not read from the keyring if we have a configuration file that
    already has the info we need.
  - Move record_id to be a property rather than an attribute.
  - Improved pairing tool reliability by fixing race conditions.
  - Make the database generate it's own record IDs at "put" time, avoiding
    issues with non-idempotency of POST for doc creation.
  - Add Record.record_revision attribute to make it easier to get a records
    revision ID.
* debian/control
  - bumped standards version to 3.8.3

12. By Chad Miller

* 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)

11. By James Westby

Upload to karmic.

10. By James Westby

* New upstream release.
  + Include doc "txt" and translation files in sources.
  + couchgrid does not correctly retrieve record id (LP: #447512)
  + couchgrid selected_records property is buggy and should be removed for
    karmic if possible (LP: #448357)
* Include compulsory-auth INI file to be secure by default.
  (LP: #438800)
* Make debhelper warn about files not installed to some package.
* Shorten debhelper install paths using dh_install exlusions.
* New upstream release:
  + couchgrid did not correctly retrieve record id (LP: #447512)
  + HTTP 401 for valid auth information when talking to couchdb over SSL
    (LP: #446516)
  + Support headless apps. (LP: #428681)
  + desktopcouch-service "ValueError: dictionary update sequence..." on
    stdout(LP: #446511)

9. By James Westby

Merging shared upstream rev into target branch.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/desktopcouch
This branch contains Public information 
Everyone can see this information.

Subscribers