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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-04-19 12:52:22 UTC
  • mfrom: (12.1.9 lucid)
  • Revision ID: james.westby@ubuntu.com-20100419125222-zsh9lrm15h84951j
* debian/patches/lp_522538.patch
  - Handle reconnects if the server isn't running (LP: #522538)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
desktopcouch (0.6.9b-0ubuntu1) maverick; urgency=low
2
 
 
3
 
  * New upstream release. Fix brown-paper-bag bug that broke compatibility with
4
 
    some apps that access attributes of view objects:
5
 
    - The view wrapper that assists with reconnecting did not implement
6
 
      attributes that some clients (like Lernid) use. Now, catch any attribute
7
 
      access on the wrapper and pass it through to the proxied object. This
8
 
      should make the proxy object functionally identical to the destination
9
 
      object. (LP: #652095)
10
 
 
11
 
 -- Chad MILLER <chad.miller@canonical.com>  Thu, 30 Sep 2010 14:58:51 -0400
12
 
 
13
 
desktopcouch (0.6.9-0ubuntu1) maverick; urgency=low
14
 
 
15
 
  * New upstream release.
16
 
    - Use the new Ubuntu-SSO package to get credentials to use to replicate
17
 
      with Ubuntu One couchdb. (LP: #649320)
18
 
    - Be more relisient by trying to restart couchdb when it crashes.  Do
19
 
      this by passing a proxy object in place of lower-level view objects,
20
 
      and on access and failure, reconnect. (LP: #522538)
21
 
  * Begin to Recommend ubuntu-sso-client, so ubuntuone replication will
22
 
    work.
23
 
 
24
 
 -- Chad MILLER <chad.miller@canonical.com>  Tue, 28 Sep 2010 09:25:07 -0400
25
 
 
26
 
desktopcouch (0.6.8-0ubuntu1) maverick; urgency=low
27
 
 
28
 
  * Add Ubuntu One pairing to desktopcouch, the code looks for
29
 
    credentials at start time and will listen to them while the dbus
30
 
    service is running.
31
 
  * On couchdb failure, reconnect with logic that starts up the
32
 
    couchdb server again and uses the new port. Instead of giving
33
 
    python-couchdb view objects to the user, give an object we own
34
 
    that implements reconnecting to the server on errors, and proxies
35
 
    commands otherwise. (LP: #522538)
36
 
  * Support new Basic auth for HTTP that our bookmark file
37
 
    requires. Make Basic-auth part of compulsory INI file. (LP:
38
 
    #599745)
39
 
  * When a stored record exists and is marked as deleted, and a user
40
 
    tries to store a new record with the same ID, do some ugly work to
41
 
    make the user's record be the deleted-record's successor. (LP:
42
 
    #462245)
43
 
  * Removed debian/patches/lp_599745.patch since it was included in
44
 
    upstream.
45
 
  * Fix errors in parameters in new code. (LP: #634396 #634784)
46
 
 
47
 
 -- Eric Casteleijn <eric.casteleijn@canonical.com>  Fri, 10 Sep 2010 10:44:04 -0400
48
 
 
49
 
desktopcouch (0.6.6-0ubuntu3) maverick; urgency=low
50
 
 
51
 
  * debian/patches/lp_599745.patch
52
 
    - Support new Basic auth for HTTP that our bookmark file 
53
 
      requires. (LP: #599745)
54
 
 
55
 
 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 20 Jul 2010 15:28:06 +0200
56
 
 
57
 
desktopcouch (0.6.6-0ubuntu2) maverick; urgency=low
58
 
 
59
 
  * Add gnome-keyring to depends of python-desktopcouch (LP: #565376)
60
 
    and desktop couch (LP: #561541) for proper authentication in KDE
61
 
 
62
 
 -- Rohan Garg <rohangarg@ubuntu.com>  Sat, 17 Jul 2010 21:19:44 +0530
63
 
 
64
 
desktopcouch (0.6.6-0ubuntu1) maverick; urgency=low
65
 
 
66
 
  * New upstream release, 0.6.6. (There is no 0.6.5, except in the wild.)
67
 
  * Resolve circular dependencies.  Group together dependent code in 
68
 
    'desktopcouch' package, and make transition packages of subpackages.
69
 
    Upstream will try decoupling properly in future.  (Debian: #571929)
70
 
  * debian/patches/lp_522538.patch
71
 
    - No longer needed.  Removed.
72
 
  * debian/patches/replication-exclusion.patch
73
 
    - No longer needed.  Removed.
74
 
 
75
 
 -- Chad MILLER <chad.miller@canonical.com>  Tue, 22 Jun 2010 16:21:19 -0400
76
 
  
77
1
desktopcouch (0.6.4-0ubuntu3) lucid; urgency=low
78
2
 
79
3
  * debian/patches/lp_522538.patch