~ubuntu-branches/ubuntu/karmic/couchdb-glib/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2009-08-26 12:53:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090826125353-x0ysf7tqlj42mhp4
Tags: 0.4.5-0ubuntu2
* Package upstream 0.4.5 release: (LP: #419160)
  - Add lots of new contact record fields (Rodrigo Moya)
  - Check presence of fields in JSON objects before accessing them to avoid
    lots of warnings (Rodrigo Moya)
  - Added functions to deal with URLs in contact documents (Rodrigo Moya)
  - Add uuid to list of pkg-config modules to look for (Rodrigo Moya)
* Skip 0ubuntu1 version number, that was a botched upload (Martin Pitt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 3ace9413a1d804b2c465958c43ff5eb20e56d9b0
 
2
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
3
Date:   Tue Aug 25 23:53:07 2009 +0200
 
4
 
 
5
    Add uuid to list of pkg-config modules to look for
 
6
 
 
7
 configure.ac |    2 +-
 
8
 1 files changed, 1 insertions(+), 1 deletions(-)
 
9
 
 
10
commit c77c33364be5544bf23b90931086fc84297310a3
 
11
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
12
Date:   Tue Aug 25 18:06:36 2009 +0200
 
13
 
 
14
    Added functions to deal with URLs in contact documents
 
15
 
 
16
 couchdb-glib/couchdb-document-contact.c |  108 +++++++++++++++++++++++++++++++
 
17
 couchdb-glib/couchdb-document-contact.h |   11 +++
 
18
 2 files changed, 119 insertions(+), 0 deletions(-)
 
19
 
 
20
commit 2a8d5e57761090ccb05c8eb0c45f428181d25efd
 
21
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
22
Date:   Fri Aug 21 17:47:32 2009 +0200
 
23
 
 
24
    Add lots of new contact record fields
 
25
    Check presence of fields in JSON objects before accessing them to avoid lots
 
26
    of warnings
 
27
 
 
28
 couchdb-glib/couchdb-document-contact.c |  211 +++++++++++++++++++++++++++++++
 
29
 couchdb-glib/couchdb-document-contact.h |   24 ++++
 
30
 couchdb-glib/couchdb-document.c         |   14 ++
 
31
 3 files changed, 249 insertions(+), 0 deletions(-)
 
32
 
 
33
commit df0abe68a42272ad5736143806c094d40554c554
 
34
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
35
Date:   Thu Aug 20 11:22:37 2009 +0200
 
36
 
 
37
    Ubuntu package changes
 
38
 
 
39
 debian/changelog |   17 +++++++++++++++--
 
40
 1 files changed, 15 insertions(+), 2 deletions(-)
 
41
 
 
42
commit 8d0cf7496d603c185d95c2a3fbc9a6085eff797a
 
43
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
44
Date:   Wed Aug 19 18:46:08 2009 +0200
 
45
 
 
46
    Release 0.4.4
 
47
 
 
48
 NEWS         |   10 ++++++++++
 
49
 configure.ac |    2 +-
 
50
 2 files changed, 11 insertions(+), 1 deletions(-)
 
51
 
1
52
commit cb6340d14396a16ec486bcda616f167ec851404c
2
53
Author: Rodrigo Moya <rodrigo@gnome-db.org>
3
54
Date:   Wed Aug 19 18:43:24 2009 +0200