~azzar1/snapd-glib-fork/glib-2-40

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Overview of changes in snapd-glib 1.4

    * Fix crash in snapd-login-service when snap stops

Overview of changes in snapd-glib 1.3

    * Use new payment API (now stable).
    * Add API to get plug/slot attributes.
    * Add API for create user API.
    * Add async version of snapd_client_connect_sync().
    * Fix crash when fail to connect to snapd.
    * Don't fail assertion if attempt to connect while already connected.
    * Fix transfer notation on GDateTime objects.
    * Fix build not regenerating .vapi.
    * Small documentation fixes.
    * Fix small memory leak.

Overview of changes in snapd-glib 1.2

    * Use so version 1 now this is stable (should have been done at 1.0 release)

Overview of changes in snapd-glib 1.1

    * Fix screenshot documentation not being used

Overview of changes in snapd-glib 1.0

    * Add support for screenshots
    * Throw exception if not connected instead of using assert
    * Be more paranoid about invalid SnapdAuthData
    * Add an autogen.sh
    * Tidy up configure summary

Overview of changes in snapd-glib 0.14

    * Fix header guards in snapd-login.h which stopped it being included

Overview of changes in snapd-glib 0.13

    * Make snapd_client_login() consistent with snapd_login() (API and ABI
      break)
    * Complete documentation on all functions / types (fixes make check)
    * Disable buy support for now - it is being redesigned in snapd.

Overview of changes in snapd-glib 0.12

    * Rename error codes for consistency (API and ABI break)
    * Generate documentation using GTK-Doc

Overview of changes in snapd-glib 0.11

    * Use doubles for price amounts (API and ABI break)
    * Make Polkit policy translatable
    * Fix errors not being correct on first use of snapd_login

Overview of changes in snapd-glib 0.10

    * Fix snapd-login-service D-Bus configuration
    * Improve documentation about root requirements for snapd_client_login
    * Distribute license files
    * Fix compiler warning

Overview of changes in snapd-glib 0.9

    * Rename SnapdClientError to SnapdError (API and ABI break)
    * Add a D-Bus service to allow login without root permissions
    * Add asserts to check we are connected before making requests

Overview of changes in snapd-glib 0.8

    * Store auth data inside SnapdClient (API and ABI break)
    * Return suggested currency in find request (API and ABI break)
    * Only call progress callback if something changes

Overview of changes in snapd-glib 0.7

    * Return error codes when icons fail to download
    * Fix sync methods not working inside async callbacks
    * Use GDateTime for date/time values returned by snapd

Overview of changes in snapd-glib 0.6

    * Fix memory ownership for returned results from list/find
    * Add missing docstrings
    * Fix small memory leaks

Overview of changes in snapd-glib 0.5

    * Add copyright headers
    * Mark authentication parameters optional

Overview of changes in snapd-glib 0.4

    * Limit poll rate to 100ms
    * Implement progress callbacks
    * Handle bad responses

Overview of changes in snapd-glib 0.3

    * Fix some memory management

Overview of changes in snapd-glib 0.2

    * Drop versioning from libraries

Overview of changes in snapd-glib 0.1

    * Initial release