-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergio Schvezov <[email protected]>
- Loading branch information
1 parent
fbb228a
commit 02bf388
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,69 @@ | ||
snapcraft (2.30) xenial; urgency=medium | ||
|
||
[ Sergio Schvezov ] | ||
* cli: new UI and internal refactor (#1307) | ||
* cli: proper error for failed snap command (#1325) | ||
* Revert "tests: remove the reusable parts tour test (#1321)" (#1324) | ||
* store: collaboration UI for snaps (#1288) | ||
* New upstream release 2.30 (LP: #1692102) | ||
|
||
[ Leo Arias ] | ||
* tests: initial setup for the snapcraft snap tests with spread (#1272) | ||
* misc: rename the snap dir variable to prime dir (#1279) | ||
* recording: save the snapcraft.yaml in the resulting snap (#1278) | ||
* tests: minor cleanups on the spread tests (#1287) | ||
* tests: refactor tests with build and stage packages (#1290) | ||
* parts: remove the deprecated snap keyword from the internal representation (#1282) | ||
* tests: fix the recording tests to work in multiple architectures (#1292) | ||
* recording: record stage packages installed in the snap (#1293) | ||
* recording: record build packages installed in the snap (#1295) | ||
* tests: increase the staging registration limit to 100 (#1271) | ||
* tests: use C.UTF-8 for the docker locale (#1310) | ||
* state: save the dependencies of build packages (#1299) | ||
* recording: record global build-packages installed on the host (#1306) | ||
* state: fix the name of the source details (#1312) | ||
* meta: read and write the desktop file with utf-8 encoding (#1309) | ||
* cleanbuild: set the container language to C.UTF-8 (#1304) | ||
* tests: remove the reusable parts tour test (#1321) | ||
* recording: save the details of the source pulled (#1317) | ||
* state: ignore the 'any' architecture in the build packages apt cache (#1322) | ||
* state: search for the build package that provides a virtual package (#1323) | ||
|
||
[ Facundo Batista ] | ||
* store: support for channel branches in responses for release, close, and status (#1280) | ||
|
||
[ Christian Dywan ] | ||
* lxd: pass through commands into the container (#1263) | ||
* lxd: setup image and target arch for cross-compilation (#1286) | ||
* lxd: support the architectures field from older LXDs (#1305) | ||
* lxd: mock platform in the FakeLXD fixture (#1315) | ||
|
||
[ Paolo Pisati ] | ||
* kernel plugin: learn how to assemble the ubuntu config using kconfigflavour (#1285) | ||
* kernel plugin: slightly improve the messaging of check_config() (#1303) | ||
* kernel plugin: do not warn about DMIID in config check (#1319) | ||
* kernel_plugin: use CROSS_COMPILE to override the default toolchain (#1242) | ||
* cli: allow uts machine arch as a valid --target-arch option (#1204) | ||
* kernel plugin: verify kernel config is correct (#1223) | ||
|
||
[ Tim Süberkrüb ] | ||
* sources: add support for 7-zip files (#1168) | ||
|
||
[ JulianLiu ] | ||
* meson plugin: add a plugin for meson build system (#1294) | ||
|
||
[ roxd ] | ||
* rust plugin: use of source-subdir without failing on pull (#1296) | ||
|
||
[ edvega ] | ||
* sources: validate unknown source-type in yaml (#1297) | ||
|
||
[ Ricardo N Feliciano ] | ||
* docs: add missing VCS dependencies to HACKING.md (#1311) | ||
* cli: allow capital Y to accept the dev agreement (#1308) | ||
|
||
-- Sergio Schvezov <[email protected]> Fri, 19 May 2017 17:39:34 -0300 | ||
|
||
snapcraft (2.29) xenial; urgency=medium | ||
|
||
[ Sergio Schvezov ] | ||
|