ubuntu-snappy (1.7.2+20160223ubuntu1) xenial; urgency=medium

  * New git snapshot:
    - asserts: introduce snap-declaration
    - cmd/snap: fix integration tests for the "cmd_asserts"
    - integration-tests: fix fanctl output check
    - cmd/snap: fix test failure after merging 23a64e6
    - cmd/snap: replace skip-help with empty description
    - docs: update security.md to match current migration-skill
      semantics
    - snappy: treat commands with 'daemon' field as services
    - asserts: use more consistent names for receivers in
      snap_asserts*.go
    - debian: add missing golang-websocket-dev build-dependency
    - classic: if classic fails to get created, undo the bind mounts
    - snappy: never return nil in NewLocalSnapRepository()
    - notifications: A simple notification system
    - snappy: when using staging, authenticate there instead
    - integration-tests/snapd: fix the start of the test snapd socket
    - skills/types: use CamelCase for security names
    - skills: add support for implicit revoke
    - skills: add security layer
    - integration-tests: use exec.Command wrapper for updates
    - cmd/snap: add 'snap skills'
    - cms/snap: add 'snap revoke'
    - docs: add docs for skills API
    - cmd/snap: add 'snap grant'
    - cmd/snappy, coreconfig, daemon, snappy: move config to always be
      bytes (in and out)
    - overlord: start with a skeleton and stubs for Overlord,
      StateEngine, StateJournal and managers
    - integration-tests: skip tests affected by LP: #1544507
    - skills/types: add bool-file
    - po: refresh translation templates
    - cmd/snap: add 'snap experimental remove-skill-slot'
    - asserts: introduce device assertion
    - cmd/snap: implemented add, remove, purge, refresh, rollback,
      activate, deactivate
    - cmd/snap: add 'snap experimental add-skill-slot'
    - cmd/snap: add 'snap experimental remove-skill'
    - cmd/snap: add tests for common skills code
    - cmd/snap: add 'snap experimental add-skill'
    - asserts: make assertion checkers used by db.Check modular and
      pluggable
    - cmd,client,daemon,caps,docs,po: remove capabilities
    - scripts: move the script to get dependencies to a separate file
    - asserts: make the disk layout compatible for storing more than one
      revision
    - cmd/snap: make the assert command options exported
    - integration-tests: Remove the target release and channel
    - asserts: introduce model assertion
    - integration-tests: add exec.Cmd wrapper
    - cmd/snap: add client test support methods
    - cmd/snap: move key=value attribute parsing to commmon
    - cmd/snap: apply new style consistency to "snap" commands.
    - cmd/snap: support redirecting the client for testing
    - cmd/snap: support testing command output
    - snappy,daemon: remove the meta repositories abstractions
    - cmd: add support for experimental commands
    - cmd/snappy,daemon,snap,snappy: remove SetActive from parts
    - cmd/snappy,daemon,snappy,snap: remove config from parts interface
    - client: improve test data
    - cmd: allow to construct a fresh parser
    - cmd: don't treat help as an error
    - cmd/snappy,snappy: remove "Details" from the repository interface
    - asserts: check that primary keys are set when
      Decode()ing/assembling assertions
    - snap,snappy: refactor to remove "Install" from the Part interface
    - client,cmd: make client.New() configurable
    - client: enable retrieving asynchronous operation information with
      `Client.Operation`.

Date: Tue, 23 Feb 2016 11:28:18 +0100
Changed-By: Michael Vogt <michael.v...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/ubuntu-snappy/1.7.2+20160223ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 23 Feb 2016 11:28:18 +0100
Source: ubuntu-snappy
Binary: golang-snappy-dev ubuntu-snappy ubuntu-snappy-cli
Architecture: source
Version: 1.7.2+20160223ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Michael Vogt <michael.v...@ubuntu.com>
Description:
 golang-snappy-dev - snappy development go packages.
 ubuntu-snappy - System components for Ubuntu Core Snappy.
 ubuntu-snappy-cli - Tool to interact with Ubuntu Core Snappy.
Launchpad-Bugs-Fixed: 1544507
Changes:
 ubuntu-snappy (1.7.2+20160223ubuntu1) xenial; urgency=medium
 .
   * New git snapshot:
     - asserts: introduce snap-declaration
     - cmd/snap: fix integration tests for the "cmd_asserts"
     - integration-tests: fix fanctl output check
     - cmd/snap: fix test failure after merging 23a64e6
     - cmd/snap: replace skip-help with empty description
     - docs: update security.md to match current migration-skill
       semantics
     - snappy: treat commands with 'daemon' field as services
     - asserts: use more consistent names for receivers in
       snap_asserts*.go
     - debian: add missing golang-websocket-dev build-dependency
     - classic: if classic fails to get created, undo the bind mounts
     - snappy: never return nil in NewLocalSnapRepository()
     - notifications: A simple notification system
     - snappy: when using staging, authenticate there instead
     - integration-tests/snapd: fix the start of the test snapd socket
     - skills/types: use CamelCase for security names
     - skills: add support for implicit revoke
     - skills: add security layer
     - integration-tests: use exec.Command wrapper for updates
     - cmd/snap: add 'snap skills'
     - cms/snap: add 'snap revoke'
     - docs: add docs for skills API
     - cmd/snap: add 'snap grant'
     - cmd/snappy, coreconfig, daemon, snappy: move config to always be
       bytes (in and out)
     - overlord: start with a skeleton and stubs for Overlord,
       StateEngine, StateJournal and managers
     - integration-tests: skip tests affected by LP: #1544507
     - skills/types: add bool-file
     - po: refresh translation templates
     - cmd/snap: add 'snap experimental remove-skill-slot'
     - asserts: introduce device assertion
     - cmd/snap: implemented add, remove, purge, refresh, rollback,
       activate, deactivate
     - cmd/snap: add 'snap experimental add-skill-slot'
     - cmd/snap: add 'snap experimental remove-skill'
     - cmd/snap: add tests for common skills code
     - cmd/snap: add 'snap experimental add-skill'
     - asserts: make assertion checkers used by db.Check modular and
       pluggable
     - cmd,client,daemon,caps,docs,po: remove capabilities
     - scripts: move the script to get dependencies to a separate file
     - asserts: make the disk layout compatible for storing more than one
       revision
     - cmd/snap: make the assert command options exported
     - integration-tests: Remove the target release and channel
     - asserts: introduce model assertion
     - integration-tests: add exec.Cmd wrapper
     - cmd/snap: add client test support methods
     - cmd/snap: move key=value attribute parsing to commmon
     - cmd/snap: apply new style consistency to "snap" commands.
     - cmd/snap: support redirecting the client for testing
     - cmd/snap: support testing command output
     - snappy,daemon: remove the meta repositories abstractions
     - cmd: add support for experimental commands
     - cmd/snappy,daemon,snap,snappy: remove SetActive from parts
     - cmd/snappy,daemon,snappy,snap: remove config from parts interface
     - client: improve test data
     - cmd: allow to construct a fresh parser
     - cmd: don't treat help as an error
     - cmd/snappy,snappy: remove "Details" from the repository interface
     - asserts: check that primary keys are set when
       Decode()ing/assembling assertions
     - snap,snappy: refactor to remove "Install" from the Part interface
     - client,cmd: make client.New() configurable
     - client: enable retrieving asynchronous operation information with
       `Client.Operation`.
Checksums-Sha1:
 233eeb7f949e0fb2692bb2a98cdcc2d448d0e362 2214 
ubuntu-snappy_1.7.2+20160223ubuntu1.dsc
 174cfd0e32677966def38e251bb7edfb7b7be447 298700 
ubuntu-snappy_1.7.2+20160223ubuntu1.tar.xz
Checksums-Sha256:
 e0a705e9871da2cacefe0b32c792482019e620836c3fbda0fbce94d34ff03b96 2214 
ubuntu-snappy_1.7.2+20160223ubuntu1.dsc
 ee3555c215c2f6d5e0414da26998ee98710f1b0a21db704c822e31dd7eea364e 298700 
ubuntu-snappy_1.7.2+20160223ubuntu1.tar.xz
Files:
 97f7c8338c86bab15d407fd0e1d736a5 2214 devel optional 
ubuntu-snappy_1.7.2+20160223ubuntu1.dsc
 e3847020787399c8a52922d796ffd0bf 298700 devel optional 
ubuntu-snappy_1.7.2+20160223ubuntu1.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWzDTiAAoJEJjKuzq9TKWe8uoQAMKfFfeEdTI0LZO1OvyKGT3S
GyAvzeoad8hPkjn/SaSS1Hpr26MndW4ENbUIP9EE5pwoc8k5BUGDsTZCLHXyGON2
7ooUBKSogd4VIpdQQJw7dhZ6q3l14pfJ00s7L/sFRbdXt1RX62Vb7IxZMKHp3vJy
Odd1s1mhrHwFBp0Q9Iy2WAehPVm+ERQzhqsIA0fR3NlFx8ADCf+5ltW8lihgsv5k
3O93YNB3EyNlYxncPPK9mXTASQdaDIWHO86oqM7jcagpYr0FgkTVLRjG/m2SBfjk
0qOs5jCc1AGxR/QEqHlEPqOzNJaMqT6Tmu+mIAvqjXsjxG2cdZPgww528d7GOf7q
WmgqLEWREvvNGPCfgxrYb9NF4XhnzXj78vwTf8pkAOQ4RrnEVYiEhB1W9FrPsv16
DA0iJYe/aGUOpqeTHKWk+ODofHZu2qH9xIBqJEdnDFOGbZhKVlfcebYVuOHcq7Do
Jq3lR//wyK93U25cJ0ed8bJVGFgX7gzetkF2E47UFOFAOO5rHUoQqi/ewTNgD0ey
BkYnKG8TNVDr1zvpxbKn5pJqkaoFGqITpRJ0Ov2rGOjKXp1wn5Su9QET6n5VDdO0
pQB++y+4RWHqUFdwOIV9iSyCRfYDkrxFWVKxc5IbrH6q7ShxKVe1i9IlPa7uWRvz
xoU4TqfsMgk3KEvyVKM3
=mULC
-----END PGP SIGNATURE-----
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to