summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <mvo@ubuntu.com>2016-03-03 11:04:47 +0100
committerMichael Vogt <mvo@ubuntu.com>2016-03-03 11:04:47 +0100
commit4768eefd74ae560160d507df9c588a94edfcb480 (patch)
tree34d77c0e0fe48320b9c2c9ae1808f4fb6c48a8fd
parent4e466ba5e2e26318a79c9ea37d1639158ad91954 (diff)
releasing package ubuntu-snappy version 1.7.3+20160303ubuntu11.7.3+20160303ubuntu1
-rw-r--r--debian/changelog38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c019ac7455..a7a6c99f40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,41 @@
+ubuntu-snappy (1.7.3+20160303ubuntu1) xenial; urgency=medium
+
+ - debian: update build-depends for MIR
+ - many: implement new REST API: GET /2.0/interfaces
+ - integration-tests: properly stop snapd from branch
+ - cmd/snap: update tests for go-flags changes
+ - overlord/state: implement Lock/Unlock with implicit checkpointing
+ - overlord: split out the managers and State to their own
+ subpackages of overlord
+ - snappy: rename "migration-skill" to "old-security" and use new
+ interface names instead of skills
+ - client,cmd/snap: clarify name ambiguity in Plug or Slot
+ - overlord: start working on state engine along spec v2, have the
+ main skeleton follow that
+ - classic, oauth: update tests for change in MakeRandomString()
+ - client,cmd/snap: s/add/install/:-(
+ - interfaces,daemon: specialize Name to either Plug or Slot
+ - interfaces,interfaces/types: unify security snippet functions
+ - snapd: close the listener on Stop, to force the http.Serve loop to
+ exit
+ - snappy,daemon,snap/lightweight,cmd/snappy,docs/rest.md: expose
+ explicit channel selection to rest api
+ - interfaces,daemon: rename package holding built-in interfaces
+ - integration-tests: add the first classic dimention tests
+ - client,deaemon,docs: rename skills to interfaces on the wire
+ - asserts: add identity assertion type
+ - integration-tests: add the no_proxy env var
+ - debian: update build-depends for new package names
+ - oauth: fix oauth & quoting in the oauth_signature
+ - integration-tests: remove unused field
+ - integration-tests: add the http proxy argument
+ - interfaces,interfaces/types,deamon: mass internal rename to
+ interfaces
+ - client,cmd/snap: rename skills to interfaces (part 2)
+ - arch: fix missing mapping for powerpc
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2016 11:00:19 +0100
+
ubuntu-snappy (1.7.3+20160225ubuntu1) xenial; urgency=medium
- integration-tests: always use the built snapd when compiling