[ubuntu/xenial-proposed] snapd-glib 1.13-0ubuntu0.16.04.1 (Accepted)

Robert Ancell robert.ancell at canonical.com
Thu Jul 13 02:43:54 UTC 2017


snapd-glib (1.13-0ubuntu0.16.04.1) xenial; urgency=medium

  * New upstream release: (LP: #1699005)
    - New API:
      - snapd_alias_get_app
      - snapd_alias_get_name
      - snapd_alias_get_snap
      - snapd_alias_get_status
      - snapd_alias_get_type
      - snapd_alias_status_get_type
      - snapd_app_get_aliases
      - snapd_app_get_daemon_type
      - snapd_assertion_get_body
      - snapd_assertion_get_header
      - snapd_assertion_get_headers
      - snapd_assertion_get_signature
      - snapd_assertion_get_type
      - snapd_assertion_new
      - snapd_change_get_id
      - snapd_change_get_kind
      - snapd_change_get_ready
      - snapd_change_get_ready_time
      - snapd_change_get_spawn_time
      - snapd_change_get_status
      - snapd_change_get_summary
      - snapd_change_get_tasks
      - snapd_change_get_type
      - snapd_client_add_assertions_async
      - snapd_client_add_assertions_finish
      - snapd_client_add_assertions_sync
      - snapd_client_check_buy_async
      - snapd_client_check_buy_finish
      - snapd_client_check_buy_sync
      - snapd_client_connect_async
      - snapd_client_connect_finish
      - snapd_client_create_user_async
      - snapd_client_create_user_finish
      - snapd_client_create_user_sync
      - snapd_client_create_users_async
      - snapd_client_create_users_finish
      - snapd_client_create_users_sync
      - snapd_client_disable_aliases_async
      - snapd_client_disable_aliases_finish
      - snapd_client_disable_aliases_sync
      - snapd_client_enable_aliases_async
      - snapd_client_enable_aliases_finish
      - snapd_client_enable_aliases_sync
      - snapd_client_find_refreshable_async
      - snapd_client_find_refreshable_finish
      - snapd_client_find_refreshable_sync
      - snapd_client_find_section_async
      - snapd_client_find_section_finish
      - snapd_client_find_section_sync
      - snapd_client_get_aliases_async
      - snapd_client_get_aliases_finish
      - snapd_client_get_aliases_sync
      - snapd_client_get_assertions_async
      - snapd_client_get_assertions_finish
      - snapd_client_get_assertions_sync
      - snapd_client_get_sections_async
      - snapd_client_get_sections_finish
      - snapd_client_get_sections_sync
      - snapd_client_install2_async
      - snapd_client_install2_finish
      - snapd_client_install2_sync
      - snapd_client_install_stream_async
      - snapd_client_install_stream_finish
      - snapd_client_install_stream_sync
      - snapd_client_new_from_socket
      - snapd_client_refresh_all_async
      - snapd_client_refresh_all_finish
      - snapd_client_refresh_all_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_client_try_async
      - snapd_client_try_finish
      - snapd_client_try_sync
      - snapd_create_user_flags_get_type
      - snapd_daemon_type_get_type
      - snapd_install_flags_get_type
      - snapd_plug_get_attribute
      - snapd_plug_get_attribute_names
      - snapd_plug_has_attribute
      - snapd_slot_get_attribute
      - snapd_slot_get_attribute_names
      - snapd_slot_has_attribute
      - snapd_snap_get_contact
      - snapd_snap_get_jailmode
      - snapd_snap_get_tracking_channel
      - snapd_system_information_get_binaries_directory
      - snapd_system_information_get_managed
      - snapd_system_information_get_mount_directory
      - snapd_system_information_get_kernel_version
      - snapd_system_information_get_store
      - snapd_task_get_progress_label
      - snapd_user_information_get_ssh_keys
      - snapd_user_information_get_type
      - snapd_user_information_get_username
    - Deprecated API:
      - snapd_client_install_async
      - snapd_client_install_finish
      - snapd_client_install_sync
    - Fix calls not working inside threads.
    - Fix reference counting error when calling snapd_client_get_interfaces and
      snapd_client_create_user.
    - Fix payment errors being detected.
    - Close socket on unref.
    - Fix small memory leaks.
    - Fix screenshots not working on 32 bit architectures
    - Add Qt/QML bindings.
    - Add new errors reported by snapd.
    - Add regression tests.
    - Use new objects for progress callbacks - API break, ABI will continue to
      work.
    - Fix crash in snapd-login-service when snapd stops (LP: #1646784)
  * debian/control:
    - Set minimum dependency versions
    - Update Vcs-Bzr
  * debian/patches/0001-Reduce-json-glib-dependency-to-working-development-v.patch:
    - Handle our development version of json-glib
  * debian/libsnapd-glib1.symbols:
  * debian/libsnapd-qt1.symbols:
    - Updated

Date: Tue, 20 Jun 2017 15:42:33 +1200
Changed-By: Robert Ancell <robert.ancell at canonical.com>
https://launchpad.net/ubuntu/+source/snapd-glib/1.13-0ubuntu0.16.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 20 Jun 2017 15:42:33 +1200
Source: snapd-glib
Binary: libsnapd-glib1 gir1.2-snapd-1 libsnapd-glib-dev snapd-login-service
Architecture: source
Version: 1.13-0ubuntu0.16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Robert Ancell <robert.ancell at canonical.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description:
 gir1.2-snapd-1 - Typelib file for libsnapd-glib1
 libsnapd-glib-dev - GLib snapd library (development files)
 libsnapd-glib1 - GLib snapd library
 snapd-login-service - Daemon to allow non-root access to snapd
Launchpad-Bugs-Fixed: 1646784 1699005
Changes:
 snapd-glib (1.13-0ubuntu0.16.04.1) xenial; urgency=medium
 .
   * New upstream release: (LP: #1699005)
     - New API:
       - snapd_alias_get_app
       - snapd_alias_get_name
       - snapd_alias_get_snap
       - snapd_alias_get_status
       - snapd_alias_get_type
       - snapd_alias_status_get_type
       - snapd_app_get_aliases
       - snapd_app_get_daemon_type
       - snapd_assertion_get_body
       - snapd_assertion_get_header
       - snapd_assertion_get_headers
       - snapd_assertion_get_signature
       - snapd_assertion_get_type
       - snapd_assertion_new
       - snapd_change_get_id
       - snapd_change_get_kind
       - snapd_change_get_ready
       - snapd_change_get_ready_time
       - snapd_change_get_spawn_time
       - snapd_change_get_status
       - snapd_change_get_summary
       - snapd_change_get_tasks
       - snapd_change_get_type
       - snapd_client_add_assertions_async
       - snapd_client_add_assertions_finish
       - snapd_client_add_assertions_sync
       - snapd_client_check_buy_async
       - snapd_client_check_buy_finish
       - snapd_client_check_buy_sync
       - snapd_client_connect_async
       - snapd_client_connect_finish
       - snapd_client_create_user_async
       - snapd_client_create_user_finish
       - snapd_client_create_user_sync
       - snapd_client_create_users_async
       - snapd_client_create_users_finish
       - snapd_client_create_users_sync
       - snapd_client_disable_aliases_async
       - snapd_client_disable_aliases_finish
       - snapd_client_disable_aliases_sync
       - snapd_client_enable_aliases_async
       - snapd_client_enable_aliases_finish
       - snapd_client_enable_aliases_sync
       - snapd_client_find_refreshable_async
       - snapd_client_find_refreshable_finish
       - snapd_client_find_refreshable_sync
       - snapd_client_find_section_async
       - snapd_client_find_section_finish
       - snapd_client_find_section_sync
       - snapd_client_get_aliases_async
       - snapd_client_get_aliases_finish
       - snapd_client_get_aliases_sync
       - snapd_client_get_assertions_async
       - snapd_client_get_assertions_finish
       - snapd_client_get_assertions_sync
       - snapd_client_get_sections_async
       - snapd_client_get_sections_finish
       - snapd_client_get_sections_sync
       - snapd_client_install2_async
       - snapd_client_install2_finish
       - snapd_client_install2_sync
       - snapd_client_install_stream_async
       - snapd_client_install_stream_finish
       - snapd_client_install_stream_sync
       - snapd_client_new_from_socket
       - snapd_client_refresh_all_async
       - snapd_client_refresh_all_finish
       - snapd_client_refresh_all_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_client_try_async
       - snapd_client_try_finish
       - snapd_client_try_sync
       - snapd_create_user_flags_get_type
       - snapd_daemon_type_get_type
       - snapd_install_flags_get_type
       - snapd_plug_get_attribute
       - snapd_plug_get_attribute_names
       - snapd_plug_has_attribute
       - snapd_slot_get_attribute
       - snapd_slot_get_attribute_names
       - snapd_slot_has_attribute
       - snapd_snap_get_contact
       - snapd_snap_get_jailmode
       - snapd_snap_get_tracking_channel
       - snapd_system_information_get_binaries_directory
       - snapd_system_information_get_managed
       - snapd_system_information_get_mount_directory
       - snapd_system_information_get_kernel_version
       - snapd_system_information_get_store
       - snapd_task_get_progress_label
       - snapd_user_information_get_ssh_keys
       - snapd_user_information_get_type
       - snapd_user_information_get_username
     - Deprecated API:
       - snapd_client_install_async
       - snapd_client_install_finish
       - snapd_client_install_sync
     - Fix calls not working inside threads.
     - Fix reference counting error when calling snapd_client_get_interfaces and
       snapd_client_create_user.
     - Fix payment errors being detected.
     - Close socket on unref.
     - Fix small memory leaks.
     - Fix screenshots not working on 32 bit architectures
     - Add Qt/QML bindings.
     - Add new errors reported by snapd.
     - Add regression tests.
     - Use new objects for progress callbacks - API break, ABI will continue to
       work.
     - Fix crash in snapd-login-service when snapd stops (LP: #1646784)
   * debian/control:
     - Set minimum dependency versions
     - Update Vcs-Bzr
   * debian/patches/0001-Reduce-json-glib-dependency-to-working-development-v.patch:
     - Handle our development version of json-glib
   * debian/libsnapd-glib1.symbols:
   * debian/libsnapd-qt1.symbols:
     - Updated
Checksums-Sha1:
 7e874a32a910ca7bf339d73dbaa826750bd73666 1650 snapd-glib_1.13-0ubuntu0.16.04.1.dsc
 8f56f14abebb603a4aad341b1fa323f1165140fa 411320 snapd-glib_1.13.orig.tar.xz
 6c7ec533226cd49f7f1c612f8cc621366cb57f06 5656 snapd-glib_1.13-0ubuntu0.16.04.1.debian.tar.xz
 ef62e1bcf5d8ac1f0a061b5434de680923609bf0 10595 snapd-glib_1.13-0ubuntu0.16.04.1_source.buildinfo
Checksums-Sha256:
 c549cdd1db104fe489737f07b110cb0c7e7c11ea74f02842eaa1baf8a010d984 1650 snapd-glib_1.13-0ubuntu0.16.04.1.dsc
 c3a09c47a0a54be34c7e4fd6bafb70e90d7f63a01744fe289be60c4c6e392bc3 411320 snapd-glib_1.13.orig.tar.xz
 e60d13cdc1322b09709e42d875d05c00a116aaab110e75bb7e0089d28de3539e 5656 snapd-glib_1.13-0ubuntu0.16.04.1.debian.tar.xz
 d7d653bdcfc3d0c33a05c2d51ea57b6838fe5653d4f1a33aca34f050f20ee78d 10595 snapd-glib_1.13-0ubuntu0.16.04.1_source.buildinfo
Files:
 e91eef7e28bb9974600647fc15f50ece 1650 libs optional snapd-glib_1.13-0ubuntu0.16.04.1.dsc
 039169e0117a2827d618054463998751 411320 libs optional snapd-glib_1.13.orig.tar.xz
 ef0bb8b8f424dff5740215f336736b91 5656 libs optional snapd-glib_1.13-0ubuntu0.16.04.1.debian.tar.xz
 9baadc1fc5ea0c8f50b8c174a6a437c8 10595 libs optional snapd-glib_1.13-0ubuntu0.16.04.1_source.buildinfo


More information about the Xenial-changes mailing list