~ubuntu-desktop/couchdb-glib/ubuntu

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Ken VanDine
  • Date: 2010-06-14 20:24:22 UTC
  • mfrom: (19.1.4 0-6-91-release)
  • Revision ID: ken.vandine@canonical.com-20100614202422-migj68wjg3ual4ac
releasing version 0.6.92-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
couchdb-glib (0.6.92-0ubuntu1) maverick; urgency=low
 
2
 
 
3
  * New upstream release:
 
4
    - No need for Json gir for gobject-introspection anymore (Rodrigo Moya)
 
5
    - Fix typo in 'session' property registration (Sam Thursfield)
 
6
    - Avoid warning when unref'ing a NULL object (Sam Thursfield)
 
7
    - Associate CouchdbDocument's with the container CouchdbDatabase (Rodrigo
 
8
      Moya)
 
9
    - Fixed typo in class' signals prototypes (Rodrigo Moya)
 
10
    - Fixed test program (Rodrigo Moya)
 
11
    - Convert CouchdbStructField and CouchdbArrayField to GObject-based classes
 
12
      (Rodrigo Moya)
 
13
    - Added more API tests (Rodrigo Moya)
 
14
    - Add couchdb_document_foreach_attachment API (Rodrigo Moya)
 
15
    - Added missing GType argument to signal installation code (Rodrigo Moya)
 
16
    - Don't include internal headers for introspection (Rodrigo Moya)
 
17
    - Fixed g_strcmp0 comparison (Rodrigo Moya)
 
18
 
 
19
 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 10 Jun 2010 17:21:24 +0200
 
20
 
 
21
couchdb-glib (0.6.91-0ubuntu2) maverick; urgency=low
 
22
 
 
23
  * debian/control, gir1.0-couchdb-glib-1.0.install,
 
24
    gir1.0-desktopcouch-glib-1.0.install, libcouchdb-glib-doc.install
 
25
    - Added introspection and doc packages
 
26
  * debian/rules: enable introspection and documentation
 
27
 
 
28
 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 31 May 2010 13:05:36 +0200
 
29
 
 
30
couchdb-glib (0.6.91-0ubuntu1) maverick; urgency=low
 
31
 
 
32
  * New upstream release:
 
33
    - Hide json-glib from the public headers (Rodrigo Moya)
 
34
    - Add CouchdbDatabase object (Rodrigo Moya)
 
35
    - Refactor API to adapt to new CouchdbDatabase object (Rodrigo Moya)
 
36
    - Add code to manage CouchDB views (Rodrigo Moya)
 
37
 
 
38
 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 27 May 2010 11:56:48 +0200
 
39
 
 
40
couchdb-glib (0.6.90-0ubuntu1) lucid; urgency=low
 
41
 
 
42
  * New upstream release:
 
43
    - Make tests start a standalone CouchDB instance (Adi Roiban)
 
44
    - Use gtester and gtester-report for running the test and generating
 
45
      a report (Adi Roiban)
 
46
    - Move from multiline 'street' field to 'address1' + 'address2' for
 
47
      streets in postal addresses (Rodrigo Moya)
 
48
    - Add couchdb_session_get_all_documents call to get all documents in 1 HTTP
 
49
      request (Rodrigo Moya)
 
50
    - Add auto-generated Mono bindings (Rodrigo Moya)
 
51
    - Show introspection status on configure final message (Rodrigo Moya)
 
52
 
 
53
 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 04 May 2010 18:54:32 +0200
 
54
 
1
55
couchdb-glib (0.6.3-0ubuntu1) lucid; urgency=low
2
56
 
3
57
  * New upstream release: