-
Notifications
You must be signed in to change notification settings - Fork 455
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
c8e8e3c
commit 0fbd241
Showing
1 changed file
with
64 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,67 @@ | ||
snapcraft (2.14) xenial; urgency=medium | ||
|
||
[ Joe Talbott ] | ||
* Add python package dependencies to setup.py (#550) | ||
* parser - Support .snapcraft.yaml files. (#618) | ||
* Preserve file ownership for 'os' snaps. (#690) | ||
|
||
[ Marius Gripsgard ] | ||
* Add new plugin: rust (#579) | ||
|
||
[ Sam Yaple ] | ||
* Fix python2 compile cache removal (#660) | ||
* Improve python2 test coverage (#663) | ||
|
||
[ Stéphane Graber ] | ||
* Implement "oneshot" daemon type (#693) | ||
|
||
[ Bogdana Vereha ] | ||
* Replace 'strip' with 'prime' on intro page and step options. (#696) | ||
|
||
[ Kyle Fazzari ] | ||
* Rewrite shebangs generated by the python plugins. (#680) | ||
* Add godeps plugin. (#691) | ||
* Catkin plugin: Enforce C.UTF-8 locale. (#497) | ||
|
||
[ Blake Rouse ] | ||
* Pass --root to the python3 plugin on build (#694) | ||
* Add make-install-var field to the make plugin. (#711) | ||
|
||
[ Sebastian Bacher ] | ||
* Use the new snapcraft.io mailing list as contact information (#702) | ||
* Update the completion list of commands (#703) | ||
* Slightly tweak the "no jar files" errors (#704) | ||
|
||
[ Liu XiaoGuo ] | ||
* Added "camera" plug into the example (#706) | ||
|
||
[ Simon Quigley ] | ||
* Update the debian/control file (#662) | ||
* Add detection for an existing `.snapcraft.yaml` file before running | ||
`snapcraft init` (#669) | ||
|
||
[ Michael Hall ] | ||
* Strip common path prefixes from linkname as well as name when extracting | ||
a tarfile. (#688) | ||
|
||
[ Leo Arias ] | ||
* Use requirements files in travis tests (#656) | ||
* Enable integration tests to run in the production store (#687) | ||
|
||
[ Daniel Watkins ] | ||
* Make formatting of daemon options consistent (#710) | ||
|
||
[ Sergio Schvezov ] | ||
* Run tests from /tmp (#684) | ||
* Use the proper requirements.txt path (#707) | ||
* Improve the go plugins usability (#709) | ||
* kernel plugin: kernel targets depending on debarch (#689) | ||
* New plugin: dump (#712) | ||
* rust plugin: mock downloads in unit tests (#713) | ||
* New upstream release 2.14 (LP: #1611009) | ||
|
||
-- Sergio Schvezov <[email protected]> Mon, 08 Aug 2016 14:58:39 +0000 | ||
|
||
snapcraft (2.13.1) xenial; urgency=medium | ||
|
||
[ Joe Talbott ] | ||
|