Overview of changes in snapd-glib 1.23

    * Fix snapd-login-service crash
    * Improve failure handling when snapd socket read/writes fail

Overview of changes in snapd-glib 1.22

    * Make QML module depend on snapd-qt being compiled first
    * Fix compile warning

Overview of changes in snapd-glib 1.21

    * Fix MOC detection in Fedora
    * Handle Qt configure failures

Overview of changes in snapd-glib 1.20

    * Stop distributing generated files

Overview of changes in snapd-glib 1.19

    * New API:
      - snapd_client_get_allow_interaction
      - snapd_client_set_allow_interaction
      - snapd_snap_get_license
    * Add mutex in request queue

Overview of changes in snapd-glib 1.18

    * Ensure socket reads never block

Overview of changes in snapd-glib 1.17

    * Fix issues when accessing snapd-glib from threads.
    * snapd-qt: Emit the complete signal when requests are cancelled.
    * Reduce json-glib dependency to 1.1.2.
    * Documentation updates.
    * Test improvements.

Overview of changes in snapd-glib 1.16

    * Bring introspection and vapigen m4 macros into the source so can build
      without them installed.
    * Fix snapd-qt build failure due to conflict of 'signals' variable with
      GDBus.
    * Set a user agent when sending requests to snapd-glib

Overview of changes in snapd-glib 1.15

    * Marked snapd_system_information_get_confinement as stable
    * Correctly stop requests if cancelled

Overview of changes in snapd-glib 1.14

    * New API:
      - snapd_app_get_desktop_file
      - snapd_snap_get_title
      - snapd_system_information_get_confinement (unstable)
    * Don't timeout waiting for snapd
    * Add version defines so can do conditional compilation on new features
    * Fix compilation with PolKit >= 0.114
    * Fix snapd-qt compilation in clang
    * Fix snapd-qt compilation on systems that use different versions of MOC
    * snapd-qt improvements to better match best practise
    * Include enum headers in snapd-glib.h
    * Fix compile warnings using clang
    * Documentation improvements

Overview of changes in snapd-glib 1.13

    * New API:
      - snapd_snap_get_contact
    * Check minimum versions of dependencies
    * Fix swapped variable names in snapd_client_find_section header proptotype.

Overview of changes in snapd-glib 1.12

    * New API:
      - snapd_client_install2_async
      - snapd_client_install2_finish
      - snapd_client_install2_sync
    * Deprecated API:
      - snapd_client_install_async
      - snapd_client_install_finish
      - snapd_client_install_sync

Overview of changes in snapd-glib 1.11

    * New API:
      - snapd_system_information_get_binaries_directory
      - snapd_system_information_get_kernel_version
      - snapd_system_information_get_mount_directory
    * Fix calls not working inside threads.
    * Fix reference counting error when calling snapd_client_get_interfaces and
      snapd_client_create_user.

Overview of changes in snapd-glib 1.10

    * Remove gettext-domain from Polkit files - this is an Ubuntu extension that
      doesn't work elsewhere.

Overview of changes in snapd-glib 1.9

    * New API:
      - snapd_app_get_daemon_type
      - snapd_client_install_stream_async
      - snapd_client_install_stream_finish
      - snapd_client_install_stream_sync
      - snapd_client_try_async
      - snapd_client_try_finish
      - snapd_client_try_sync
    * Fix iterator double use parsing of apps/aliases
    * Fix Qt tests not linking against local snapd-glib

Overview of changes in snapd-glib 1.8

    * New API:
      - snapd_client_get_assertions_async
      - snapd_client_get_assertions_finish
      - snapd_client_get_assertions_sync
      - snapd_client_add_assertions_async
      - snapd_client_add_assertions_finish
      - snapd_client_add_assertions_sync
      - snapd_client_get_aliases_async
      - snapd_client_get_aliases_finish
      - snapd_client_get_aliases_sync
      - snapd_client_enable_aliases_async
      - snapd_client_enable_aliases_finish
      - snapd_client_enable_aliases_sync
      - snapd_client_disable_aliases_async
      - snapd_client_disable_aliases_finish
      - snapd_client_disable_aliases_sync
      - snapd_client_reset_aliases_async
      - snapd_client_reset_aliases_finish
      - snapd_client_reset_aliases_sync
      - snapd_client_run_snapctl_async
      - snapd_client_run_snapctl_finish
      - snapd_client_run_snapctl_sync
      - snapd_snap_get_jailmode
    * Add snapd-qt regression tests.
    * Add missing snapd-qt API
    * Fix memory leaks in snapd-qt

Overview of changes in snapd-glib 1.7

    * New API:
      - snapd_app_get_aliases
      - snapd_client_get_sections_sync
      - snapd_client_get_sections_async
      - snapd_client_get_sections_finish
      - snapd_snap_get_tracking_channel
      - snapd_system_information_get_managed
      - snapd_system_information_get_store

Overview of changes in snapd-glib 1.6

    * Fix screenshots not working on 32 bit architectures

Overview of changes in snapd-glib 1.5

    * Add new API: snapd_client_refresh_all, snapd_client_find_refreshable.
    * Use new objects for progress callbacks - API break, ABI will continue to
      work.
    * Add Qt/QML bindings.
    * Add new errors reported by snapd.
    * Fix payment errors being detected.
    * Close socket on unref.
    * Fix small memory leaks.
    * Add regression tests.

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    
