~ubuntu-branches/ubuntu/trusty/desktopcouch/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Ken VanDine
  • Date: 2010-09-15 13:44:49 UTC
  • mfrom: (1.5.7 upstream)
  • Revision ID: ken.vandine@canonical.com-20100915134449-z85ue5na2h9v40e9
* Add Ubuntu One pairing to desktopcouch, the code looks for
  credentials at start time and will listen to them while the dbus
  service is running.
* On couchdb failure, reconnect with logic that starts up the
  couchdb server again and uses the new port. Instead of giving
  python-couchdb view objects to the user, give an object we own
  that implements reconnecting to the server on errors, and proxies
  commands otherwise. (LP: #522538)
* Support new Basic auth for HTTP that our bookmark file
  requires. Make Basic-auth part of compulsory INI file. (LP:
  #599745)
* When a stored record exists and is marked as deleted, and a user
  tries to store a new record with the same ID, do some ugly work to
  make the user's record be the deleted-record's successor. (LP:
  #462245)
* Removed debian/patches/lp_599745.patch since it was included in
  upstream.
* Fix errors in parameters in new code. (LP: #634396 #634784)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
desktopcouch (0.6.8-0ubuntu1) UNRELEASED; urgency=low
 
2
 
 
3
  * Add Ubuntu One pairing to desktopcouch, the code looks for
 
4
    credentials at start time and will listen to them while the dbus
 
5
    service is running.
 
6
  * On couchdb failure, reconnect with logic that starts up the
 
7
    couchdb server again and uses the new port. Instead of giving
 
8
    python-couchdb view objects to the user, give an object we own
 
9
    that implements reconnecting to the server on errors, and proxies
 
10
    commands otherwise. (LP: #522538)
 
11
  * Support new Basic auth for HTTP that our bookmark file
 
12
    requires. Make Basic-auth part of compulsory INI file. (LP:
 
13
    #599745)
 
14
  * When a stored record exists and is marked as deleted, and a user
 
15
    tries to store a new record with the same ID, do some ugly work to
 
16
    make the user's record be the deleted-record's successor. (LP:
 
17
    #462245)
 
18
  * Removed debian/patches/lp_599745.patch since it was included in
 
19
    upstream.
 
20
  * Fix errors in parameters in new code. (LP: #634396 #634784)
 
21
 
 
22
 -- Eric Casteleijn <eric.casteleijn@canonical.com>  Fri, 10 Sep 2010 10:44:04 -0400
 
23
 
1
24
desktopcouch (0.6.6-0ubuntu3) maverick; urgency=low
2
25
 
3
26
  * debian/patches/lp_599745.patch