|
| 1 | +snapcraft (3.8) xenial; urgency=medium |
| 2 | + |
| 3 | + [ Sergio Schvezov ] |
| 4 | + * test: autopkgtest beta |
| 5 | + * debian: minimal deb package for autopkgtest |
| 6 | + * extensions: new gnome extension (#2655) |
| 7 | + * deltas: code cleanup |
| 8 | + * tests: move meta testing to its own package |
| 9 | + * yaml utils: move OctInt from meta |
| 10 | + * spread tests: minor performance improvements |
| 11 | + * meta: move _errors to errors with related error classes |
| 12 | + * meta: decouple DesktopFile logic |
| 13 | + * schema: schema: build-base support for the snapd type |
| 14 | + * rust plugin: support for s390x |
| 15 | + * schema: build-base support for the kernel type |
| 16 | + * spread tests: update gnome extension tests |
| 17 | + * extensions: rename extension classes to known names |
| 18 | + * extensions: create the gnome-platform directory |
| 19 | + * extensions: improve docsting (used in the cli) |
| 20 | + * spread tests: finer grained arch support for autopkgtests |
| 21 | + |
| 22 | + [ Chris Patterson ] |
| 23 | + * elf: handle invalid elf files |
| 24 | + * cli: handle exception when cleaning a part with a fresh project |
| 25 | + * spread: fix unbound variable error |
| 26 | + * docs: quick init for lxd in HACKING.md |
| 27 | + * windows: drop cx_Freeze support in setup.py |
| 28 | + * cli: use absolute import paths instead of relative imports |
| 29 | + * requirements: update to python 3.7 for PyYaml wheel |
| 30 | + * requirements: uprev all OS to pexpect 4.7.0 |
| 31 | + * requirements: add pyinstaller 3.5 for win32 |
| 32 | + * windows: add snapcraft.ico icon |
| 33 | + * windows: add pyinstaller spec file to generate frozen snapcraft.exe |
| 34 | + * dirs: find Windows data directory for currently-known scenarios |
| 35 | + * lxd: conditionally import pylxd based on OS |
| 36 | + * windows: add inno-installer script |
| 37 | + * windows: add powershell script to generate self-signed certificate |
| 38 | + * tests: fix snapcraft command for win32 virtual env |
| 39 | + * appveyor: build Windows inno-installer |
| 40 | + * windows: add MSIX/AppX installer |
| 41 | + * dirs: raise SnapcraftDataDirectoryMissingError() if paths not set |
| 42 | + * multipass: update ProverNotFound url to https://multipass.run |
| 43 | + * indicators: windows fix for is_dumb_terminal |
| 44 | + * multipass: add installation support for windows |
| 45 | + * travis: use apt addon to prevent apt update issues in CLA-check |
| 46 | + * multipass: fix setup exception when multipass is not found in PATH |
| 47 | + * dirs: check for existence of required data directories |
| 48 | + |
| 49 | + [ Jeremie Deray ] |
| 50 | + * catkin plugin: forward parallel build count (#2669) |
| 51 | + * colcon plugin: forward parallel build count (#2670) |
| 52 | + |
| 53 | + [ Anatoli Babenia ] |
| 54 | + * lifecycle: add support for building inside podman containers (#2659) |
| 55 | + * docker: remove snapcraft-wrapper |
| 56 | + |
| 57 | + [ Stefano Rivera ] |
| 58 | + * repo: properly handle install query for unknown apt packages (#2692) |
| 59 | + |
| 60 | + [ Kyle Fazzari ] |
| 61 | + * spread tests: install package marker into ament index |
| 62 | + * colcon plugin: add ability to ignore packages (#2687) |
| 63 | + |
| 64 | + -- Sergio Schvezov <sergio.schvezov@canonical.com> Thu, 05 Sep 2019 15:48:57 +0000 |
| 65 | + |
1 | 66 | snapcraft (3.7.2) xenial; urgency=medium |
2 | 67 |
|
3 | 68 | [ Sergio Schvezov ] |
|
0 commit comments