diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2017-11-03 07:28:46 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2017-11-03 07:28:46 +0100 |
| commit | dbf67d3b2b784b1aadce792766fcc6d38637e4ca (patch) | |
| tree | b7c8e3c1f76e65af91ef6265b056c5db7afe3f6c | |
| parent | 79dc9722212c47be3904a4d301d93282bf3b58b5 (diff) | |
releasing package snapd version 2.29.12.29.1
| -rw-r--r-- | packaging/fedora/snapd.spec | 19 | ||||
| -rw-r--r-- | packaging/opensuse-42.2/snapd.changes | 5 | ||||
| -rw-r--r-- | packaging/opensuse-42.2/snapd.spec | 2 | ||||
| -rw-r--r-- | packaging/ubuntu-14.04/changelog | 20 | ||||
| -rw-r--r-- | packaging/ubuntu-16.04/changelog | 20 |
5 files changed, 64 insertions, 2 deletions
diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 05967092a5..e3a4c46a1e 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -48,7 +48,7 @@ %global snappy_svcs snapd.service snapd.socket snapd.autoimport.service snapd.refresh.timer snapd.refresh.service Name: snapd -Version: 2.29 +Version: 2.29.1 Release: 0%{?dist} Summary: A transactional software package manager Group: System Environment/Base @@ -659,6 +659,23 @@ fi %changelog +* Fri Nov 03 2017 Michael Vogt <mvo@ubuntu.com> +- New upstream release 2.29.1 + - interfaces: fix incorrect signature of ofono DBusPermanentSlot + - interfaces/serial-port: udev tag plugged slots that have just + 'path' via KERNEL + - interfaces/hidraw: udev tag plugged slots that have just 'path' + via KERNEL + - interfaces/uhid: unconditionally add existing uhid device to the + device cgroup + - cmd/snap-update-ns: fix mount rules for font sharing + - tests: disable refresh-undo test on trusty for now + - tests: use `snap change --last=install` in snapd-reexec test + - Revert " wrappers: fail install if exec-line cannot be re-written + - interfaces: don't udev tag devmode or classic snaps + - many: make ignore-validation sticky and send the flag with refresh + requests + * Mon Oct 30 2017 Michael Vogt <mvo@ubuntu.com> - New upstream release 2.29 - interfaces/many: miscellaneous updates based on feedback from the diff --git a/packaging/opensuse-42.2/snapd.changes b/packaging/opensuse-42.2/snapd.changes index 6105f2feef..9003589acf 100644 --- a/packaging/opensuse-42.2/snapd.changes +++ b/packaging/opensuse-42.2/snapd.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Nov 03 07:27:08:17 UTC 2017 - mvo@fastmail.fm + +- Update to upstream release 2.29.1 + +------------------------------------------------------------------- Mon Oct 30 16:24:08 UTC 2017 - mvo@fastmail.fm - Update to upstream release 2.29 diff --git a/packaging/opensuse-42.2/snapd.spec b/packaging/opensuse-42.2/snapd.spec index b613a29cf0..ae958ab3e2 100644 --- a/packaging/opensuse-42.2/snapd.spec +++ b/packaging/opensuse-42.2/snapd.spec @@ -32,7 +32,7 @@ %define systemd_services_list snapd.refresh.timer snapd.refresh.service snapd.socket snapd.service snapd.autoimport.service snapd.system-shutdown.service Name: snapd -Version: 2.29 +Version: 2.29.1 Release: 0 Summary: Tools enabling systems to work with .snap files License: GPL-3.0 diff --git a/packaging/ubuntu-14.04/changelog b/packaging/ubuntu-14.04/changelog index 92fe26c981..2218fd506a 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,23 @@ +snapd (2.29.1~14.04) trusty; urgency=medium + + * New upstream release, LP: #1726258 + - interfaces: fix incorrect signature of ofono DBusPermanentSlot + - interfaces/serial-port: udev tag plugged slots that have just + 'path' via KERNEL + - interfaces/hidraw: udev tag plugged slots that have just 'path' + via KERNEL + - interfaces/uhid: unconditionally add existing uhid device to the + device cgroup + - cmd/snap-update-ns: fix mount rules for font sharing + - tests: disable refresh-undo test on trusty for now + - tests: use `snap change --last=install` in snapd-reexec test + - Revert " wrappers: fail install if exec-line cannot be re-written + - interfaces: don't udev tag devmode or classic snaps + - many: make ignore-validation sticky and send the flag with refresh + requests + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Nov 2017 07:25:17 +0100 + snapd (2.29~14.04) trusty; urgency=medium * New upstream release, LP: #1726258 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 9743dc800c..9731af59c7 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,23 @@ +snapd (2.29.1) xenial; urgency=medium + + * New upstream release, LP: #1726258 + - interfaces: fix incorrect signature of ofono DBusPermanentSlot + - interfaces/serial-port: udev tag plugged slots that have just + 'path' via KERNEL + - interfaces/hidraw: udev tag plugged slots that have just 'path' + via KERNEL + - interfaces/uhid: unconditionally add existing uhid device to the + device cgroup + - cmd/snap-update-ns: fix mount rules for font sharing + - tests: disable refresh-undo test on trusty for now + - tests: use `snap change --last=install` in snapd-reexec test + - Revert " wrappers: fail install if exec-line cannot be re-written + - interfaces: don't udev tag devmode or classic snaps + - many: make ignore-validation sticky and send the flag with refresh + requests + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Nov 2017 07:25:17 +0100 + snapd (2.29) xenial; urgency=medium * New upstream release, LP: #1726258 |
