Skip to content

Commit

Permalink
Merge pull request #239 from elopio/2.0
Browse files Browse the repository at this point in the history
Updating debian/changelog for the 2.0 release
  • Loading branch information
sergiusens committed Jan 20, 2016
2 parents c055cfa + 12781d7 commit 944652f
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 6 deletions.
136 changes: 130 additions & 6 deletions debian/changelog
@@ -1,3 +1,127 @@
snapcraft (2.0) xenial; urgency=medium

[ Daniel Holbach ]
* Add document detailing the snapcraft.yaml syntax.
* Add missing periods and fixed typos on the docs.
* Remove vendor for 'master'.
* Add document about parts.
* Add link to config docs.

[ Sergio Schvezov ]
* Removing the `run` command.
* Update the release for the tomcat example snap.
* Wrapping exe should not remove the path. (LP: #1523912)
* cli: Move to docopt, help cmd migrated.
* cli: list-plugins cmd migrated to docopts.
* cli: clean cmd migrated to docopts.
* cli: init cmd migrated to docopts.
* cli: pull command migrated to docopts.
* clean cmd: migrate to use new lifecycle attribs.
* Removing dead test code.
* cli: build command migrated to docopts.
* cli: stage command migrated to docopts.
* Remove dead code from lifecycle.
* cli: strip command migrated to docopts.
* Obsolete deprecations from 1.x.
* Removing the 'vendor' keyword. (LP: #1510522)
* Making the icon optional.
* cli: snap command migrated to docopts.
* Enabling testing with new cli.
* Fix ordering for conditional negations in catkin tests.
* Replace use of `assert_not_called` in the catkin tests.
* General documentation update.
* Add licensing support. (LP: #1527453)
* snap.yaml implementation with support for readme.md and package.yaml.
(LP: #1532842)
* Documentation refresh. (LP: #1533021)
* Support the new security-override semantics. (LP: #1533293)
* Remove ssh module from snapcraft. (LP: #1533400)
* Fix environment variable handling. (LP: #1531481)
* Wrap apps with the app name. (LP: #1534150)
* Replace SNAP envvars with the 16.04 ones. (LP: #1533552)
* Add bin paths to the to the shebang replace paths in repo (LP: #1534812)
* Initialize CMAKE_PREFIX_PATH to [] for ros (LP: #1535309)

[ Leo Arias ]
* Added a test to check that the snapcraft files are not copied to the build dir.
* On autopkgtests, run the integration tests, build the examples but do not
install them, do not run the unittests.
* Translated the plainbox tests to python.
* Workaround the failure of the binaries in trusty.
* Updated the runtests script error message.
* Updated the autopkg integration tests.
* Handle the filter parameter for examples tests. (LP: #1533393)
* Split the static and unit tests. (LP: #1533397)
* Added the option to output subunit results in examples tests. (LP: #1533403)
* Updated the tomcat example network capability. (LP: #1533736)
* Added the network-listener capability. (LP: #1534784)
* Add a security-override for chown.

[ Kyle Fazzari ]
* Catkin plugin: Add support for ROS tools.
* Add contribution guide.
* Resolve FIXME in Catkin plugin.
* Add a tutorial for turning a ROS project into a .snap.
* Catkin plugin: use rosdep for dependency resolution.
* Python{2,3} plugins: Make site-packages link relative. (LP: #1523384)
* Catkin plugin: Refactor build.
* ROS documentation: Fix missing step to make script executable.
* Catkin plugin: Improve cmake path rewrite.
* Add support for mesa libraries. (LP: #1531620)
* Autotools plugin: Set autogen.sh executable. (LP: #1530995)
* Update CONTRIBUTING.md to require a bug. (LP: #1532195)
* Ensure rosdep resolves dependencies using Trusty. (LP: #1532241)
* Catkin plugin: Use in-snap python instead of OS-provided. (LP: #1533297)
* Always migrate files, even if they already exist. (LP: #1534800)

[ Alexander Sack ]
* Use archive.apache.org URL to ensure we refer to a stable URL that does
not disappear on latest release.

[ Jonathan Cave ]
* Go plugin creating invalid env. (LP: #1524374)

[ Renat Galimov ]
* Close not called on the qml plugin. (LP: #1531994)

[ Vamshi Balanaga ]
* Added test for git sources in sources.py (LP: #1534411)

-- Leonardo Arias Fonseca <leo.arias@canonical.com> Fri, 15 Jan 2016 17:52:01 -0600

snapcraft (1.0) xenial; urgency=medium

[ Sergio Schvezov ]
* Wrapping exe should not be over match to replace (LP: #1523912)

[ Alexander Sack ]
* Use archive.apache.org URL to ensure we refer to a stable URL that does
not disappear on latest release

[ Daniel Holbach ]
* Add doc about the syntax of snapcraft.yaml

[ Kyle Fazzari ]
* Add support for mesa libraries. (LP: #1531620)
* Add a tutorial for turning a ROS project into a .snap.
* Autotools plugin:
- Set autogen.sh executable. (LP: #1530995)
* Catkin plugin:
- Add support for ROS tools (e.g. roslaunch and rosrun).
- Use rosdep for dependency resolution.
- Refactor build.
- Improve cmake path rewrite.
- Ensure rosdep resolves dependencies using Trusty. (LP: #1532241)
* Python2 plugin:
- Make site-packages link relative. (LP: #1523384)
* Python3 plugin:
- Make site-packages link relative. (LP: #1523384)

[ Renat Galimov ]
* Close not called on the qml plugin (LP: #1531994)

-- Kyle Fazzari <kyle@canonical.com> Thu, 7 Jan 2016 09:09:21 -0400

snapcraft (0.6) xenial; urgency=medium

[ Leo Arias ]
Expand Down Expand Up @@ -67,7 +191,7 @@ snapcraft (0.5) xenial; urgency=medium
* Adding a simple tree test to look at the dependency resolution
* Add schema for the core properties of the system that are independent of a part
* copy-plugin: test for directories. (LP: #1478052)
* python plugins:
* python plugins:
- Support pip-packages. (LP: #1502132)
- fix conflicts with pyc files. (LP: #1502105)

Expand Down Expand Up @@ -159,24 +283,24 @@ snapcraft (0.2) wily; urgency=medium
- Fix build (LP: #1494825),
* Plugin fixes:
- Add demo.qml back to the snapcraft.yaml for the QML Demo (LP: #1491301),
- stage package libgudev-1.0-0, which makes the godd snap actually
- stage package libgudev-1.0-0, which makes the godd snap actually
work (LP: #1498347),
- Wrap setup.py calls to configure the shebang writer (LP: #1486680),
- Update tomcat upstream URL, fixes example again (LP: #1491303),
- Add libgudev-1.0-dev as build-tools for godd example,
Ensure C library configuration tools don't use system
Ensure C library configuration tools don't use system
paths (LP: #1496789),
* Snapcraft cli:
- On clean, check the contents of the parts dir only if it
- On clean, check the contents of the parts dir only if it
exists. (LP: #1497371)
- Load the config before trying to run (LP: #1498140),
- Notify user why the password is being requested (LP: #1481499),
- Fix numerous issues in snapcraft run (LP: #1486659),
* Snapcraft stage-packages:
- Enable ports for architectures that are not amd64 or
- Enable ports for architectures that are not amd64 or
i386 (LP: #1498157),
- Improving stage-package handling (LP: #1497453, LP: #1497582)
- Fetch all packages in a single download run with proper
- Fetch all packages in a single download run with proper
progress (LP: #1498333),
* Snapcraft wiki queries excessive (LP: #1496381),
* Snapcraft internals:
Expand Down
1 change: 1 addition & 0 deletions debian/control
Expand Up @@ -30,6 +30,7 @@ Depends: bzr,
git,
mercurial,
python3-apt,
python3-docopt,
python3-jsonschema,
python3-lxml,
python3-pkg-resources,
Expand Down

0 comments on commit 944652f

Please sign in to comment.